Merge from 0.3 branch
[jelmer/subvertpy.git] / NEWS
diff --git a/NEWS b/NEWS
index 211e1d731e9485d020e00304011d27c74da73529..b04c5f1b80b523e7332ba4f4d8d536d47ff7fa01 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,34 @@
-bzr-svn 0.3.2  UNRELEASED
+bzr-svn 0.4    UNRELEASED
 
   BUG FIXES
 
-  * Fix compatibility with Bazaar 0.15.
+   * 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).
+
+  IMPROVEMENTS
+
+   * A proper warning will now be printed if no sqlite implementation is 
+     available.
+
+   * Working tree copies will be disabled if the version of python-subversion 
+     is too old.
+
+  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.
 
   * Check for parent paths moving as well in LogWalker.find_latest_change(). 
     Fixes #84087.