Hide subversion-wc as it's uninitializable.
[jelmer/subvertpy.git] / NEWS
diff --git a/NEWS b/NEWS
index 76b669f98fe2809b3345fde122f6f94347bc041d..dd18dd0c3fd460747f0111bc052380f34203348d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,15 @@ bzr-svn 0.4.4  UNRELEASED
    
    * Avoid tracebacks on "Malformed data" errors.
 
+   * Make push location optional for svn-push. 
+   
+   * Make svn-push support --remember.
+
+   * No longer gives trackeback when already upgraded revisions are present.
+     (#130471)
+
+   * Clearer error when prefix is missing during push.
+
   INTERNALS
 
    * Handle NULL_REVISION in SvnRepository.copy_content(). Fixes compatibility 
@@ -27,6 +36,8 @@ bzr-svn 0.4.4 UNRELEASED
 
    * Fix compatibility with 0.92.
 
+   * Fix compatibility with packs. (#139442)
+
    * Handle long file names with unicode characters correctly on 
      python2.4 (#129334)
 
@@ -38,6 +49,9 @@ bzr-svn 0.4.4 UNRELEASED
 
    * Support svn+ hack when committing in bound branches. (#150699)
 
+   * Give proper error when changes can't be pushed to root of repository. 
+     (#145148)
+
    * Encode = in list branching scheme names (unusable in Subversion property 
      names). (#125751)
 
@@ -46,6 +60,11 @@ bzr-svn 0.4.4        UNRELEASED
 
    * Don't print traceback when raising errors about bzr versions.
 
+   * Show proper exception when lightweight checkout is out of date.
+
+   * Fix pulling in changes push earlier by bzr-svn with directory renames 
+     of directories containing files. (#153347)
+
   DOCUMENTATION
 
    * Add simple FAQ file. (#144388)