You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by da...@apache.org on 2017/08/10 18:16:16 UTC

svn commit: r1804693 - in /subversion/branches/1.9.x: CHANGES STATUS subversion/include/svn_version.h

Author: danielsh
Date: Thu Aug 10 18:16:15 2017
New Revision: 1804693

URL: http://svn.apache.org/viewvc?rev=1804693&view=rev
Log:
Post-release housekeeping: bump the 1.9.x branch to 1.9.8.

Modified:
    subversion/branches/1.9.x/CHANGES
    subversion/branches/1.9.x/STATUS
    subversion/branches/1.9.x/subversion/include/svn_version.h

Modified: subversion/branches/1.9.x/CHANGES
URL: http://svn.apache.org/viewvc/subversion/branches/1.9.x/CHANGES?rev=1804693&r1=1804692&r2=1804693&view=diff
==============================================================================
--- subversion/branches/1.9.x/CHANGES (original)
+++ subversion/branches/1.9.x/CHANGES Thu Aug 10 18:16:15 2017
@@ -1,3 +1,27 @@
+Version 1.9.7
+(10 Aug 2017, from /branches/1.9.x)
+http://svn.apache.org/repos/asf/subversion/tags/1.9.7
+
+ User-visible changes:
+  - Client-side bugfixes:
+    * Fix arbitrary code execution vulnerability CVE-2017-9800
+        See <https://subversion.apache.org/security/CVE-2017-9800-advisory.txt>
+        for details.
+
+  - Server-side bugfixes:
+    (none)
+
+  - Bindings bugfixes:
+    (none)
+
+ Developer-visible changes:
+  - General:
+    (none)
+
+  - API changes:
+    (none)
+
+
 Version 1.9.6
 (5 Jul 2017, from /branches/1.9.x)
 http://svn.apache.org/repos/asf/subversion/tags/1.9.6

Modified: subversion/branches/1.9.x/STATUS
URL: http://svn.apache.org/viewvc/subversion/branches/1.9.x/STATUS?rev=1804693&r1=1804692&r2=1804693&view=diff
==============================================================================
--- subversion/branches/1.9.x/STATUS (original)
+++ subversion/branches/1.9.x/STATUS Thu Aug 10 18:16:15 2017
@@ -10,7 +10,7 @@ See http://subversion.apache.org/docs/co
 for details on how release lines and voting work, what kinds of bugs can
 delay a release, etc.
 
-Status of 1.9.7:
+Status of 1.9.8:
 
 Candidate changes:
 ==================

Modified: subversion/branches/1.9.x/subversion/include/svn_version.h
URL: http://svn.apache.org/viewvc/subversion/branches/1.9.x/subversion/include/svn_version.h?rev=1804693&r1=1804692&r2=1804693&view=diff
==============================================================================
--- subversion/branches/1.9.x/subversion/include/svn_version.h (original)
+++ subversion/branches/1.9.x/subversion/include/svn_version.h Thu Aug 10 18:16:15 2017
@@ -70,7 +70,7 @@ extern "C" {
  *
  * @since New in 1.1.
  */
-#define SVN_VER_PATCH      7
+#define SVN_VER_PATCH      8
 
 
 /** @deprecated Provided for backward compatibility with the 1.0 API. */