You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by st...@apache.org on 2012/09/10 15:49:45 UTC

svn commit: r1382843 - /subversion/trunk/CHANGES

Author: stsp
Date: Mon Sep 10 13:49:44 2012
New Revision: 1382843

URL: http://svn.apache.org/viewvc?rev=1382843&view=rev
Log:
* CHANGES: List 1.6.19 changes.

Modified:
    subversion/trunk/CHANGES

Modified: subversion/trunk/CHANGES
URL: http://svn.apache.org/viewvc/subversion/trunk/CHANGES?rev=1382843&r1=1382842&r2=1382843&view=diff
==============================================================================
--- subversion/trunk/CHANGES (original)
+++ subversion/trunk/CHANGES Mon Sep 10 13:49:44 2012
@@ -487,6 +487,15 @@ the 1.6 release:  http://subversion.apac
     * fixed setting binary properties in JavaHL (issue #3770)
     * fix type mapping of svn_txdelta_window_t in python bindings (issue #3688)
 
+Version 1.6.19
+(10 Sep 2012, from /branches/1.6.x)
+http://svn.apache.org/repos/asf/subversion/tags/1.6.19
+  - Client-side bugfixes:
+    * handle missing svn:date reported by svnserve gracefully (r1306111)
+  - Server-side bugfixes:
+    * fix possible server hang if a hook script fails to start (r1330410)
+    * fix write-through proxy commit regression introduced in 1.6.17 (r1088602)
+    * partial sync drops properties when converting to adds (issue #4184)
 
 Version 1.6.18
 (29 Mar 2012, from /branches/1.6.x)