Merge fix for 115026
[jelmer/subvertpy.git] / NEWS
diff --git a/NEWS b/NEWS
index 694b2a42ac6f77901b85b7df6c0e8bb73b18714a..9fa32e00788fbec883dce4a53fe3d1a2fff69db5 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,40 @@
+bzr-svn 0.4    UNRELEASED
+  
+  BUG FIXES
+
+   * Non-ascii characters in file ids are now supported (fixes imports 
+     of the Python repository).
+
+   * Fixed error raised during version incompatibility. (Wouter van Heyst, 
+                                                         #80467)
+
+   * Implemented Repository.get_revision_graph(None)
+
+   * svn-import will no longer spin using CPU if the target directory 
+     did not exist (#80223).
+
+   * Remove branches when they are being replaced. Fixes DivergedBranches 
+     error when using svn-import (#81908).
+
+   * Support true push (#80612).
+
+   * Support commits in heavy checkouts (#79330).
+
+  IMPROVEMENTS
+
+  PERFORMANCE
+
+   * do_update() is now used to find the contents of a directory recursively. 
+     This should reduce the number of roundtrips significantly when 
+        finding file id mappings.
+
 bzr-svn 0.3.4  UNRELEASED
 
+  BUG FIXES
+
+  * Check for a working pysqlite, rather than checking that the 
+    first one found works. (#115026)
+
 bzr-svn 0.3.3  2007-04-29
 
   IMPROVEMENTS