12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526 |
- 0.17.4 UNRELEASED
- 0.17.3 2017-03-20
- PLATFORM SUPPORT
- BUG FIXES
- 0.17.2 2017-03-19
- BUG FIXES
- https:
- fixing Dulwich when used with C extensions on pypy < 5.6. (Victor Stinner)
- (Jelmer Vernooij, #511)
- 0.17.1 2017-03-01
- IMPROVEMENTS
- BUG FIXES
- (Jelmer Vernooij, #505)
- 0.17.0 2017-03-01
- TEST FIXES
- not available. (Koen Martens)
- IMPROVEMENTS
- (Jelmer Vernooij)
- passed in. Allow passing in relative paths to
- porcelain.add().(Jelmer Vernooij)
- BUG FIXES
- (Jelmer Vernooij, #495)
- (Jelmer Vernooij, #501)
- (Jelmer Vernooij)
- (Nicolas Dandrimont)
- Fixes hangs on Python 3. (René Stern, #434)
- starting with "~". (Jelmer Vernooij, René Stern, #463)
- (Jelmer Vernooij)
- 0.16.3 2016-01-14
- TEST FIXES
- (Jelmer Vernooij)
- IMPROVEMENTS
- 0.16.2 2016-01-14
- IMPROVEMENTS
- (Koen Martens)
- API CHANGES
- closed using a ``with`` statement. (Søren Løvborg)
- TEST FIXES
- when 'git worktree list' was introduced. (Jelmer Vernooij)
- BUG FIXES
- is false.
- (Koen Martens)
- probing the filesystem for trustable permissions.
- (Koen Martens)
- (Koen Martens)
- (#471, Jelmer Vernooij)
- in dulwich.client. (#435, Jelmer Vernooij)
- (#475, Volodymyr Holovko)
- (#477, Jelmer Vernooij)
- (#483, Doug Hellmann)
- `build_file_from_blob`.
- (#479, Benoît HERVIER)
- Fixes a race when new packs are being added.
- (#482, wme)
- 0.16.1 2016-12-25
- BUG FIXES
- (Jelmer Vernooij)
- 0.16.0 2016-12-24
- IMPROVEMENTS
- `gitrepository-layout(5)`. (Laurent Rineau)
- directories. (Laurent Rineau)
- (Jon Bain, Mika Mäenpää)
- allowing easy finding of current version based on Git tags.
- (Mark Mikofski)
- (Jelmer Vernooij)
- BUG FIXES
- tree object rather than a tree id. (Jelmer Vernooij)
- consistent with the documentation for that method.
- (#461, Jelmer Vernooij)
- (#465, Jelmer Vernooij)
- 0.15.0 2016-10-09
- BUG FIXES
- HTTP servers. (Jelmer Vernooij, Andrew Shadura, #442)
- (Jelmer Vernooij, #408)
- CHANGES
- to "Apache License, version 2.0 or later or GNU General Public License,
- version 2.0 or later". (#153)
- IMPROVEMENTS
- 0.14.1 2016-07-05
- BUG FIXES
- (Jelmer Vernooij #441)
- been ported.
- 0.14.0 2016-07-03
- BUG FIXES
- (Félix Mattrat, Jelmer Vernooij)
- (Jelmer Vernooij, #437)
- to clients. (Jelmer Vernooij, #254)
- IMPROVEMENTS
- 0.13.0 2016-04-24
- IMPROVEMENTS
- (Jelmer Vernooij, #402)
- (Nicolas Dandrimont, #413)
- (Jelmer Vernooij, #415)
- references, making the behaviour more consistent with that of
- DiskObjectStore. (Félix Mattrat, Jelmer Vernooij)
- CHANGES
- BUG FIXES
- on wsgi.input. (Jonas Haag)
- versions of fastimport (>= 0.9.5). (Jelmer Vernooij, Félix Mattrat)
- 0.12.0 2015-12-13
- IMPROVEMENTS
- Based on code from Jonas Haag in klaus.
- (Jelmer Vernooij)
- it match the behaviour described in https:
- (Chris Bunney)
- BUG FIXES
- Fixes quoting of paths. Thanks, Thomas Liebetraut. (#384)
- entire pack file to be loaded into memory. (jsbain)
- CHANGES
- 0.11.2 2015-09-18
- IMPROVEMENTS
- CHANGES
- (Jelmer Vernooij, #364)
- 0.11.1 2015-09-13
- Fix-up release to exclude broken blame.py file.
- 0.11.0 2015-09-13
- IMPROVEMENTS
- (Gary van der Merwe, Jelmer Vernooij)
- open resources. (Gary van der Merwe)
- (Stefan Zimmermann)
- capabilities. (Jelmer Vernooij)
- (Gary van der Merwe)
- (Michael Edgar)
- (Jelmer Vernooij)
- BUG FIXES
- 'no-done' capability. (Tommy Yu, #88)
- (Jelmer Vernooij)
- client. (Andreas Klöckner, Jelmer Vernooij, #363)
- 0.10.1 2015-03-25
- BUG FIXES
- in both C extensions and native delta application code.
- (Jelmer Vernooij, #259)
- 0.10.0 2015-03-22
- BUG FIXES
- refuse to create entries that start with .git/.
- (Jelmer Vernooij, #223)
- improving performance. (Mike Williams)
- (Jelmer Vernooij)
- (Hwee Miin Koh)
- (Max Shawabkeh, #256)
- (Augie Fackler, #211)
- (Jeff Sickel)
- IMPROVEMENTS
- directory when reading. Thanks to David Keijser for the
- report. (Jelmer Vernooij, #231)
- 0.9.9 2015-03-20
- SECURITY BUG FIXES
- (CVE-2015-0838)
- Thanks to Ivan Fratric of the Google Security Team for
- reporting this issue.
- (Jelmer Vernooij)
- 0.9.8 2014-11-30
- BUG FIXES
- (Gary van der Merwe)
- (Michael Edgar)
- pypy. (Jelmer Vernooij, #196)
- IMPROVEMENTS
- (Jelmer Vernooij)
- (Jelmer Vernooij)
- CHANGES
- (Jelmer Vernooij)
- dulwich.porcelain.list_tags has been renamed to tag_list.
- (Jelmer Vernooij)
- API CHANGES
- 0.9.7 2014-06-08
- BUG FIXES
- (Robert Brown)
- (Gary van der Merwe)
- (Augie Fackler)
- (Gary van der Merwe)
- (Robert Brown)
- IMPROVEMENTS
- for concurrency of some object store operations.
- (Fabien Boucher)
- (Gary van der Merwe, Hannu Valtonen, michael-k)
- in dulwich.contrib. See README.swift for details. (Fabien Boucher)
- API CHANGES
- be called by its close method. (Gary van der Merwe)
- be easily closed using a `with` statement. (Gary van der Merwe)
- (Jelmer Vernooij)
- OTHER CHANGES
- is now available as 'dulwich daemon'. (Jelmer Vernooij)
- 0.9.6 2014-04-23
- IMPROVEMENTS
- (Ryan Faulkner, Jelmer Vernooij)
- (Jelmer Vernooij, #1096030)
- (Jelmer Vernooij)
- wants when talking to empty repository.
- (Damien Tournoud)
- Python 3. (Gary van der Merwe)
- BUG FIXES
- (Jonas Haag)
- to Repo.__getitem__.
- (Jonas Haag)
- (Jelmer Vernooij, #1249029)
- first. Fixes hang when used against GitHub
- server implementation. (Siddharth Agarwal)
- object already in the repository.
- (Damien Tournoud, #135)
- API CHANGES
- 0.9.5 2014-02-23
- IMPROVEMENTS
- objects and commit ranges. (Jelmer Vernooij)
- (Dov Feldstern, #909037)
- CHANGES
- API CHANGES
- ``Repo.tree`` and ``Repo.tag``. (Jelmer Vernooij)
- (Jelmer Vernooij)
- BUG FIXES
- unicode object of length 20 or 40 to Repo.__getitem__.
- (Jelmer Vernooij)
- does not exist on OpenBSD and other platforms.
- (Dmitrij D. Czarkoff)
- 0.9.4 2013-11-30
- IMPROVEMENTS
- (Jelmer Vernooij)
- similar to `get_transport_and_path` but only
- supports URLs.
- (Jelmer Vernooij)
- (Jelmer Vernooij)
- (Jelmer Vernooij)
- BUG FIXES
- (André Roth)
- CHANGES
- (Jelmer Vernooij)
- API CHANGES
- (Jelmer Vernooij)
- (Jelmer Vernooij)
- FEATURES
- 0.9.3 2013-09-27
- BUG FIXES
- 0.9.2 2013-09-26
- BUG FIXES
- 0.9.1 2013-09-22
- BUG FIXES
- (milki, #1063087)
- (#1072461, William Grant)
- IMPROVEMENTS
- (Alberto Ruiz)
- (William Grant)
- (David Bennett)
- (Jelmer Vernooij)
- (Jelmer Vernooij)
- API CHANGES
- (Jelmer Vernooij)
- abort() method that can be used to cancel the pack operation.
- (Jelmer Vernooij)
- 0.9.0 2013-05-31
- BUG FIXES
- (#1031356, Curt Moore, Jelmer Vernooij)
- (Takeshi Kanemoto)
- (Brian Visel, #1169368)
- (Benjamin Pollack)
- (milki, Michel Lespinasse, #1175007)
- makes the test suit quiet again. (Gary van der Merwe)
- (Kevin Watters)
- IMPROVEMENTS:
- (Mark Mikofski)
- FEATURES
- 0.8.7 2012-11-27
- BUG FIXES
- (Dmitriy)
- 0.8.6 2012-11-09
- API CHANGES
- server modules. (Jelmer Vernooij)
- FEATURES
- (Adam 'Cezar' Jenkins, issue #58)
- `fallback_app` argument. (Jonas Haag, issue #67)
- TESTING
- slightly different behaviour on various platforms.
- (Jelmer Vernooij)
- runs all tests, not just the basic unit tests.
- (Jelmer Vernooij)
- BUG FIXES
- the previous one. (Yifan Zhang, issue #59)
- (D-Key, Jelmer Vernooij, issue #69)
- HttpGitClient. (Jelmer Vernooij)
- 0.8.5 2012-03-29
- BUG FIXES
- Should fix the tests on Debian GNU/kFreeBSD. (Jelmer Vernooij)
- 0.8.4 2012-03-28
- BUG FIXES
- (Jelmer Vernooij, #920553)
- (Rod Cloutier, Risto Kankkunen)
- (Jason R. Coombs, #697828)
- test isolation leaks reading ~/.gitconfig. (Risto Kankkunen)
- TESTS
- ``~/.gitconfig``, to prevent test isolation issues.
- (Jelmer Vernooij, #920330)
- FEATURES
- on to the constructor of the transport. (Sam Vilain)
- using Content-Encoding: gzip.
- (David Blewett, Jelmer Vernooij)
- 0.8.3 2012-01-21
- FEATURES
- described in git-config(1) and can write git config files.
- (Jelmer Vernooij, #531092, #768687)
- .git/config or ~/.gitconfig if none was explicitly specified.
- (Jelmer Vernooij)
- BUG FIXES
- return value. (Jelmer Vernooij)
- 0.8.2 2011-12-18
- BUG FIXES
- (Jelmer Vernooij)
- (Bruno Renié)
- raises an exception. (Jelmer Vernooij, #856769)
- (Jelmer Vernooij, #903840)
- FEATURES
- (Jelmer Vernooij, #379087)
- for dumb server access. (Jelmer Vernooij, #731235)
- 0.8.1 2011-10-31
- FEATURES
- (Jelmer Vernooij)
- HTTP. "dumb" access is not yet supported. (Jelmer Vernooij, #373688)
- CHANGES
- testtools is no longer supported. (Jelmer Vernooij, #830713)
- BUG FIXES
- not uploading new data. (Jelmer Vernooij, #855993)
- (Ronny Pfannschmidt, #881546)
- with system strnlen. (Jelmer Vernooij, #880362)
- API CHANGES
- (Jelmer Vernooij)
- 0.8.0 2011-08-07
- FEATURES
- a pack, with implementations for pack indexing and inflation.
- (Dave Borowitz)
- (Dave Borowitz)
- (Dave Borowitz)
- BUG FIXES
- (Jelmer Vernooij, #813268)
- left in the buffer. (Dave Borowitz)
- revision more than once. This has a significant improvement for
- performance when wide revision graphs are involved.
- (Jelmer Vernooij, #818168)
- (Dave Borowitz)
- API CHANGES
- to be passed in that is iterable (rather than an iterator) and that
- provides __len__. (Jelmer Vernooij)
- num_objects argument. (Jelmer Vernooij)
- PackStreamReader.read_objects now take an additional argument indicating a
- crc32 to compute. (Dave Borowitz)
- PackData.iterobjects. (Dave Borowitz)
- (Dave Borowitz)
- pack_object_header pack helper functions. (Dave Borowitz)
- the thin pack and moves it in in one step. Remove ThinPackData as well.
- (Dave Borowitz)
- value of unpack_object and various DeltaChainIterator methods.
- (Dave Borowitz)
- (Dave Borowitz)
- TEST CHANGES
- (Jelmer Vernooij)
- (Dave Borowitz)
- simple spec. (Dave Borowitz)
- 0.7.1 2011-04-12
- BUG FIXES
- (Max Bowsher, #707438)
- (Jelmer Vernooij)
- (Jelmer Vernooij)
- (Daniele Sluijters)
- IMPROVEMENTS
- API CHANGES
- is now consistent with the rest of Dulwich. Existing code will still
- work but print a DeprecationWarning. (Jelmer Vernooij, #663550)
- Tree.iteritems(). (Jelmer Vernooij)
- 0.7.0 2011-01-21
- FEATURES
- (Dave Borowitz)
- (Jelmer Vernooij)
- (Dave Borowitz, #568493)
- BUG FIXES
- (Dave Borowitz)
- Mercurial. (Jelmer Vernooij)
- the check code warns about them. (Augie Fackler, #581064)
- (Dave Borowitz, #653527)
- DOCUMENTATION
- #610540)
- 0.6.2 2010-10-16
- BUG FIXES
- (Dave Borowitz)
- FEATURES
- (Dave Borowitz)
- (Jelmer Vernooij)
- TESTS
- (Dave Borowitz)
- (Dave Borowitz)
- API CHANGES
- order. (Dave Borowitz)
- (Dave Borowitz).
- itself a subclass of PackIndex. (Jelmer Vernooij)
- DOCUMENTATION
- ProtocolGraphWalker.read_proto_line. (Dave Borowitz)
- 0.6.1 2010-07-22
- BUG FIXES
- tests correctly. (Jelmer Vernooij)
- FEATURES
- (Augie Fackler)
- (Ross Light, Jelmer Vernooij, #585204)
- TESTS
- CLEANUP
- TESTS
- API CHANGES
- rather than a filename. (Jelmer Vernooij)
- (Dave Borowitz)
- 0.6.0 2010-05-22
- note: This list is most likely incomplete for 0.6.0.
- BUG FIXES
-
- (Dave Borowitz)
- can not be disabled in the server. (Dave Borowitz)
- (Jelmer Vernooij)
- http:
- (Dave Borowitz)
- (Dave Borowitz)
- empty. (Dave Borowitz)
- (Jelmer Vernooij)
-
- FEATURES
- streams. (Jelmer Vernooij)
- TESTS
- (Tay Ray Chuan, Jelmer Vernooij)
- (Dave Borowitz)
- API BREAKAGES
- been swapped. 'committer' is now optional. (Jelmer Vernooij)
- (Jelmer Vernooij)
- for clarity. (Jelmer Vernooij)
- API CHANGES
- with chunks of strings rather than with full-text strings.
- (Jelmer Vernooij)
- 0.5.02010-03-03
- BUG FIXES
- (Dave Borowitz)
- cgit. (Dave Borowitz)
- (Jelmer Vernooij, #526793)
- FEATURES
- extensions. (Hal Wine, Anatoly Techtonik, Jelmer Vernooij, #434326)
- operations. (Dave Borowitz)
- 0.4.1 2010-01-03
- FEATURES
- (Jelmer Vernooij)
- 0.4.0 2009-10-07
- DOCUMENTATION
- API CHANGES
- sha of the object found rather than the object itself.
- BUG FIXES
- 0.3.3 2009-07-23
- FEATURES
- BUG FIXES
-
- when looking for a Git repository. (#380818)
- 0.3.2 2009-05-20
- BUG FIXES
-
- FEATURES
- 0.3.1 2009-05-13
- FEATURES
- access content.
- API CHANGES
- Repo.heads in favor of Repo.refs, a dictionary-like object for accessing
- refs.
- BUG FIXES
- deprecation warnings on Python 2.6.
- 0.3.0 2009-05-10
- FEATURES
- based on an index.
- BUG FIXES
-
- 0.2.1 2009-04-30
- BUG FIXES
- 0.2.0 2009-04-30
- FEATURES
- places that are performance-critical.
- 0.1.1 2009-03-13
- BUG FIXES
- causes a hangup.
- FEATURES
- 0.1.0 2009-01-24
|