Fix flaky/failing tests introduced in the last few changes.
[jelmer/dulwich-libgit2.git] / NEWS
diff --git a/NEWS b/NEWS
index 41058ed34bb9c4215e1e398b02f983b655b9f5f6..60651beb908fb3336d36d37ad92b72488ff89258 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,49 @@
-0.3.4  UNRELEASED
+0.4.2  UNRELEASED
+
+ BUG FIXES
+
+  * Support custom fields in commits.
+
+ FEATURES
+
+  * --without-speedups option to setup.py to allow building/installing 
+    without the C extensions. (Hal Wine, Jelmer Vernooij)
+
+  * Implement Repo.get_config(). (Jelmer Vernooij)
+
+0.4.1  2010-01-03
+
+ FEATURES
+
+  * Add ObjectStore.iter_tree_contents()
+
+  * Add Index.changes_from_tree()
+
+  * Add ObjectStore.tree_changes()
+
+  * Add functionality for writing patches in dulwich.patch.
+
+0.4.0  2009-10-07
+
+ DOCUMENTATION
+
+  * Added tutorial.
+
+ API CHANGES
+
+  * dulwich.object_store.tree_lookup_path will now return the mode and 
+    sha of the object found rather than the object itself.
 
  BUG FIXES
 
   * Use binascii.hexlify / binascii.unhexlify for better performance.
 
+  * Cope with extra unknown data in index files by ignoring it (for now).
+
+  * Add proper error message when server unexpectedly hangs up. (#415843)
+
+  * Correctly write opcode for equal in create_delta.
+
 0.3.3  2009-07-23
 
  FEATURES