Support set_user_option() on Subversion branch BranchConfig.
[jelmer/subvertpy.git] / NEWS
diff --git a/NEWS b/NEWS
index bdb558aaf29aff5ff674cf9f0500ccf74f1eebd3..e2c0ed8c98045d92eb00fbfa908ee2b284405191 100644 (file)
--- a/NEWS
+++ b/NEWS
-bzr-svn 0.4.9  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.
 
-  FEATURE
+   * Be a bit quieter with messages about experimental mappings. (#162496)
 
-   * Add progress bar to fetch initialization code
+   * More correct implementation of Repository.get_ancestry()
 
+   * Properly use current branching scheme when following branches. (#183361)
 
-bzr-svn 0.4.8  UNRELEASED
+   * Avoid using special characters in branching scheme names because it 
+     breaks over http/https. (#204759). 
 
-  BUGS
+  INTERNALS
 
-   * Fix path to URL conversion for Windows NT. (#188233)
+   * Allow multiple mappings to be available at the same time.
 
-   * Be a bit quieter with messages about experimental mappings. (#162496)
+  DOCUMENTATION
 
-   * Allow specifying path inside repository in svn-branching-scheme. (#190331)
+   * 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 -d option to the svn-push command
+   * Add progress bar to fetch initialization code
 
-  INTERNALS
+   * Add another progress bar to the branch detection code.
 
-   * Allow multiple mappings to be available at the same time.
+   * Add -d option to the svn-push command. 
 
-bzr-svn 0.4.7  2008-02-01
+bzr-svn 0.4.7    2008-02-01
  
   FEATURES
 
@@ -37,8 +118,6 @@ bzr-svn 0.4.7        2008-02-01
 
    * Warn about location when initializing Subversion repository cache.
 
-   * Set revision properties when possible.
-
   BUGS
 
    * Fix opening unicode file names during fetch. (#162368)
@@ -62,7 +141,7 @@ bzr-svn 0.4.7        2008-02-01
    * Fix handling of weird file change after replacing from other branch.
      (#186876)
 
-bzr-svn 0.4.6  2008-01-08
+bzr-svn 0.4.6    2008-01-08
 
   PERFORMANCE
   
@@ -92,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
 
@@ -119,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
 
@@ -200,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
 
@@ -224,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
 
@@ -249,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
 
@@ -292,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
 
@@ -349,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.
 
@@ -388,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
 
@@ -397,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
 
@@ -409,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
 
@@ -422,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
  
@@ -437,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