NEWS 622 B

123456789101112131415161718192021222324252627282930313233
  1. 0.2.1 2009-04-30
  2. BUG FIXES
  3. * Fix compatibility with Python2.4.
  4. 0.2.0 2009-04-30
  5. FEATURES
  6. * Support for activity reporting in smart protocol client.
  7. * Optional C extensions for better performance in a couple of
  8. places that are performance-critical.
  9. 0.1.1 2009-03-13
  10. BUG FIXES
  11. * Fixed regression in Repo.find_missing_objects()
  12. * Don't fetch ^{} objects from remote hosts, as requesting them
  13. causes a hangup.
  14. * Always write pack to disk completely before calculating checksum.
  15. FEATURES
  16. * Allow disabling thin packs when talking to remote hosts.
  17. 0.1.0 2009-01-24
  18. * Initial release.