123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533 |
- 0.17.4 UNRELEASED
- BUG FIXES
- (Jelmer Vernooij)
- 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
|