f73eacc0f6ae58ccdd5136eec4da42af1c91196c
[jelmer/dulwich.git] / NEWS
1 0.9.1   UNRELEASED
2
3  BUG FIXES
4
5   * Support lookups of 40-character refs in BaseRepo.__getitem__. (Chow Loong Jin, Jelmer Vernooij)
6
7   * Fix fetching packs with side-band-64k capability disabled. (David Keijser, Jelmer Vernooij)
8
9   * Several fixes in send-pack protocol behaviour - handling of empty pack files and deletes.
10     (milki, #1063087)
11
12   * Fix capability negotiation when fetching packs over HTTP.
13     (#1072461, William Grant)
14
15   * Enforce determine_wants returning an empty list rather than None. (Fabien Boucher, Jelmer Vernooij)
16
17   * In the server, support pushes just removing refs. (Fabien Boucher, Jelmer Vernooij)
18
19  IMPROVEMENTS
20
21   * Support passing a single revision to BaseRepo.get_walker() rather than a list of revisions. 
22     (Alberto Ruiz)
23
24   * Add `Repo.get_description` method. (Jelmer Vernooij)
25
26   * Support thin packs in Pack.iterobjects() and Pack.get_raw().
27     (William Grant)
28
29   * Add `MemoryObjectStore.add_pack` and `MemoryObjectStore.add_thin_pack` methods.
30     (David Bennett)
31
32   * Add paramiko-based SSH vendor. (Aaron O'Mullan)
33
34   * Support running 'dulwich.server' and 'dulwich.web' using 'python -m'.
35     (Jelmer Vernooij)
36
37  API CHANGES
38
39   * SSHVendor.connect_ssh has been renamed to SSHVendor.run_command.
40     (Jelmer Vernooij)
41
42 0.9.0   2013-05-31
43
44  BUG FIXES
45
46   * Push efficiency - report missing objects only. (#562676, Artem Tikhomirov)
47
48   * Use indentation consistent with C Git in config files.
49     (#1031356, Curt Moore, Jelmer Vernooij)
50
51   * Recognize and skip binary files in diff function.
52     (Takeshi Kanemoto)
53
54   * Fix handling of relative paths in dulwich.client.get_transport_and_path.
55     (Brian Visel, #1169368)
56
57   * Preserve ordering of entries in configuration.
58     (Benjamin Pollack)
59
60   * Support ~ expansion in SSH client paths. (milki, #1083439)
61
62   * Support relative paths in alternate paths.
63     (milki, Michel Lespinasse, #1175007)
64
65   * Log all error messages from wsgiref server to the logging module. This
66     makes the test suit quiet again. (Gary van der Merwe)
67
68   * Support passing None for empty tree in changes_from_tree.
69     (Kevin Watters)
70
71   * Support fetching empty repository in client. (milki, #1060462)
72
73  IMPROVEMENTS:
74
75   * Add optional honor_filemode flag to build_index_from_tree.
76     (Mark Mikofski)
77
78   * Support core/filemode setting when building trees. (Jelmer Vernooij)
79
80   * Add chapter on tags in tutorial. (Ryan Faulkner)
81
82  FEATURES
83
84   * Add support for mergetags. (milki, #963525)
85
86   * Add support for posix shell hooks. (milki)
87
88 0.8.7   2012-11-27
89
90  BUG FIXES
91
92   * Fix use of alternates in ``DiskObjectStore``.{__contains__,__iter__}.
93     (Dmitriy)
94
95   * Fix compatibility with Python 2.4. (David Carr)
96
97 0.8.6   2012-11-09
98
99  API CHANGES
100
101   * dulwich.__init__ no longer imports client, protocol, repo and
102     server modules. (Jelmer Vernooij)
103
104  FEATURES
105
106   * ConfigDict now behaves more like a dictionary.
107     (Adam 'Cezar' Jenkins, issue #58)
108
109   * HTTPGitApplication now takes an optional
110     `fallback_app` argument. (Jonas Haag, issue #67)
111
112   * Support for large pack index files. (Jameson Nash)
113
114  TESTING
115
116   * Make index entry tests a little bit less strict, to cope with
117     slightly different behaviour on various platforms.
118     (Jelmer Vernooij)
119
120   * ``setup.py test`` (available when setuptools is installed) now
121     runs all tests, not just the basic unit tests.
122     (Jelmer Vernooij)
123
124  BUG FIXES
125
126   * Commit._deserialize now actually deserializes the current state rather than
127     the previous one. (Yifan Zhang, issue #59)
128
129   * Handle None elements in lists of TreeChange objects. (Alex Holmes)
130
131   * Support cloning repositories without HEAD set.
132     (D-Key, Jelmer Vernooij, issue #69)
133
134   * Support ``MemoryRepo.get_config``. (Jelmer Vernooij)
135
136   * In ``get_transport_and_path``, pass extra keyword arguments on to
137     HttpGitClient. (Jelmer Vernooij)
138
139 0.8.5   2012-03-29
140
141  BUG FIXES
142
143   * Avoid use of 'with' in dulwich.index. (Jelmer Vernooij)
144
145   * Be a little bit strict about OS behaviour in index tests.
146     Should fix the tests on Debian GNU/kFreeBSD. (Jelmer Vernooij)
147
148 0.8.4   2012-03-28
149
150  BUG FIXES
151
152   * Options on the same line as sections in config files are now supported.
153     (Jelmer Vernooij, #920553)
154
155   * Only negotiate capabilities that are also supported by the server.
156     (Rod Cloutier, Risto Kankkunen)
157
158   * Fix parsing of invalid timezone offsets with two minus signs.
159     (Jason R. Coombs, #697828)
160
161   * Reset environment variables during tests, to avoid
162     test isolation leaks reading ~/.gitconfig. (Risto Kankkunen)
163
164  TESTS
165
166   * $HOME is now explicitly specified for tests that use it to read
167     ``~/.gitconfig``, to prevent test isolation issues.
168     (Jelmer Vernooij, #920330)
169
170  FEATURES
171
172   * Additional arguments to get_transport_and_path are now passed
173     on to the constructor of the transport. (Sam Vilain)
174
175   * The WSGI server now transparently handles when a git client submits data
176     using Content-Encoding: gzip.
177     (David Blewett, Jelmer Vernooij)
178
179   * Add dulwich.index.build_index_from_tree(). (milki)
180
181 0.8.3   2012-01-21
182
183  FEATURES
184
185   * The config parser now supports the git-config file format as
186     described in git-config(1) and can write git config files.
187     (Jelmer Vernooij, #531092, #768687)
188
189   * ``Repo.do_commit`` will now use the user identity from
190     .git/config or ~/.gitconfig if none was explicitly specified.
191     (Jelmer Vernooij)
192
193  BUG FIXES
194
195   * Allow ``determine_wants`` methods to include the zero sha in their
196     return value. (Jelmer Vernooij)
197
198 0.8.2   2011-12-18
199
200  BUG FIXES
201
202   * Cope with different zlib buffer sizes in sha1 file parser.
203     (Jelmer Vernooij)
204
205   * Fix get_transport_and_path for HTTP/HTTPS URLs.
206     (Bruno ReniĆ©)
207
208   * Avoid calling free_objects() on NULL in error cases. (Chris Eberle)
209
210   * Fix use --bare argument to 'dulwich init'. (Chris Eberle)
211
212   * Properly abort connections when the determine_wants function
213     raises an exception. (Jelmer Vernooij, #856769)
214
215   * Tweak xcodebuild hack to deal with more error output.
216     (Jelmer Vernooij, #903840)
217
218  FEATURES
219
220   * Add support for retrieving tarballs from remote servers.
221     (Jelmer Vernooij, #379087)
222
223   * New method ``update_server_info`` which generates data
224     for dumb server access. (Jelmer Vernooij, #731235)
225
226 0.8.1   2011-10-31
227
228  FEATURES
229
230   * Repo.do_commit has a new argument 'ref'.
231
232   * Repo.do_commit has a new argument 'merge_heads'. (Jelmer Vernooij)
233
234   * New ``Repo.get_walker`` method. (Jelmer Vernooij)
235
236   * New ``Repo.clone`` method. (Jelmer Vernooij, #725369)
237
238   * ``GitClient.send_pack`` now supports the 'side-band-64k' capability.
239     (Jelmer Vernooij)
240
241   * ``HttpGitClient`` which supports the smart server protocol over
242     HTTP. "dumb" access is not yet supported. (Jelmer Vernooij, #373688)
243
244   * Add basic support for alternates. (Jelmer Vernooij, #810429)
245
246  CHANGES
247
248   * unittest2 or python >= 2.7 is now required for the testsuite.
249     testtools is no longer supported. (Jelmer Vernooij, #830713)
250
251  BUG FIXES
252
253   * Fix compilation with older versions of MSVC.  (Martin gz)
254
255   * Special case 'refs/stash' as a valid ref. (Jelmer Vernooij, #695577)
256
257   * Smart protocol clients can now change refs even if they are
258     not uploading new data. (Jelmer Vernooij, #855993)
259
260  * Don't compile C extensions when running in pypy.
261    (Ronny Pfannschmidt, #881546)
262
263  * Use different name for strnlen replacement function to avoid clashing
264    with system strnlen. (Jelmer Vernooij, #880362)
265
266  API CHANGES
267
268   * ``Repo.revision_history`` is now deprecated in favor of ``Repo.get_walker``.
269     (Jelmer Vernooij)
270
271 0.8.0   2011-08-07
272
273  FEATURES
274
275   * New DeltaChainIterator abstract class for quickly iterating all objects in
276     a pack, with implementations for pack indexing and inflation.
277     (Dave Borowitz)
278
279   * New walk module with a Walker class for customizable commit walking.
280     (Dave Borowitz)
281
282   * New tree_changes_for_merge function in diff_tree. (Dave Borowitz)
283
284   * Easy rename detection in RenameDetector even without find_copies_harder.
285     (Dave Borowitz)
286
287  BUG FIXES
288
289   * Avoid storing all objects in memory when writing pack.
290     (Jelmer Vernooij, #813268)
291
292   * Support IPv6 for git:// connections. (Jelmer Vernooij, #801543)
293
294   * Improve performance of Repo.revision_history(). (Timo Schmid, #535118)
295
296   * Fix use of SubprocessWrapper on Windows. (Paulo Madeira, #670035)
297
298   * Fix compilation on newer versions of Mac OS X (Lion and up). (Ryan McKern, #794543)
299
300   * Prevent raising ValueError for correct refs in RefContainer.__delitem__.
301
302   * Correctly return a tuple from MemoryObjectStore.get_raw. (Dave Borowitz)
303
304   * Fix a bug in reading the pack checksum when there are fewer than 20 bytes
305     left in the buffer. (Dave Borowitz)
306
307   * Support ~ in git:// URL paths. (Jelmer Vernooij, #813555)
308
309   * Make ShaFile.__eq__ work when other is not a ShaFile. (Dave Borowitz)
310
311   * ObjectStore.get_graph_walker() now no longer yields the same
312     revision more than once. This has a significant improvement for
313     performance when wide revision graphs are involved.
314     (Jelmer Vernooij, #818168)
315
316   * Teach ReceivePackHandler how to read empty packs. (Dave Borowitz)
317
318   * Don't send a pack with duplicates of the same object. (Dave Borowitz)
319
320   * Teach the server how to serve a clone of an empty repo. (Dave Borowitz)
321
322   * Correctly advertise capabilities during receive-pack. (Dave Borowitz)
323
324   * Fix add/add and add/rename conflicts in tree_changes_for_merge.
325     (Dave Borowitz)
326
327   * Use correct MIME types in web server. (Dave Borowitz)
328
329  API CHANGES
330
331   * write_pack no longer takes the num_objects argument and requires an object
332     to be passed in that is iterable (rather than an iterator) and that
333     provides __len__.  (Jelmer Vernooij)
334
335   * write_pack_data has been renamed to write_pack_objects and no longer takes a
336     num_objects argument. (Jelmer Vernooij)
337
338   * take_msb_bytes, read_zlib_chunks, unpack_objects, and
339     PackStreamReader.read_objects now take an additional argument indicating a
340     crc32 to compute. (Dave Borowitz)
341
342   * PackObjectIterator was removed; its functionality is still exposed by
343     PackData.iterobjects. (Dave Borowitz)
344
345   * Add a sha arg to write_pack_object to incrementally compute a SHA.
346     (Dave Borowitz)
347
348   * Include offset in PackStreamReader results. (Dave Borowitz)
349
350   * Move PackStreamReader from server to pack. (Dave Borowitz)
351
352   * Extract a check_length_and_checksum, compute_file_sha, and
353     pack_object_header pack helper functions. (Dave Borowitz)
354
355   * Extract a compute_file_sha function. (Dave Borowitz)
356
357   * Remove move_in_thin_pack as a separate method; add_thin_pack now completes
358     the thin pack and moves it in in one step. Remove ThinPackData as well.
359     (Dave Borowitz)
360
361   * Custom buffer size in read_zlib_chunks. (Dave Borowitz)
362
363   * New UnpackedObject data class that replaces ad-hoc tuples in the return
364     value of unpack_object and various DeltaChainIterator methods.
365     (Dave Borowitz)
366
367   * Add a lookup_path convenience method to Tree. (Dave Borowitz)
368
369   * Optionally create RenameDetectors without passing in tree SHAs.
370     (Dave Borowitz)
371
372   * Optionally include unchanged entries in RenameDetectors. (Dave Borowitz)
373
374   * Optionally pass a RenameDetector to tree_changes. (Dave Borowitz)
375
376   * Optionally pass a request object through to server handlers. (Dave Borowitz)
377
378  TEST CHANGES
379
380   * If setuptools is installed, "python setup.py test" will now run the testsuite.
381     (Jelmer Vernooij)
382
383   * Add a new build_pack test utility for building packs from a simple spec.
384     (Dave Borowitz)
385
386   * Add a new build_commit_graph test utility for building commits from a
387     simple spec. (Dave Borowitz)
388
389 0.7.1   2011-04-12
390
391  BUG FIXES
392
393   * Fix double decref in _diff_tree.c. (Ted Horst, #715528)
394
395   * Fix the build on Windows. (Pascal Quantin)
396
397   * Fix get_transport_and_path compatibility with pre-2.6.5 versions of Python.
398     (Max Bowsher, #707438)
399
400   * BaseObjectStore.determine_wants_all no longer breaks on zero SHAs.
401     (Jelmer Vernooij)
402
403   * write_tree_diff() now supports submodules.
404     (Jelmer Vernooij)
405
406   * Fix compilation for XCode 4 and older versions of distutils.sysconfig.
407     (Daniele Sluijters)
408
409  IMPROVEMENTS
410
411   * Sphinxified documentation. (Lukasz Balcerzak)
412
413   * Add Pack.keep.(Marc Brinkmann)
414
415  API CHANGES
416
417   * The order of the parameters to Tree.add(name, mode, sha) has changed, and
418     is now consistent with the rest of Dulwich. Existing code will still
419     work but print a DeprecationWarning. (Jelmer Vernooij, #663550)
420
421   * Tree.entries() is now deprecated in favour of Tree.items() and
422     Tree.iteritems(). (Jelmer Vernooij)
423
424 0.7.0   2011-01-21
425
426  FEATURES
427
428   * New `dulwich.diff_tree` module for simple content-based rename detection.
429     (Dave Borowitz)
430
431   * Add Tree.items(). (Jelmer Vernooij)
432
433   * Add eof() and unread_pkt_line() methods to Protocol. (Dave Borowitz)
434
435   * Add write_tree_diff(). (Jelmer Vernooij)
436
437   * Add `serve_command` function for git server commands as executables.
438     (Jelmer Vernooij)
439
440   * dulwich.client.get_transport_and_path now supports rsync-style repository URLs.
441     (Dave Borowitz, #568493)
442
443  BUG FIXES
444
445   * Correct short-circuiting operation for no-op fetches in the server.
446     (Dave Borowitz)
447
448   * Support parsing git mbox patches without a version tail, as generated by
449     Mercurial.  (Jelmer Vernooij)
450
451   * Fix dul-receive-pack and dul-upload-pack. (Jelmer Vernooij)
452
453   * Zero-padded file modes in Tree objects no longer trigger an exception but
454     the check code warns about them. (Augie Fackler, #581064)
455
456   * Repo.init() now honors the mkdir flag. (#671159)
457
458   * The ref format is now checked when setting a ref rather than when reading it back.
459     (Dave Borowitz, #653527)
460
461   * Make sure pack files are closed correctly. (Tay Ray Chuan)
462
463  DOCUMENTATION
464
465   * Run the tutorial inside the test suite. (Jelmer Vernooij)
466
467   * Reorganized and updated the tutorial. (Jelmer Vernooij, Dave Borowitz, #610550,
468      #610540)
469
470
471 0.6.2   2010-10-16
472
473  BUG FIXES
474
475   * HTTP server correctly handles empty CONTENT_LENGTH. (Dave Borowitz)
476
477   * Don't error when creating GitFiles with the default mode. (Dave Borowitz)
478
479   * ThinPackData.from_file now works with resolve_ext_ref callback.
480     (Dave Borowitz)
481
482   * Provide strnlen() on mingw32 which doesn't have it. (Hans Kolek)
483
484   * Set bare=true in the configuratin for bare repositories. (Dirk Neumann)
485
486  FEATURES
487
488   * Use slots for core objects to save up on memory. (Jelmer Vernooij)
489
490   * Web server supports streaming progress/pack output. (Dave Borowitz)
491
492   * New public function dulwich.pack.write_pack_header. (Dave Borowitz)
493
494   * Distinguish between missing files and read errors in HTTP server.
495     (Dave Borowitz)
496
497   * Initial work on support for fastimport using python-fastimport.
498     (Jelmer Vernooij)
499
500   * New dulwich.pack.MemoryPackIndex class. (Jelmer Vernooij)
501
502   * Delegate SHA peeling to the object store.  (Dave Borowitz)
503
504  TESTS
505
506   * Use GitFile when modifying packed-refs in tests. (Dave Borowitz)
507
508   * New tests in test_web with better coverage and fewer ad-hoc mocks.
509     (Dave Borowitz)
510
511   * Standardize quote delimiters in test_protocol. (Dave Borowitz)
512
513   * Fix use when testtools is installed. (Jelmer Vernooij)
514
515   * Add trivial test for write_pack_header. (Jelmer Vernooij)
516
517   * Refactor some of dulwich.tests.compat.server_utils. (Dave Borowitz)
518
519   * Allow overwriting id property of objects in test utils. (Dave Borowitz)
520
521   * Use real in-memory objects rather than stubs for server tests.
522     (Dave Borowitz)
523
524   * Clean up MissingObjectFinder. (Dave Borowitz)
525
526  API CHANGES
527
528   * ObjectStore.iter_tree_contents now walks contents in depth-first, sorted
529     order. (Dave Borowitz)
530
531   * ObjectStore.iter_tree_contents can optionally yield tree objects as well.
532     (Dave Borowitz).
533
534   * Add side-band-64k support to ReceivePackHandler. (Dave Borowitz)
535
536   * Change server capabilities methods to classmethods. (Dave Borowitz)
537
538   * Tweak server handler injection. (Dave Borowitz)
539
540   * PackIndex1 and PackIndex2 now subclass FilePackIndex, which is 
541     itself a subclass of PackIndex. (Jelmer Vernooij)
542
543  DOCUMENTATION
544
545   * Add docstrings for various functions in dulwich.objects. (Jelmer Vernooij)
546
547   * Clean up docstrings in dulwich.protocol. (Dave Borowitz)
548
549   * Explicitly specify allowed protocol commands to
550     ProtocolGraphWalker.read_proto_line.  (Dave Borowitz)
551
552   * Add utility functions to DictRefsContainer. (Dave Borowitz)
553
554
555 0.6.1   2010-07-22
556
557  BUG FIXES
558
559   * Fix memory leak in C implementation of sorted_tree_items. (Dave Borowitz)
560
561   * Use correct path separators for named repo files. (Dave Borowitz)
562
563   * python > 2.7 and testtools-based test runners will now also pick up skipped
564     tests correctly. (Jelmer Vernooij)
565
566  FEATURES
567
568   * Move named file initilization to BaseRepo. (Dave Borowitz)
569
570   * Add logging utilities and git/HTTP server logging. (Dave Borowitz)
571
572   * The GitClient interface has been cleaned up and instances are now reusable.
573     (Augie Fackler)
574
575   * Allow overriding paths to executables in GitSSHClient. 
576     (Ross Light, Jelmer Vernooij, #585204)
577
578   * Add PackBasedObjectStore.pack_loose_objects(). (Jelmer Vernooij)
579
580  TESTS
581
582   * Add tests for sorted_tree_items and C implementation. (Dave Borowitz)
583
584   * Add a MemoryRepo that stores everything in memory. (Dave Borowitz)
585
586   * Quiet logging output from web tests. (Dave Borowitz)
587
588   * More flexible version checking for compat tests. (Dave Borowitz)
589
590   * Compat tests for servers with and without side-band-64k. (Dave Borowitz)
591
592  CLEANUP
593
594   * Clean up file headers. (Dave Borowitz)
595
596  TESTS
597
598   * Use GitFile when modifying packed-refs in tests. (Dave Borowitz)
599
600  API CHANGES
601
602   * dulwich.pack.write_pack_index_v{1,2} now take a file-like object
603     rather than a filename. (Jelmer Vernooij)
604
605   * Make dul-daemon/dul-web trivial wrappers around server functionality.
606     (Dave Borowitz)
607
608   * Move reference WSGI handler to web.py. (Dave Borowitz)
609
610   * Factor out _report_status in ReceivePackHandler. (Dave Borowitz)
611
612   * Factor out a function to convert a line to a pkt-line. (Dave Borowitz)
613
614
615 0.6.0   2010-05-22
616
617 note: This list is most likely incomplete for 0.6.0.
618
619  BUG FIXES
620  
621   * Fix ReceivePackHandler to disallow removing refs without delete-refs.
622     (Dave Borowitz)
623
624   * Deal with capabilities required by the client, even if they 
625     can not be disabled in the server. (Dave Borowitz)
626
627   * Fix trailing newlines in generated patch files.
628     (Jelmer Vernooij)
629
630   * Implement RefsContainer.__contains__. (Jelmer Vernooij)
631
632   * Cope with \r in ref files on Windows. (
633     http://github.com/jelmer/dulwich/issues/#issue/13, Jelmer Vernooij)
634
635   * Fix GitFile breakage on Windows. (Anatoly Techtonik, #557585)
636
637   * Support packed ref deletion with no peeled refs. (Augie Fackler)
638
639   * Fix send pack when there is nothing to fetch. (Augie Fackler)
640
641   * Fix fetch if no progress function is specified. (Augie Fackler)
642
643   * Allow double-staging of files that are deleted in the index. 
644     (Dave Borowitz)
645
646   * Fix RefsContainer.add_if_new to support dangling symrefs.
647     (Dave Borowitz)
648
649   * Non-existant index files in non-bare repositories are now treated as 
650     empty. (Dave Borowitz)
651
652   * Always update ShaFile.id when the contents of the object get changed. 
653     (Jelmer Vernooij)
654
655   * Various Python2.4-compatibility fixes. (Dave Borowitz)
656
657   * Fix thin pack handling. (Dave Borowitz)
658  
659  FEATURES
660
661   * Add include-tag capability to server. (Dave Borowitz)
662
663   * New dulwich.fastexport module that can generate fastexport 
664     streams. (Jelmer Vernooij)
665
666   * Implemented BaseRepo.__contains__. (Jelmer Vernooij)
667
668   * Add __setitem__ to DictRefsContainer. (Dave Borowitz)
669
670   * Overall improvements checking Git objects. (Dave Borowitz)
671
672   * Packs are now verified while they are received. (Dave Borowitz)
673
674  TESTS
675
676   * Add framework for testing compatibility with C Git. (Dave Borowitz)
677
678   * Add various tests for the use of non-bare repositories. (Dave Borowitz)
679
680   * Cope with diffstat not being available on all platforms. 
681     (Tay Ray Chuan, Jelmer Vernooij)
682
683   * Add make_object and make_commit convenience functions to test utils.
684     (Dave Borowitz)
685
686  API BREAKAGES
687
688   * The 'committer' and 'message' arguments to Repo.do_commit() have 
689     been swapped. 'committer' is now optional. (Jelmer Vernooij)
690
691   * Repo.get_blob, Repo.commit, Repo.tag and Repo.tree are now deprecated.
692     (Jelmer Vernooij)
693
694   * RefsContainer.set_ref() was renamed to RefsContainer.set_symbolic_ref(),
695     for clarity. (Jelmer Vernooij)
696
697  API CHANGES
698
699   * The primary serialization APIs in dulwich.objects now work 
700     with chunks of strings rather than with full-text strings. 
701     (Jelmer Vernooij)
702
703 0.5.02010-03-03
704
705  BUG FIXES
706
707   * Support custom fields in commits (readonly). (Jelmer Vernooij)
708
709   * Improved ref handling. (Dave Borowitz)
710
711   * Rework server protocol to be smarter and interoperate with cgit client.
712     (Dave Borowitz)
713
714   * Add a GitFile class that uses the same locking protocol for writes as 
715     cgit. (Dave Borowitz)
716
717   * Cope with forward slashes correctly in the index on Windows.
718     (Jelmer Vernooij, #526793)
719
720  FEATURES
721
722   * --pure option to setup.py to allow building/installing without the C 
723     extensions. (Hal Wine, Anatoly Techtonik, Jelmer Vernooij, #434326)
724
725   * Implement Repo.get_config(). (Jelmer Vernooij, Augie Fackler)
726
727   * HTTP dumb and smart server. (Dave Borowitz)
728
729   * Add abstract baseclass for Repo that does not require file system 
730     operations. (Dave Borowitz)
731
732 0.4.1   2010-01-03
733
734  FEATURES
735
736   * Add ObjectStore.iter_tree_contents(). (Jelmer Vernooij)
737
738   * Add Index.changes_from_tree(). (Jelmer Vernooij)
739
740   * Add ObjectStore.tree_changes(). (Jelmer Vernooij)
741
742   * Add functionality for writing patches in dulwich.patch.
743     (Jelmer Vernooij)
744
745 0.4.0   2009-10-07
746
747  DOCUMENTATION
748
749   * Added tutorial.
750
751  API CHANGES
752
753   * dulwich.object_store.tree_lookup_path will now return the mode and 
754     sha of the object found rather than the object itself.
755
756  BUG FIXES
757
758   * Use binascii.hexlify / binascii.unhexlify for better performance.
759
760   * Cope with extra unknown data in index files by ignoring it (for now).
761
762   * Add proper error message when server unexpectedly hangs up. (#415843)
763
764   * Correctly write opcode for equal in create_delta.
765
766 0.3.3   2009-07-23
767
768  FEATURES
769
770   * Implement ShaFile.__hash__().
771
772   * Implement Tree.__len__()
773
774  BUG FIXES
775   
776   * Check for 'objects' and 'refs' directories
777     when looking for a Git repository. (#380818)
778
779 0.3.2   2009-05-20
780
781  BUG FIXES
782
783   * Support the encoding field in Commits.
784   
785   * Some Windows compatibility fixes.
786
787   * Fixed several issues in commit support.
788
789  FEATURES
790
791   * Basic support for handling submodules.
792
793 0.3.1   2009-05-13
794
795  FEATURES
796
797   * Implemented Repo.__getitem__, Repo.__setitem__ and Repo.__delitem__ to 
798     access content.
799
800  API CHANGES
801
802   * Removed Repo.set_ref, Repo.remove_ref, Repo.tags, Repo.get_refs and 
803     Repo.heads in favor of Repo.refs, a dictionary-like object for accessing
804     refs.
805
806  BUG FIXES
807
808   * Removed import of 'sha' module in objects.py, which was causing 
809     deprecation warnings on Python 2.6.
810
811 0.3.0   2009-05-10
812
813  FEATURES
814
815   * A new function 'commit_tree' has been added that can commit a tree 
816     based on an index.
817
818  BUG FIXES
819
820   * The memory usage when generating indexes has been significantly reduced.
821  
822   * A memory leak in the C implementation of parse_tree has been fixed.
823
824   * The send-pack smart server command now works. (Thanks Scott Chacon)
825
826   * The handling of short timestamps (less than 10 digits) has been fixed.
827
828   * The handling of timezones has been fixed.
829
830 0.2.1   2009-04-30
831
832  BUG FIXES
833
834   * Fix compatibility with Python2.4.
835
836 0.2.0   2009-04-30
837
838  FEATURES
839
840   * Support for activity reporting in smart protocol client.
841
842   * Optional C extensions for better performance in a couple of 
843     places that are performance-critical.
844
845 0.1.1   2009-03-13
846
847  BUG FIXES
848
849   * Fixed regression in Repo.find_missing_objects()
850
851   * Don't fetch ^{} objects from remote hosts, as requesting them 
852     causes a hangup.
853
854   * Always write pack to disk completely before calculating checksum.
855
856  FEATURES
857
858   * Allow disabling thin packs when talking to remote hosts.
859
860 0.1.0   2009-01-24
861
862  * Initial release.