Merge fix for 115026
[jelmer/subvertpy.git] / NEWS
diff --git a/NEWS b/NEWS
index 211e1d731e9485d020e00304011d27c74da73529..9fa32e00788fbec883dce4a53fe3d1a2fff69db5 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,53 @@
-bzr-svn 0.3.2  UNRELEASED
+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
+
+  * Fix compatibility with 0.16 (#110164)
+
+  * Don't do extra checkout before push if possible. (#91885)
+
+  * Set parent URLs in svn-import. (#94406)
+
+  * Don't show "not updating working tree" warnings when pushing.
+
+bzr-svn 0.3.2  2007-03-13
 
   BUG FIXES