Support set_user_option() on Subversion branch BranchConfig.
[jelmer/subvertpy.git] / NEWS
diff --git a/NEWS b/NEWS
index 9262ad01874204594fc60601626adc926bd08bd3..e2c0ed8c98045d92eb00fbfa908ee2b284405191 100644 (file)
--- a/NEWS
+++ b/NEWS
-bzr-svn 0.4.7  UNRELEASED
+bzr-svn 0.4.10  UNRELEASED
+
+  CHANGES
+
+   * Changed license from GPLv2 or later to GPLv3 or later.
+
+  FEATURES
+
+   * Add new ``log-strip-trailing-newline'' option which removes 
+     the last trailing newline from the log message when pushing 
+     to Subversion. This feature is only available for the 
+     experimental mappings. (#189227)
+
+   * Allow more granularity over what properties are overridden using 
+     ``override-svn-revprops''. (#159143)
+
+   * Add new ``append-revisions-only'' option with similar behaviour 
+     as in standard bzr formats. (#206242)
+
+   * No longer calculate inventory sha1's for svn revisions. Should provide 
+     some minor speed improvements.
+
+   * Parse mergeWithUpstream set by svn-buildpackage.
+
+   * Cache last revision number during read locks, significantly speeds
+     up push.
+
+   * Use different cache for experimental versions of bzr-svn.
+
+   * Support set_user_option() on Subversion branch BranchConfig. (#195962)
+
+  INTERNALS
+
+   * Branching from a Subversion repository will now fetch right-hand side 
+     parents as well as left hand side (mainline) parents, if specified.
+
+   * Removed revision number cache.
+
+  BUGS
+
+    * Avoid sometimes incorrect determination of Bazaar revision numbers. (#181773)
+
+    * Deal with bzr:svn-revision-info property being removed. (#206728)
+
+    * Gracefully handle erroneous svk merge tickets created by old versions of svk.
+
+    * Use standard infrastructure for caching revision numbers. (#213953)
+
+bzr-svn 0.4.9    2008-03-23
+
+  FEATURES
+
+   * Set revision properties when possible.
+
+   * Avoid doing two branch property lookups when getting revision metadata.
+
+   * Use caching revision graph.
+
+   * --prefix is now determined from the specified url in svn-import. (#160335)
+
+   * Support storing revision signatures.
+
+   * Re-use file properties on branch root more efficiently. This made 
+     the cache of branch properties unnecessary.
+
+   * Avoid using copy in several places.
+
+  BUGS
+  
+   * Fix compatibility with bzr 1.3.
+
+   * Be a bit quieter with messages about experimental mappings. (#162496)
+
+   * More correct implementation of Repository.get_ancestry(). 
+
+   * Properly use current branching scheme when following branches. (#183361)
+
+   * Avoid using special characters in branching scheme names because it 
+     breaks over http/https. (#204759). 
+
+  INTERNALS
+
+   * Allow multiple mappings to be available at the same time.
+
+  DOCUMENTATION
+
+   * Add note about svn+ prefix to authentication question.
+
+bzr-svn 0.4.8    2008-03-21
+
+  BUG FIXES
+
+   * Fix compatibility with Bazaar 1.2. (#196002)
+
+   * Don't provide find_repository() implementation. (#193814)
+
+   * Allow specifying path inside repository in svn-branching-scheme. (#190331)
+
+   * Support using platform-specific auth providers when available.
+
+   * Fix path to URL conversion for Windows NT. (#188233)
+
+   * Fix performance regression in sqlite queries.
+
+  FEATURES
+
+   * Add progress bar to fetch initialization code. 
+
+   * Add another progress bar to the branch detection code.
+
+   * Add -d option to the svn-push command. 
+
+bzr-svn 0.4.7    2008-02-01
+  FEATURES
+
+   * Implement Repository.find_branches(). (#178108)
+
+   * Warn about location when initializing Subversion repository cache.
 
   BUGS
 
+   * Fix opening unicode file names during fetch. (#162368)
+
    * Consistently handle unicode characters. (#129334, #164381)
 
-bzr-svn 0.4.6  2008-01-08
+   * Handle unicode strings appropriately when reading working tree 
+     inventory. (#183853)
+
+   * Fix too strict indexing in old existing cache databases. (#165136)
+
+   * Handle children of replaced directories, themselve replaced correctly. (#181790)
+
+   * Handle corner cases tracking branches. (#184457)
+
+   * Avoid errors about invalid branching paths unless the branching scheme 
+     was specified explicitly.
+
+   * Change default format to rich-root-pack. (#187008)
+
+   * Fix handling of weird file change after replacing from other branch.
+     (#186876)
+
+bzr-svn 0.4.6    2008-01-08
 
   PERFORMANCE
   
@@ -34,7 +171,7 @@ bzr-svn 0.4.6        2008-01-08
 
    * Deal with kind changes that don't change file contents. (#178149)
 
-bzr-svn 0.4.5  2007-12-01
+bzr-svn 0.4.5    2007-12-01
 
   IMPROVEMENTS
 
@@ -61,7 +198,7 @@ bzr-svn 0.4.5        2007-12-01
    * Fix compatibility with Bazaar 1.0rc1.
 
 
-bzr-svn 0.4.4  2007-11-02
+bzr-svn 0.4.4    2007-11-02
 
   PERFORMANCE
 
@@ -142,7 +279,7 @@ bzr-svn 0.4.4       2007-11-02
 
    * Add simple FAQ file. (#144388)
 
-bzr-svn 0.4.3  2007-09-15
+bzr-svn 0.4.3    2007-09-15
  
   PERFORMANCE
 
@@ -166,7 +303,7 @@ bzr-svn 0.4.3       2007-09-15
 
    * Implement SvnWorkingTreeDir.needs_format_conversion().
 
-bzr-svn 0.4.2  2007-09-09
+bzr-svn 0.4.2    2007-09-09
 
   BUG FIXES
 
@@ -191,7 +328,7 @@ bzr-svn 0.4.2       2007-09-09
    * Fix sqlite index that was causing indexing errors when a repository 
      contains multiple copies of a single revision. 
 
-bzr-svn 0.4.1  2007-08-26
+bzr-svn 0.4.1    2007-08-26
 
   BUG FIXES
 
@@ -234,7 +371,7 @@ bzr-svn 0.4.1       2007-08-26
 
    * Support reading gzip and bzip2 compressed dump files in svn-import.
 
-bzr-svn 0.4.0  2007-08-04      
+bzr-svn 0.4.0    2007-08-04    
   
   BUG FIXES
 
@@ -291,7 +428,7 @@ bzr-svn 0.4.0       2007-08-04
 
    * 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.
+     finding file id mappings.
 
    * Support read locking for Branch.
 
@@ -330,7 +467,7 @@ bzr-svn 0.4.0       2007-08-04
 
    * Implement SvnWorkingTree.smart_add() (#79336)
 
-bzr-svn 0.3.4  2007-06-15
+bzr-svn 0.3.4    2007-06-15
 
   BUG FIXES
 
@@ -339,7 +476,7 @@ bzr-svn 0.3.4       2007-06-15
 
   * Fix compatibility with Bazaar 0.17.
 
-bzr-svn 0.3.3  2007-04-29
+bzr-svn 0.3.3    2007-04-29
 
   IMPROVEMENTS
 
@@ -351,7 +488,7 @@ bzr-svn 0.3.3       2007-04-29
 
   * Don't show "not updating working tree" warnings when pushing.
 
-bzr-svn 0.3.2  2007-03-13
+bzr-svn 0.3.2    2007-03-13
 
   BUG FIXES
 
@@ -364,7 +501,7 @@ bzr-svn 0.3.2       2007-03-13
 
   * Handle unicode characters in filenames (#54736)
 
-bzr-svn 0.3.1  2007-01-31
+bzr-svn 0.3.1    2007-01-31
 
   BUG FIXES
  
@@ -379,7 +516,7 @@ bzr-svn 0.3.1       2007-01-31
    * Working tree copies will be disabled if the version of python-subversion 
      is too old.
 
-bzr-svn 0.3.0  2007-01-16
+bzr-svn 0.3.0    2007-01-16
 
   BUG FIXES