You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by wr...@apache.org on 2018/09/10 21:08:34 UTC

svn commit: r1840496 - in /apr/apr/branches/1.6.x: CHANGES STATUS include/apr_version.h

Author: wrowe
Date: Mon Sep 10 21:08:33 2018
New Revision: 1840496

URL: http://svn.apache.org/viewvc?rev=1840496&view=rev
Log:
We are at 1.6.6-dev

Modified:
    apr/apr/branches/1.6.x/CHANGES
    apr/apr/branches/1.6.x/STATUS
    apr/apr/branches/1.6.x/include/apr_version.h

Modified: apr/apr/branches/1.6.x/CHANGES
URL: http://svn.apache.org/viewvc/apr/apr/branches/1.6.x/CHANGES?rev=1840496&r1=1840495&r2=1840496&view=diff
==============================================================================
--- apr/apr/branches/1.6.x/CHANGES [utf-8] (original)
+++ apr/apr/branches/1.6.x/CHANGES [utf-8] Mon Sep 10 21:08:33 2018
@@ -1,4 +1,8 @@
                                                      -*- coding: utf-8 -*-
+Changes for APR 1.6.6
+
+
+
 Changes for APR 1.6.5
 
   *) Fix Win32 build breakage in apr_os_exp_time_put() in 1.6.4. [Rainer Jung]

Modified: apr/apr/branches/1.6.x/STATUS
URL: http://svn.apache.org/viewvc/apr/apr/branches/1.6.x/STATUS?rev=1840496&r1=1840495&r2=1840496&view=diff
==============================================================================
--- apr/apr/branches/1.6.x/STATUS [utf-8] (original)
+++ apr/apr/branches/1.6.x/STATUS [utf-8] Mon Sep 10 21:08:33 2018
@@ -4,6 +4,7 @@ Last modified at [$Date$]
 Releases:
     2.0.0     : in development on trunk/
     1.7.0     : in development on branches/1.7.x
+    1.6.6     : in maintenance
     1.6.5     : tagged September 10, 2018
     1.6.4     : not released
     1.6.3     : released October 22, 2017

Modified: apr/apr/branches/1.6.x/include/apr_version.h
URL: http://svn.apache.org/viewvc/apr/apr/branches/1.6.x/include/apr_version.h?rev=1840496&r1=1840495&r2=1840496&view=diff
==============================================================================
--- apr/apr/branches/1.6.x/include/apr_version.h (original)
+++ apr/apr/branches/1.6.x/include/apr_version.h Mon Sep 10 21:08:33 2018
@@ -62,14 +62,14 @@
  * The Patch Level never includes API changes, simply bug fixes.
  * Reset to 0 when upgrading APR_MINOR_VERSION
  */
-#define APR_PATCH_VERSION       5
+#define APR_PATCH_VERSION       6
 
 /** 
  * The symbol APR_IS_DEV_VERSION is only defined for internal,
  * "development" copies of APR.  It is undefined for released versions
  * of APR.
  */
-/* #undef APR_IS_DEV_VERSION */
+#define APR_IS_DEV_VERSION
 
 /**
  * Check at compile time if the APR version is at least a certain