Add tests for commit.
[jelmer/dulwich-libgit2.git] / NEWS
1 0.2.1   2009-04-30
2
3  BUG FIXES
4
5   * Fix compatibility with Python2.4.
6
7 0.2.0   2009-04-30
8
9  FEATURES
10
11   * Support for activity reporting in smart protocol client.
12
13   * Optional C extensions for better performance in a couple of 
14     places that are performance-critical.
15
16 0.1.1   2009-03-13
17
18  BUG FIXES
19
20   * Fixed regression in Repo.find_missing_objects()
21
22   * Don't fetch ^{} objects from remote hosts, as requesting them 
23     causes a hangup.
24
25   * Always write pack to disk completely before calculating checksum.
26
27  FEATURES
28
29   * Allow disabling thin packs when talking to remote hosts.
30
31 0.1.0   2009-01-24
32
33  * Initial release.