Merge fix for 115026
[jelmer/subvertpy.git] / NEWS
diff --git a/NEWS b/NEWS
index ac3d1f452f67dcc96da7fa6ca830975d6347e474..9fa32e00788fbec883dce4a53fe3d1a2fff69db5 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,81 @@
-IN DEVELOPMENT
+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
+
+  * Fix compatibility with Bazaar 0.15.
+
+  * Check for parent paths moving as well in LogWalker.find_latest_change(). 
+    Fixes #84087.
+
+  * Handle unicode characters in commit messages. Fixes #85551.
+
+  * Handle unicode characters in filenames (#54736)
+
+bzr-svn 0.3.1  2007-01-31
+
+  BUG FIXES
+   *  Warning given when the version of python-subversion is not patched 
+      is now fixed. (Wouter van Heyst)
+
+  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.
+
+bzr-svn 0.3.0  2007-01-16
 
   BUG FIXES
 
@@ -34,6 +111,8 @@ IN DEVELOPMENT
 
    * Store file id map when committing to Subversion. (#54738)
 
+   * Support spaces in filenames in working trees.
+
   IMPROVEMENTS
 
    * Implemented SvnRepository.all_revision_ids().
@@ -57,6 +136,8 @@ IN DEVELOPMENT
    * Upgrade command can be used to upgrade branches created with 
      older versions of the plugin.
 
+   * Fail early when unpatched python Subversion bindings are installed.
+
   PERFORMANCE IMPROVEMENTS
 
    * More efficient implementation of follow_history().