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 2005/09/19 19:42:10 UTC

svn commit: r290210 - /apr/apr/trunk/CHANGES

Author: wrowe
Date: Mon Sep 19 10:42:01 2005
New Revision: 290210

URL: http://svn.apache.org/viewcvs?rev=290210&view=rev
Log:
Note things fixed in the coming 1.2.2 release, distinct from 1.3-only
fixes.  Please review for backports not yet documented.

Modified:
    apr/apr/trunk/CHANGES

Modified: apr/apr/trunk/CHANGES
URL: http://svn.apache.org/viewcvs/apr/apr/trunk/CHANGES?rev=290210&r1=290209&r2=290210&view=diff
==============================================================================
--- apr/apr/trunk/CHANGES (original)
+++ apr/apr/trunk/CHANGES Mon Sep 19 10:42:01 2005
@@ -1,8 +1,5 @@
 Changes for APR 1.3.0
 
-  *) Fix apr_socket_addr_get(,APR_REMOTE,) after a non-blocking
-     connection is completed.  PR 32737.  [Joe Orton]
-
   *) Add apr_sockaddr_ip_getbuf() function.  [Joe Orton]
 
   *) Fix handling of %pI in apr_psprintf.  [Joe Orton]
@@ -21,8 +18,16 @@
      _exit() not exit() to avoid running atexit()-registered functions
      in the child.  PR 30913.  [Joe Orton]
 
-  *) Fix error handling where apr_uid_* and apr_gid_* could return
-     APR_SUCCESS in failure cases.  [Joe Orton]
+  *) Add %pm support to apr_snprintf() for printing the error string
+     corresponding to an apr_status_t value.  [Joe Orton]
+
+  *) Add APR_ARRAY_IDX() and APR_ARRAY_PUSH() convenience macros to
+     apr_tables.h.  [Garrett Rooney]
+
+Changes for APR 1.2.2
+
+  *) Fix apr_socket_addr_get(,APR_REMOTE,) after a non-blocking
+     connection is completed.  PR 32737.  [Joe Orton]
 
   *) Fix apr_file_gets() and apr_file_read() to catch write failures
      when flushing pending writes for a buffered file.  [Joe Orton]
@@ -30,11 +35,8 @@
   *) Fix apr_file_write() infinite loop on write failure for buffered
      files.  [Erik Huelsmann <ehuels gmail.com>]
 
-  *) Add %pm support to apr_snprintf() for printing the error string
-     corresponding to an apr_status_t value.  [Joe Orton]
-
-  *) Add APR_ARRAY_IDX() and APR_ARRAY_PUSH() convenience macros to
-     apr_tables.h.  [Garrett Rooney]
+  *) Fix error handling where apr_uid_* and apr_gid_* could return
+     APR_SUCCESS in failure cases.  PR 34053 continued.  [Joe Orton]
 
 Changes for APR 1.2.1