You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by bo...@apache.org on 2009/02/20 03:32:07 UTC

svn commit: r746119 - /apr/apr/branches/1.3.x/CHANGES

Author: bojan
Date: Fri Feb 20 02:32:07 2009
New Revision: 746119

URL: http://svn.apache.org/viewvc?rev=746119&view=rev
Log:
Document r746118.

Modified:
    apr/apr/branches/1.3.x/CHANGES

Modified: apr/apr/branches/1.3.x/CHANGES
URL: http://svn.apache.org/viewvc/apr/apr/branches/1.3.x/CHANGES?rev=746119&r1=746118&r2=746119&view=diff
==============================================================================
--- apr/apr/branches/1.3.x/CHANGES [utf-8] (original)
+++ apr/apr/branches/1.3.x/CHANGES [utf-8] Fri Feb 20 02:32:07 2009
@@ -1,6 +1,9 @@
                                                      -*- coding: utf-8 -*-
 Changes for APR 1.3.4
 
+  *) Fix compilation error on systems that do not have IPV6.
+     PR 46601 [Julien Charbon <jch 4js.com>]
+
   *) apr_socket_sendfile() on Solaris: Fix handling of files truncated
      after the sender determines the length.  (This fixes a busy loop in 
      httpd when a file being served is truncated.)  [Jeff Trawick]