d0616a0c
[jelmer/dulwich.git] / NEWS
1 0.10.0  2015-03-22
2
3  BUG FIXES
4
5   * In dulwich.index.build_index_from_tree, by default
6     refuse to create entries that start with .git/.
7
8   * Fix running of testsuite when installed.
9     (Jelmer Vernooij, #223)
10
11   * Use a block cache in _find_content_rename_candidates(),
12     improving performance. (Mike Williams)
13
14   * Add support for ``core.protectNTFS`` setting.
15     (Jelmer Vernooij)
16
17   * Fix TypeError when fetching empty updates.
18     (Hwee Miin Koh)
19
20   * Resolve delta refs when pulling into a MemoryRepo.
21     (Max Shawabkeh, #256)
22
23   * Fix handling of tags of non-commits in missing object finder.
24     (Augie Fackler, #211)
25
26   * Explicitly disable mmap on plan9 where it doesn't work.
27     (Jeff Sickel)
28
29  IMPROVEMENTS
30
31   * New public method `Repo.reset_index`. (Jelmer Vernooij)
32
33   * Prevent duplicate parsing of loose files in objects
34     directory when reading. Thanks to David Keijser for the
35     report. (Jelmer Vernooij, #231)
36
37 0.9.9   2015-03-20
38
39  SECURITY BUG FIXES
40
41   * Fix buffer overflow in C implementation of pack apply_delta().
42     (CVE-2015-0838)
43
44     Thanks to Ivan Fratric of the Google Security Team for
45     reporting this issue.
46     (Jelmer Vernooij)
47
48 0.9.8   2014-11-30
49
50  BUG FIXES
51
52   * Various fixes to improve test suite running on Windows.
53     (Gary van der Merwe)
54
55   * Limit delta copy length to 64K in v2 pack files. (Robert Brown)
56
57   * Strip newline from final ACKed SHA while fetching packs.
58     (Michael Edgar)
59
60   * Remove assignment to PyList_SIZE() that was causing segfaults on
61     pypy. (Jelmer Vernooij, #196)
62
63  IMPROVEMENTS
64
65   * Add porcelain 'receive-pack' and 'upload-pack'. (Jelmer Vernooij)
66
67   * Handle SIGINT signals in bin/dulwich. (Jelmer Vernooij)
68
69   * Add 'status' support to bin/dulwich. (Jelmer Vernooij)
70
71   * Add 'branch_create', 'branch_list', 'branch_delete' porcelain.
72     (Jelmer Vernooij)
73
74   * Add 'fetch' porcelain. (Jelmer Vernooij)
75
76   * Add 'tag_delete' porcelain. (Jelmer Vernooij)
77
78   * Add support for serializing/deserializing 'gpgsig' attributes in Commit.
79     (Jelmer Vernooij)
80
81  CHANGES
82
83   * dul-web is now available as 'dulwich web-daemon'.
84     (Jelmer Vernooij)
85
86   * dulwich.porcelain.tag has been renamed to tag_create.
87     dulwich.porcelain.list_tags has been renamed to tag_list.
88     (Jelmer Vernooij)
89
90  API CHANGES
91
92   * Restore support for Python 2.6. (Jelmer Vernooij, Gary van der Merwe)
93
94
95 0.9.7   2014-06-08
96
97  BUG FIXES
98
99   * Fix tests dependent on hash ordering. (Michael Edgar)
100
101   * Support staging symbolic links in Repo.stage.
102     (Robert Brown)
103
104   * Ensure that all files object are closed when running the test suite.
105     (Gary van der Merwe)
106
107   * When writing OFS_DELTA pack entries, write correct offset.
108     (Augie Fackler)
109
110   * Fix handler of larger copy operations in packs. (Augie Fackler)
111
112   * Various fixes to improve test suite running on Windows.
113     (Gary van der Merwe)
114
115   * Fix logic for extra adds of identical files in rename detector.
116     (Robert Brown)
117
118  IMPROVEMENTS
119
120   * Add porcelain 'status'. (Ryan Faulkner)
121
122   * Add porcelain 'daemon'. (Jelmer Vernooij)
123
124   * Add `dulwich.greenthreads` module which provides support
125     for concurrency of some object store operations.
126     (Fabien Boucher)
127
128   * Various changes to improve compatibility with Python 3.
129     (Gary van der Merwe, Hannu Valtonen, michael-k)
130
131   * Add OpenStack Swift backed repository implementation
132     in dulwich.contrib. See README.swift for details. (Fabien Boucher)
133
134 API CHANGES
135
136   * An optional close function can be passed to the Protocol class. This will
137     be called by its close method. (Gary van der Merwe)
138
139   * All classes with close methods are now context managers, so that they can
140     be easily closed using a `with` statement. (Gary van der Merwe)
141
142   * Remove deprecated `num_objects` argument to `write_pack` methods.
143     (Jelmer Vernooij)
144
145  OTHER CHANGES
146
147   * The 'dul-daemon' script has been removed. The same functionality
148     is now available as 'dulwich daemon'. (Jelmer Vernooij)
149
150 0.9.6   2014-04-23
151
152  IMPROVEMENTS
153
154  * Add support for recursive add in 'git add'.
155    (Ryan Faulkner, Jelmer Vernooij)
156
157  * Add porcelain 'list_tags'. (Ryan Faulkner)
158
159  * Add porcelain 'push'. (Ryan Faulkner)
160
161  * Add porcelain 'pull'. (Ryan Faulkner)
162
163  * Support 'http.proxy' in HttpGitClient.
164    (Jelmer Vernooij, #1096030)
165
166  * Support 'http.useragent' in HttpGitClient.
167    (Jelmer Vernooij)
168
169  * In server, wait for clients to send empty list of
170    wants when talking to empty repository.
171    (Damien Tournoud)
172
173  * Various changes to improve compatibility with
174    Python 3. (Gary van der Merwe)
175
176  BUG FIXES
177
178  * Support unseekable 'wsgi.input' streams.
179    (Jonas Haag)
180
181  * Raise TypeError when passing unicode() object
182    to Repo.__getitem__.
183    (Jonas Haag)
184
185  * Fix handling of `reset` command in dulwich.fastexport.
186    (Jelmer Vernooij, #1249029)
187
188  * In client, don't wait for server to close connection
189    first. Fixes hang when used against GitHub
190    server implementation. (Siddharth Agarwal)
191
192  * DeltaChainIterator: fix a corner case where an object is inflated as an
193    object already in the repository.
194    (Damien Tournoud, #135)
195
196  * Stop leaking file handles during pack reload. (Damien Tournoud)
197
198  * Avoid reopening packs during pack cache reload. (Jelmer Vernooij)
199
200  API CHANGES
201
202   * Drop support for Python 2.6. (Jelmer Vernooij)
203
204 0.9.5   2014-02-23
205
206  IMPROVEMENTS
207
208  * Add porcelain 'tag'. (Ryan Faulkner)
209
210  * New module `dulwich.objectspec` for parsing strings referencing
211    objects and commit ranges. (Jelmer Vernooij)
212
213  * Add shallow branch support. (milki)
214
215  * Allow passing urllib2 `opener` into HttpGitClient.
216    (Dov Feldstern, #909037)
217
218  CHANGES
219
220  * Drop support for Python 2.4 and 2.5. (Jelmer Vernooij)
221
222  API CHANGES
223
224  * Remove long deprecated ``Repo.commit``, ``Repo.get_blob``,
225    ``Repo.tree`` and ``Repo.tag``. (Jelmer Vernooij)
226
227  * Remove long deprecated ``Repo.revision_history`` and ``Repo.ref``.
228    (Jelmer Vernooij)
229
230  * Remove long deprecated ``Tree.entries``. (Jelmer Vernooij)
231
232  BUG FIXES
233
234  * Raise KeyError rather than TypeError when passing in
235    unicode object of length 20 or 40 to Repo.__getitem__.
236    (Jelmer Vernooij)
237
238  * Use 'rm' rather than 'unlink' in tests, since the latter
239    does not exist on OpenBSD and other platforms.
240    (Dmitrij D. Czarkoff)
241
242 0.9.4   2013-11-30
243
244  IMPROVEMENTS
245
246  * Add ssh_kwargs attribute to ParamikoSSHVendor. (milki)
247
248  * Add Repo.set_description(). (Víðir Valberg Guðmundsson)
249
250  * Add a basic `dulwich.porcelain` module. (Jelmer Vernooij, Marcin Kuzminski)
251
252  * Various performance improvements for object access.
253    (Jelmer Vernooij)
254
255  * New function `get_transport_and_path_from_url`,
256    similar to `get_transport_and_path` but only
257    supports URLs.
258    (Jelmer Vernooij)
259
260  * Add support for file:// URLs in `get_transport_and_path_from_url`.
261    (Jelmer Vernooij)
262
263  * Add LocalGitClient implementation.
264    (Jelmer Vernooij)
265
266  BUG FIXES
267
268   * Support filesystems with 64bit inode and device numbers.
269     (André Roth)
270
271  CHANGES
272
273   * Ref handling has been moved to dulwich.refs.
274     (Jelmer Vernooij)
275
276  API CHANGES
277
278   * Remove long deprecated RefsContainer.set_ref().
279     (Jelmer Vernooij)
280
281   * Repo.ref() is now deprecated in favour of Repo.refs[].
282     (Jelmer Vernooij)
283
284 FEATURES
285
286   * Add support for graftpoints. (milki)
287
288 0.9.3   2013-09-27
289
290  BUG FIXES
291
292   * Fix path for stdint.h in MANIFEST.in. (Jelmer Vernooij)
293
294 0.9.2   2013-09-26
295
296  BUG FIXES
297
298   * Include stdint.h in MANIFEST.in (Mark Mikofski)
299
300 0.9.1   2013-09-22
301
302  BUG FIXES
303
304   * Support lookups of 40-character refs in BaseRepo.__getitem__. (Chow Loong Jin, Jelmer Vernooij)
305
306   * Fix fetching packs with side-band-64k capability disabled. (David Keijser, Jelmer Vernooij)
307
308   * Several fixes in send-pack protocol behaviour - handling of empty pack files and deletes.
309     (milki, #1063087)
310
311   * Fix capability negotiation when fetching packs over HTTP.
312     (#1072461, William Grant)
313
314   * Enforce determine_wants returning an empty list rather than None. (Fabien Boucher, Jelmer Vernooij)
315
316   * In the server, support pushes just removing refs. (Fabien Boucher, Jelmer Vernooij)
317
318  IMPROVEMENTS
319
320   * Support passing a single revision to BaseRepo.get_walker() rather than a list of revisions. 
321     (Alberto Ruiz)
322
323   * Add `Repo.get_description` method. (Jelmer Vernooij)
324
325   * Support thin packs in Pack.iterobjects() and Pack.get_raw().
326     (William Grant)
327
328   * Add `MemoryObjectStore.add_pack` and `MemoryObjectStore.add_thin_pack` methods.
329     (David Bennett)
330
331   * Add paramiko-based SSH vendor. (Aaron O'Mullan)
332
333   * Support running 'dulwich.server' and 'dulwich.web' using 'python -m'.
334     (Jelmer Vernooij)
335
336   * Add ObjectStore.close(). (Jelmer Vernooij)
337
338   * Raise appropriate NotImplementedError when encountering dumb HTTP servers.
339     (Jelmer Vernooij)
340
341  API CHANGES
342
343   * SSHVendor.connect_ssh has been renamed to SSHVendor.run_command.
344     (Jelmer Vernooij)
345
346   * ObjectStore.add_pack() now returns a 3-tuple. The last element will be an
347     abort() method that can be used to cancel the pack operation.
348     (Jelmer Vernooij)
349
350 0.9.0   2013-05-31
351
352  BUG FIXES
353
354   * Push efficiency - report missing objects only. (#562676, Artem Tikhomirov)
355
356   * Use indentation consistent with C Git in config files.
357     (#1031356, Curt Moore, Jelmer Vernooij)
358
359   * Recognize and skip binary files in diff function.
360     (Takeshi Kanemoto)
361
362   * Fix handling of relative paths in dulwich.client.get_transport_and_path.
363     (Brian Visel, #1169368)
364
365   * Preserve ordering of entries in configuration.
366     (Benjamin Pollack)
367
368   * Support ~ expansion in SSH client paths. (milki, #1083439)
369
370   * Support relative paths in alternate paths.
371     (milki, Michel Lespinasse, #1175007)
372
373   * Log all error messages from wsgiref server to the logging module. This
374     makes the test suit quiet again. (Gary van der Merwe)
375
376   * Support passing None for empty tree in changes_from_tree.
377     (Kevin Watters)
378
379   * Support fetching empty repository in client. (milki, #1060462)
380
381  IMPROVEMENTS:
382
383   * Add optional honor_filemode flag to build_index_from_tree.
384     (Mark Mikofski)
385
386   * Support core/filemode setting when building trees. (Jelmer Vernooij)
387
388   * Add chapter on tags in tutorial. (Ryan Faulkner)
389
390  FEATURES
391
392   * Add support for mergetags. (milki, #963525)
393
394   * Add support for posix shell hooks. (milki)
395
396 0.8.7   2012-11-27
397
398  BUG FIXES
399
400   * Fix use of alternates in ``DiskObjectStore``.{__contains__,__iter__}.
401     (Dmitriy)
402
403   * Fix compatibility with Python 2.4. (David Carr)
404
405 0.8.6   2012-11-09
406
407  API CHANGES
408
409   * dulwich.__init__ no longer imports client, protocol, repo and
410     server modules. (Jelmer Vernooij)
411
412  FEATURES
413
414   * ConfigDict now behaves more like a dictionary.
415     (Adam 'Cezar' Jenkins, issue #58)
416
417   * HTTPGitApplication now takes an optional
418     `fallback_app` argument. (Jonas Haag, issue #67)
419
420   * Support for large pack index files. (Jameson Nash)
421
422  TESTING
423
424   * Make index entry tests a little bit less strict, to cope with
425     slightly different behaviour on various platforms.
426     (Jelmer Vernooij)
427
428   * ``setup.py test`` (available when setuptools is installed) now
429     runs all tests, not just the basic unit tests.
430     (Jelmer Vernooij)
431
432  BUG FIXES
433
434   * Commit._deserialize now actually deserializes the current state rather than
435     the previous one. (Yifan Zhang, issue #59)
436
437   * Handle None elements in lists of TreeChange objects. (Alex Holmes)
438
439   * Support cloning repositories without HEAD set.
440     (D-Key, Jelmer Vernooij, issue #69)
441
442   * Support ``MemoryRepo.get_config``. (Jelmer Vernooij)
443
444   * In ``get_transport_and_path``, pass extra keyword arguments on to
445     HttpGitClient. (Jelmer Vernooij)
446
447 0.8.5   2012-03-29
448
449  BUG FIXES
450
451   * Avoid use of 'with' in dulwich.index. (Jelmer Vernooij)
452
453   * Be a little bit strict about OS behaviour in index tests.
454     Should fix the tests on Debian GNU/kFreeBSD. (Jelmer Vernooij)
455
456 0.8.4   2012-03-28
457
458  BUG FIXES
459
460   * Options on the same line as sections in config files are now supported.
461     (Jelmer Vernooij, #920553)
462
463   * Only negotiate capabilities that are also supported by the server.
464     (Rod Cloutier, Risto Kankkunen)
465
466   * Fix parsing of invalid timezone offsets with two minus signs.
467     (Jason R. Coombs, #697828)
468
469   * Reset environment variables during tests, to avoid
470     test isolation leaks reading ~/.gitconfig. (Risto Kankkunen)
471
472  TESTS
473
474   * $HOME is now explicitly specified for tests that use it to read
475     ``~/.gitconfig``, to prevent test isolation issues.
476     (Jelmer Vernooij, #920330)
477
478  FEATURES
479
480   * Additional arguments to get_transport_and_path are now passed
481     on to the constructor of the transport. (Sam Vilain)
482
483   * The WSGI server now transparently handles when a git client submits data
484     using Content-Encoding: gzip.
485     (David Blewett, Jelmer Vernooij)
486
487   * Add dulwich.index.build_index_from_tree(). (milki)
488
489 0.8.3   2012-01-21
490
491  FEATURES
492
493   * The config parser now supports the git-config file format as
494     described in git-config(1) and can write git config files.
495     (Jelmer Vernooij, #531092, #768687)
496
497   * ``Repo.do_commit`` will now use the user identity from
498     .git/config or ~/.gitconfig if none was explicitly specified.
499     (Jelmer Vernooij)
500
501  BUG FIXES
502
503   * Allow ``determine_wants`` methods to include the zero sha in their
504     return value. (Jelmer Vernooij)
505
506 0.8.2   2011-12-18
507
508  BUG FIXES
509
510   * Cope with different zlib buffer sizes in sha1 file parser.
511     (Jelmer Vernooij)
512
513   * Fix get_transport_and_path for HTTP/HTTPS URLs.
514     (Bruno Renié)
515
516   * Avoid calling free_objects() on NULL in error cases. (Chris Eberle)
517
518   * Fix use --bare argument to 'dulwich init'. (Chris Eberle)
519
520   * Properly abort connections when the determine_wants function
521     raises an exception. (Jelmer Vernooij, #856769)
522
523   * Tweak xcodebuild hack to deal with more error output.
524     (Jelmer Vernooij, #903840)
525
526  FEATURES
527
528   * Add support for retrieving tarballs from remote servers.
529     (Jelmer Vernooij, #379087)
530
531   * New method ``update_server_info`` which generates data
532     for dumb server access. (Jelmer Vernooij, #731235)
533
534 0.8.1   2011-10-31
535
536  FEATURES
537
538   * Repo.do_commit has a new argument 'ref'.
539
540   * Repo.do_commit has a new argument 'merge_heads'. (Jelmer Vernooij)
541
542   * New ``Repo.get_walker`` method. (Jelmer Vernooij)
543
544   * New ``Repo.clone`` method. (Jelmer Vernooij, #725369)
545
546   * ``GitClient.send_pack`` now supports the 'side-band-64k' capability.
547     (Jelmer Vernooij)
548
549   * ``HttpGitClient`` which supports the smart server protocol over
550     HTTP. "dumb" access is not yet supported. (Jelmer Vernooij, #373688)
551
552   * Add basic support for alternates. (Jelmer Vernooij, #810429)
553
554  CHANGES
555
556   * unittest2 or python >= 2.7 is now required for the testsuite.
557     testtools is no longer supported. (Jelmer Vernooij, #830713)
558
559  BUG FIXES
560
561   * Fix compilation with older versions of MSVC.  (Martin gz)
562
563   * Special case 'refs/stash' as a valid ref. (Jelmer Vernooij, #695577)
564
565   * Smart protocol clients can now change refs even if they are
566     not uploading new data. (Jelmer Vernooij, #855993)
567
568  * Don't compile C extensions when running in pypy.
569    (Ronny Pfannschmidt, #881546)
570
571  * Use different name for strnlen replacement function to avoid clashing
572    with system strnlen. (Jelmer Vernooij, #880362)
573
574  API CHANGES
575
576   * ``Repo.revision_history`` is now deprecated in favor of ``Repo.get_walker``.
577     (Jelmer Vernooij)
578
579 0.8.0   2011-08-07
580
581  FEATURES
582
583   * New DeltaChainIterator abstract class for quickly iterating all objects in
584     a pack, with implementations for pack indexing and inflation.
585     (Dave Borowitz)
586
587   * New walk module with a Walker class for customizable commit walking.
588     (Dave Borowitz)
589
590   * New tree_changes_for_merge function in diff_tree. (Dave Borowitz)
591
592   * Easy rename detection in RenameDetector even without find_copies_harder.
593     (Dave Borowitz)
594
595  BUG FIXES
596
597   * Avoid storing all objects in memory when writing pack.
598     (Jelmer Vernooij, #813268)
599
600   * Support IPv6 for git:// connections. (Jelmer Vernooij, #801543)
601
602   * Improve performance of Repo.revision_history(). (Timo Schmid, #535118)
603
604   * Fix use of SubprocessWrapper on Windows. (Paulo Madeira, #670035)
605
606   * Fix compilation on newer versions of Mac OS X (Lion and up). (Ryan McKern, #794543)
607
608   * Prevent raising ValueError for correct refs in RefContainer.__delitem__.
609
610   * Correctly return a tuple from MemoryObjectStore.get_raw. (Dave Borowitz)
611
612   * Fix a bug in reading the pack checksum when there are fewer than 20 bytes
613     left in the buffer. (Dave Borowitz)
614
615   * Support ~ in git:// URL paths. (Jelmer Vernooij, #813555)
616
617   * Make ShaFile.__eq__ work when other is not a ShaFile. (Dave Borowitz)
618
619   * ObjectStore.get_graph_walker() now no longer yields the same
620     revision more than once. This has a significant improvement for
621     performance when wide revision graphs are involved.
622     (Jelmer Vernooij, #818168)
623
624   * Teach ReceivePackHandler how to read empty packs. (Dave Borowitz)
625
626   * Don't send a pack with duplicates of the same object. (Dave Borowitz)
627
628   * Teach the server how to serve a clone of an empty repo. (Dave Borowitz)
629
630   * Correctly advertise capabilities during receive-pack. (Dave Borowitz)
631
632   * Fix add/add and add/rename conflicts in tree_changes_for_merge.
633     (Dave Borowitz)
634
635   * Use correct MIME types in web server. (Dave Borowitz)
636
637  API CHANGES
638
639   * write_pack no longer takes the num_objects argument and requires an object
640     to be passed in that is iterable (rather than an iterator) and that
641     provides __len__.  (Jelmer Vernooij)
642
643   * write_pack_data has been renamed to write_pack_objects and no longer takes a
644     num_objects argument. (Jelmer Vernooij)
645
646   * take_msb_bytes, read_zlib_chunks, unpack_objects, and
647     PackStreamReader.read_objects now take an additional argument indicating a
648     crc32 to compute. (Dave Borowitz)
649
650   * PackObjectIterator was removed; its functionality is still exposed by
651     PackData.iterobjects. (Dave Borowitz)
652
653   * Add a sha arg to write_pack_object to incrementally compute a SHA.
654     (Dave Borowitz)
655
656   * Include offset in PackStreamReader results. (Dave Borowitz)
657
658   * Move PackStreamReader from server to pack. (Dave Borowitz)
659
660   * Extract a check_length_and_checksum, compute_file_sha, and
661     pack_object_header pack helper functions. (Dave Borowitz)
662
663   * Extract a compute_file_sha function. (Dave Borowitz)
664
665   * Remove move_in_thin_pack as a separate method; add_thin_pack now completes
666     the thin pack and moves it in in one step. Remove ThinPackData as well.
667     (Dave Borowitz)
668
669   * Custom buffer size in read_zlib_chunks. (Dave Borowitz)
670
671   * New UnpackedObject data class that replaces ad-hoc tuples in the return
672     value of unpack_object and various DeltaChainIterator methods.
673     (Dave Borowitz)
674
675   * Add a lookup_path convenience method to Tree. (Dave Borowitz)
676
677   * Optionally create RenameDetectors without passing in tree SHAs.
678     (Dave Borowitz)
679
680   * Optionally include unchanged entries in RenameDetectors. (Dave Borowitz)
681
682   * Optionally pass a RenameDetector to tree_changes. (Dave Borowitz)
683
684   * Optionally pass a request object through to server handlers. (Dave Borowitz)
685
686  TEST CHANGES
687
688   * If setuptools is installed, "python setup.py test" will now run the testsuite.
689     (Jelmer Vernooij)
690
691   * Add a new build_pack test utility for building packs from a simple spec.
692     (Dave Borowitz)
693
694   * Add a new build_commit_graph test utility for building commits from a
695     simple spec. (Dave Borowitz)
696
697 0.7.1   2011-04-12
698
699  BUG FIXES
700
701   * Fix double decref in _diff_tree.c. (Ted Horst, #715528)
702
703   * Fix the build on Windows. (Pascal Quantin)
704
705   * Fix get_transport_and_path compatibility with pre-2.6.5 versions of Python.
706     (Max Bowsher, #707438)
707
708   * BaseObjectStore.determine_wants_all no longer breaks on zero SHAs.
709     (Jelmer Vernooij)
710
711   * write_tree_diff() now supports submodules.
712     (Jelmer Vernooij)
713
714   * Fix compilation for XCode 4 and older versions of distutils.sysconfig.
715     (Daniele Sluijters)
716
717  IMPROVEMENTS
718
719   * Sphinxified documentation. (Lukasz Balcerzak)
720
721   * Add Pack.keep.(Marc Brinkmann)
722
723  API CHANGES
724
725   * The order of the parameters to Tree.add(name, mode, sha) has changed, and
726     is now consistent with the rest of Dulwich. Existing code will still
727     work but print a DeprecationWarning. (Jelmer Vernooij, #663550)
728
729   * Tree.entries() is now deprecated in favour of Tree.items() and
730     Tree.iteritems(). (Jelmer Vernooij)
731
732 0.7.0   2011-01-21
733
734  FEATURES
735
736   * New `dulwich.diff_tree` module for simple content-based rename detection.
737     (Dave Borowitz)
738
739   * Add Tree.items(). (Jelmer Vernooij)
740
741   * Add eof() and unread_pkt_line() methods to Protocol. (Dave Borowitz)
742
743   * Add write_tree_diff(). (Jelmer Vernooij)
744
745   * Add `serve_command` function for git server commands as executables.
746     (Jelmer Vernooij)
747
748   * dulwich.client.get_transport_and_path now supports rsync-style repository URLs.
749     (Dave Borowitz, #568493)
750
751  BUG FIXES
752
753   * Correct short-circuiting operation for no-op fetches in the server.
754     (Dave Borowitz)
755
756   * Support parsing git mbox patches without a version tail, as generated by
757     Mercurial.  (Jelmer Vernooij)
758
759   * Fix dul-receive-pack and dul-upload-pack. (Jelmer Vernooij)
760
761   * Zero-padded file modes in Tree objects no longer trigger an exception but
762     the check code warns about them. (Augie Fackler, #581064)
763
764   * Repo.init() now honors the mkdir flag. (#671159)
765
766   * The ref format is now checked when setting a ref rather than when reading it back.
767     (Dave Borowitz, #653527)
768
769   * Make sure pack files are closed correctly. (Tay Ray Chuan)
770
771  DOCUMENTATION
772
773   * Run the tutorial inside the test suite. (Jelmer Vernooij)
774
775   * Reorganized and updated the tutorial. (Jelmer Vernooij, Dave Borowitz, #610550,
776      #610540)
777
778
779 0.6.2   2010-10-16
780
781  BUG FIXES
782
783   * HTTP server correctly handles empty CONTENT_LENGTH. (Dave Borowitz)
784
785   * Don't error when creating GitFiles with the default mode. (Dave Borowitz)
786
787   * ThinPackData.from_file now works with resolve_ext_ref callback.
788     (Dave Borowitz)
789
790   * Provide strnlen() on mingw32 which doesn't have it. (Hans Kolek)
791
792   * Set bare=true in the configuratin for bare repositories. (Dirk Neumann)
793
794  FEATURES
795
796   * Use slots for core objects to save up on memory. (Jelmer Vernooij)
797
798   * Web server supports streaming progress/pack output. (Dave Borowitz)
799
800   * New public function dulwich.pack.write_pack_header. (Dave Borowitz)
801
802   * Distinguish between missing files and read errors in HTTP server.
803     (Dave Borowitz)
804
805   * Initial work on support for fastimport using python-fastimport.
806     (Jelmer Vernooij)
807
808   * New dulwich.pack.MemoryPackIndex class. (Jelmer Vernooij)
809
810   * Delegate SHA peeling to the object store.  (Dave Borowitz)
811
812  TESTS
813
814   * Use GitFile when modifying packed-refs in tests. (Dave Borowitz)
815
816   * New tests in test_web with better coverage and fewer ad-hoc mocks.
817     (Dave Borowitz)
818
819   * Standardize quote delimiters in test_protocol. (Dave Borowitz)
820
821   * Fix use when testtools is installed. (Jelmer Vernooij)
822
823   * Add trivial test for write_pack_header. (Jelmer Vernooij)
824
825   * Refactor some of dulwich.tests.compat.server_utils. (Dave Borowitz)
826
827   * Allow overwriting id property of objects in test utils. (Dave Borowitz)
828
829   * Use real in-memory objects rather than stubs for server tests.
830     (Dave Borowitz)
831
832   * Clean up MissingObjectFinder. (Dave Borowitz)
833
834  API CHANGES
835
836   * ObjectStore.iter_tree_contents now walks contents in depth-first, sorted
837     order. (Dave Borowitz)
838
839   * ObjectStore.iter_tree_contents can optionally yield tree objects as well.
840     (Dave Borowitz).
841
842   * Add side-band-64k support to ReceivePackHandler. (Dave Borowitz)
843
844   * Change server capabilities methods to classmethods. (Dave Borowitz)
845
846   * Tweak server handler injection. (Dave Borowitz)
847
848   * PackIndex1 and PackIndex2 now subclass FilePackIndex, which is 
849     itself a subclass of PackIndex. (Jelmer Vernooij)
850
851  DOCUMENTATION
852
853   * Add docstrings for various functions in dulwich.objects. (Jelmer Vernooij)
854
855   * Clean up docstrings in dulwich.protocol. (Dave Borowitz)
856
857   * Explicitly specify allowed protocol commands to
858     ProtocolGraphWalker.read_proto_line.  (Dave Borowitz)
859
860   * Add utility functions to DictRefsContainer. (Dave Borowitz)
861
862
863 0.6.1   2010-07-22
864
865  BUG FIXES
866
867   * Fix memory leak in C implementation of sorted_tree_items. (Dave Borowitz)
868
869   * Use correct path separators for named repo files. (Dave Borowitz)
870
871   * python > 2.7 and testtools-based test runners will now also pick up skipped
872     tests correctly. (Jelmer Vernooij)
873
874  FEATURES
875
876   * Move named file initilization to BaseRepo. (Dave Borowitz)
877
878   * Add logging utilities and git/HTTP server logging. (Dave Borowitz)
879
880   * The GitClient interface has been cleaned up and instances are now reusable.
881     (Augie Fackler)
882
883   * Allow overriding paths to executables in GitSSHClient. 
884     (Ross Light, Jelmer Vernooij, #585204)
885
886   * Add PackBasedObjectStore.pack_loose_objects(). (Jelmer Vernooij)
887
888  TESTS
889
890   * Add tests for sorted_tree_items and C implementation. (Dave Borowitz)
891
892   * Add a MemoryRepo that stores everything in memory. (Dave Borowitz)
893
894   * Quiet logging output from web tests. (Dave Borowitz)
895
896   * More flexible version checking for compat tests. (Dave Borowitz)
897
898   * Compat tests for servers with and without side-band-64k. (Dave Borowitz)
899
900  CLEANUP
901
902   * Clean up file headers. (Dave Borowitz)
903
904  TESTS
905
906   * Use GitFile when modifying packed-refs in tests. (Dave Borowitz)
907
908  API CHANGES
909
910   * dulwich.pack.write_pack_index_v{1,2} now take a file-like object
911     rather than a filename. (Jelmer Vernooij)
912
913   * Make dul-daemon/dul-web trivial wrappers around server functionality.
914     (Dave Borowitz)
915
916   * Move reference WSGI handler to web.py. (Dave Borowitz)
917
918   * Factor out _report_status in ReceivePackHandler. (Dave Borowitz)
919
920   * Factor out a function to convert a line to a pkt-line. (Dave Borowitz)
921
922
923 0.6.0   2010-05-22
924
925 note: This list is most likely incomplete for 0.6.0.
926
927  BUG FIXES
928  
929   * Fix ReceivePackHandler to disallow removing refs without delete-refs.
930     (Dave Borowitz)
931
932   * Deal with capabilities required by the client, even if they 
933     can not be disabled in the server. (Dave Borowitz)
934
935   * Fix trailing newlines in generated patch files.
936     (Jelmer Vernooij)
937
938   * Implement RefsContainer.__contains__. (Jelmer Vernooij)
939
940   * Cope with \r in ref files on Windows. (
941     http://github.com/jelmer/dulwich/issues/#issue/13, Jelmer Vernooij)
942
943   * Fix GitFile breakage on Windows. (Anatoly Techtonik, #557585)
944
945   * Support packed ref deletion with no peeled refs. (Augie Fackler)
946
947   * Fix send pack when there is nothing to fetch. (Augie Fackler)
948
949   * Fix fetch if no progress function is specified. (Augie Fackler)
950
951   * Allow double-staging of files that are deleted in the index. 
952     (Dave Borowitz)
953
954   * Fix RefsContainer.add_if_new to support dangling symrefs.
955     (Dave Borowitz)
956
957   * Non-existant index files in non-bare repositories are now treated as 
958     empty. (Dave Borowitz)
959
960   * Always update ShaFile.id when the contents of the object get changed. 
961     (Jelmer Vernooij)
962
963   * Various Python2.4-compatibility fixes. (Dave Borowitz)
964
965   * Fix thin pack handling. (Dave Borowitz)
966  
967  FEATURES
968
969   * Add include-tag capability to server. (Dave Borowitz)
970
971   * New dulwich.fastexport module that can generate fastexport 
972     streams. (Jelmer Vernooij)
973
974   * Implemented BaseRepo.__contains__. (Jelmer Vernooij)
975
976   * Add __setitem__ to DictRefsContainer. (Dave Borowitz)
977
978   * Overall improvements checking Git objects. (Dave Borowitz)
979
980   * Packs are now verified while they are received. (Dave Borowitz)
981
982  TESTS
983
984   * Add framework for testing compatibility with C Git. (Dave Borowitz)
985
986   * Add various tests for the use of non-bare repositories. (Dave Borowitz)
987
988   * Cope with diffstat not being available on all platforms. 
989     (Tay Ray Chuan, Jelmer Vernooij)
990
991   * Add make_object and make_commit convenience functions to test utils.
992     (Dave Borowitz)
993
994  API BREAKAGES
995
996   * The 'committer' and 'message' arguments to Repo.do_commit() have 
997     been swapped. 'committer' is now optional. (Jelmer Vernooij)
998
999   * Repo.get_blob, Repo.commit, Repo.tag and Repo.tree are now deprecated.
1000     (Jelmer Vernooij)
1001
1002   * RefsContainer.set_ref() was renamed to RefsContainer.set_symbolic_ref(),
1003     for clarity. (Jelmer Vernooij)
1004
1005  API CHANGES
1006
1007   * The primary serialization APIs in dulwich.objects now work 
1008     with chunks of strings rather than with full-text strings. 
1009     (Jelmer Vernooij)
1010
1011 0.5.02010-03-03
1012
1013  BUG FIXES
1014
1015   * Support custom fields in commits (readonly). (Jelmer Vernooij)
1016
1017   * Improved ref handling. (Dave Borowitz)
1018
1019   * Rework server protocol to be smarter and interoperate with cgit client.
1020     (Dave Borowitz)
1021
1022   * Add a GitFile class that uses the same locking protocol for writes as 
1023     cgit. (Dave Borowitz)
1024
1025   * Cope with forward slashes correctly in the index on Windows.
1026     (Jelmer Vernooij, #526793)
1027
1028  FEATURES
1029
1030   * --pure option to setup.py to allow building/installing without the C 
1031     extensions. (Hal Wine, Anatoly Techtonik, Jelmer Vernooij, #434326)
1032
1033   * Implement Repo.get_config(). (Jelmer Vernooij, Augie Fackler)
1034
1035   * HTTP dumb and smart server. (Dave Borowitz)
1036
1037   * Add abstract baseclass for Repo that does not require file system 
1038     operations. (Dave Borowitz)
1039
1040 0.4.1   2010-01-03
1041
1042  FEATURES
1043
1044   * Add ObjectStore.iter_tree_contents(). (Jelmer Vernooij)
1045
1046   * Add Index.changes_from_tree(). (Jelmer Vernooij)
1047
1048   * Add ObjectStore.tree_changes(). (Jelmer Vernooij)
1049
1050   * Add functionality for writing patches in dulwich.patch.
1051     (Jelmer Vernooij)
1052
1053 0.4.0   2009-10-07
1054
1055  DOCUMENTATION
1056
1057   * Added tutorial.
1058
1059  API CHANGES
1060
1061   * dulwich.object_store.tree_lookup_path will now return the mode and 
1062     sha of the object found rather than the object itself.
1063
1064  BUG FIXES
1065
1066   * Use binascii.hexlify / binascii.unhexlify for better performance.
1067
1068   * Cope with extra unknown data in index files by ignoring it (for now).
1069
1070   * Add proper error message when server unexpectedly hangs up. (#415843)
1071
1072   * Correctly write opcode for equal in create_delta.
1073
1074 0.3.3   2009-07-23
1075
1076  FEATURES
1077
1078   * Implement ShaFile.__hash__().
1079
1080   * Implement Tree.__len__()
1081
1082  BUG FIXES
1083   
1084   * Check for 'objects' and 'refs' directories
1085     when looking for a Git repository. (#380818)
1086
1087 0.3.2   2009-05-20
1088
1089  BUG FIXES
1090
1091   * Support the encoding field in Commits.
1092   
1093   * Some Windows compatibility fixes.
1094
1095   * Fixed several issues in commit support.
1096
1097  FEATURES
1098
1099   * Basic support for handling submodules.
1100
1101 0.3.1   2009-05-13
1102
1103  FEATURES
1104
1105   * Implemented Repo.__getitem__, Repo.__setitem__ and Repo.__delitem__ to 
1106     access content.
1107
1108  API CHANGES
1109
1110   * Removed Repo.set_ref, Repo.remove_ref, Repo.tags, Repo.get_refs and 
1111     Repo.heads in favor of Repo.refs, a dictionary-like object for accessing
1112     refs.
1113
1114  BUG FIXES
1115
1116   * Removed import of 'sha' module in objects.py, which was causing 
1117     deprecation warnings on Python 2.6.
1118
1119 0.3.0   2009-05-10
1120
1121  FEATURES
1122
1123   * A new function 'commit_tree' has been added that can commit a tree 
1124     based on an index.
1125
1126  BUG FIXES
1127
1128   * The memory usage when generating indexes has been significantly reduced.
1129  
1130   * A memory leak in the C implementation of parse_tree has been fixed.
1131
1132   * The send-pack smart server command now works. (Thanks Scott Chacon)
1133
1134   * The handling of short timestamps (less than 10 digits) has been fixed.
1135
1136   * The handling of timezones has been fixed.
1137
1138 0.2.1   2009-04-30
1139
1140  BUG FIXES
1141
1142   * Fix compatibility with Python2.4.
1143
1144 0.2.0   2009-04-30
1145
1146  FEATURES
1147
1148   * Support for activity reporting in smart protocol client.
1149
1150   * Optional C extensions for better performance in a couple of 
1151     places that are performance-critical.
1152
1153 0.1.1   2009-03-13
1154
1155  BUG FIXES
1156
1157   * Fixed regression in Repo.find_missing_objects()
1158
1159   * Don't fetch ^{} objects from remote hosts, as requesting them 
1160     causes a hangup.
1161
1162   * Always write pack to disk completely before calculating checksum.
1163
1164  FEATURES
1165
1166   * Allow disabling thin packs when talking to remote hosts.
1167
1168 0.1.0   2009-01-24
1169
1170  * Initial release.