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