Merge some bare-repo related fixes from Dirk Neumann.
[jelmer/dulwich-libgit2.git] / NEWS
diff --git a/NEWS b/NEWS
index 97e436edc14175a469321aa236c55b43f39d1c11..a04abae3fe6b7aac1b66df553e1874c788b7d31c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,10 @@
   * ThinPackData.from_file now works with resolve_ext_ref callback.
     (Dave Borowitz)
 
+  * Provide strnlen() on mingw32 which doesn't have it. (Hans Kolek)
+
+  * Set bare=true in the configuratin for bare repositories. (Dirk Neumann)
+
  FEATURES
 
   * Use slots for core objects to save up on memory. (Jelmer Vernooij)
@@ -20,7 +24,8 @@
   * Distinguish between missing files and read errors in HTTP server.
     (Dave Borowitz)
 
-  * Initial work on a fastimport parser. (Jelmer Vernooij)
+  * Initial work on support for fastimport using python-fastimport.
+    (Jelmer Vernooij)
 
   * New dulwich.pack.MemoryPackIndex class. (Jelmer Vernooij)
 
 
   * Allow overwriting id property of objects in test utils. (Dave Borowitz)
 
+  * Use real in-memory objects rather than stubs for server tests.
+    (Dave Borowitz)
+
+  * Clean up MissingObjectFinder. (Dave Borowitz)
+
  API CHANGES
 
   * ObjectStore.iter_tree_contents now walks contents in depth-first, sorted