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 2009/12/08 06:05:45 UTC

svn commit: r888263 - in /apr/apr/branches/1.4.x: CHANGES STATUS include/apr_version.h

Author: wrowe
Date: Tue Dec  8 05:05:45 2009
New Revision: 888263

URL: http://svn.apache.org/viewvc?rev=888263&view=rev
Log:
Identify one change between httpd-shipped 1.4.0 and this tag 1.4.1, and prepare to tag

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

Modified: apr/apr/branches/1.4.x/CHANGES
URL: http://svn.apache.org/viewvc/apr/apr/branches/1.4.x/CHANGES?rev=888263&r1=888262&r2=888263&view=diff
==============================================================================
--- apr/apr/branches/1.4.x/CHANGES [utf-8] (original)
+++ apr/apr/branches/1.4.x/CHANGES [utf-8] Tue Dec  8 05:05:45 2009
@@ -1,4 +1,9 @@
                                                      -*- coding: utf-8 -*-
+Changes for APR 1.4.1
+
+  *) Win32: Properly handle the ERROR_DIRECTORY system error code.
+     [Brane Čibej]
+
 Changes for APR 1.4.0
 
   *) Add apr_global_mutex_lockfile() for retrieving the file, if any,
@@ -34,9 +39,6 @@
 
   *) Add apr_file_link() function.  PR 44841.  [Mark Heily <mark heily.com>]
 
-  *) Win32: Properly handle the ERROR_DIRECTORY system error code.
-     [Brane Čibej]
-
 Changes for APR 1.3.x and later:
 
   *) http://svn.apache.org/viewvc/apr/apr/branches/1.3.x/CHANGES?view=markup

Modified: apr/apr/branches/1.4.x/STATUS
URL: http://svn.apache.org/viewvc/apr/apr/branches/1.4.x/STATUS?rev=888263&r1=888262&r2=888263&view=diff
==============================================================================
--- apr/apr/branches/1.4.x/STATUS [utf-8] (original)
+++ apr/apr/branches/1.4.x/STATUS [utf-8] Tue Dec  8 05:05:45 2009
@@ -4,7 +4,9 @@
 Releases:
     2.0.0     : in development on trunk/
     1.5.0     : in development on branches/1.5.x/
-    1.4.0     : in development on branches/1.4.x/
+    1.4.2     : in development on branches/1.4.x/
+    1.4.1     : tagged December 7, 2009
+    1.4.0     : not released
     1.3.9     : released September 23, 2009
     1.3.8     : released August 6, 2009
     1.3.7     : released July 23, 2009

Modified: apr/apr/branches/1.4.x/include/apr_version.h
URL: http://svn.apache.org/viewvc/apr/apr/branches/1.4.x/include/apr_version.h?rev=888263&r1=888262&r2=888263&view=diff
==============================================================================
--- apr/apr/branches/1.4.x/include/apr_version.h (original)
+++ apr/apr/branches/1.4.x/include/apr_version.h Tue Dec  8 05:05:45 2009
@@ -59,14 +59,14 @@
  * The Patch Level never includes API changes, simply bug fixes.
  * Reset to 0 when upgrading APR_MINOR_VERSION
  */
-#define APR_PATCH_VERSION       0
+#define APR_PATCH_VERSION       1
 
 /** 
  * The symbol APR_IS_DEV_VERSION is only defined for internal,
  * "development" copies of APR.  It is undefined for released versions
  * of APR.
  */
-#define APR_IS_DEV_VERSION
+/* #undef APR_IS_DEV_VERSION */
 
 /**
  * Check at compile time if the APR version is at least a certain