Start on 0.7.0.
[jelmer/dulwich-libgit2.git] / NEWS
diff --git a/NEWS b/NEWS
index daedefdb1dcb6afb2911869416319e844bb10995..c9aae193d3c639ac0b1ad7a11e2ded433ac33b3d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,6 @@
-0.6.2  UNRELEASED
+0.7.0  UNRELEASED
+
+0.6.2  2010-10-16
 
  BUG FIXES
 
@@ -9,6 +11,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 +26,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)
 
@@ -46,6 +53,8 @@
   * 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