You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by co...@apache.org on 2023/04/16 14:35:26 UTC

svn commit: r1909175 - in /apr/apr/branches/1.7.x: CHANGES STATUS include/apr_version.h

Author: covener
Date: Sun Apr 16 14:35:26 2023
New Revision: 1909175

URL: http://svn.apache.org/viewvc?rev=1909175&view=rev
Log:
publishing release apr-1.7.4

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

Modified: apr/apr/branches/1.7.x/CHANGES
URL: http://svn.apache.org/viewvc/apr/apr/branches/1.7.x/CHANGES?rev=1909175&r1=1909174&r2=1909175&view=diff
==============================================================================
--- apr/apr/branches/1.7.x/CHANGES [utf-8] (original)
+++ apr/apr/branches/1.7.x/CHANGES [utf-8] Sun Apr 16 14:35:26 2023
@@ -1,4 +1,6 @@
                                                      -*- coding: utf-8 -*-
+Changes for APR 1.7.5
+
 Changes for APR 1.7.4
 
   *) Fix a regression where writing to a file opened with both APR_FOPEN_APPEND

Modified: apr/apr/branches/1.7.x/STATUS
URL: http://svn.apache.org/viewvc/apr/apr/branches/1.7.x/STATUS?rev=1909175&r1=1909174&r2=1909175&view=diff
==============================================================================
--- apr/apr/branches/1.7.x/STATUS [utf-8] (original)
+++ apr/apr/branches/1.7.x/STATUS [utf-8] Sun Apr 16 14:35:26 2023
@@ -4,7 +4,8 @@ Last modified at [$Date$]
 Releases:
     2.0.0     : in development on trunk/
     1.8.0     : in development
-    1.7.4     : in maintenance
+    1.7.5     : in maintenance
+    1.7.4     : released April 16, 2023
     1.7.3     : released March 31, 2023
     1.7.2     : released February 1, 2023
     1.7.1     : released January 31, 2023

Modified: apr/apr/branches/1.7.x/include/apr_version.h
URL: http://svn.apache.org/viewvc/apr/apr/branches/1.7.x/include/apr_version.h?rev=1909175&r1=1909174&r2=1909175&view=diff
==============================================================================
--- apr/apr/branches/1.7.x/include/apr_version.h (original)
+++ apr/apr/branches/1.7.x/include/apr_version.h Sun Apr 16 14:35:26 2023
@@ -62,7 +62,7 @@
  * The Patch Level never includes API changes, simply bug fixes.
  * Reset to 0 when upgrading APR_MINOR_VERSION
  */
-#define APR_PATCH_VERSION       4
+#define APR_PATCH_VERSION       5
 
 /** 
  * The symbol APR_IS_DEV_VERSION is only defined for internal,