summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbojan <bojan@13f79535-47bb-0310-9956-ffa450edef68>2009-02-20 02:32:07 +0000
committerbojan <bojan@13f79535-47bb-0310-9956-ffa450edef68>2009-02-20 02:32:07 +0000
commit51f0e6e0de88793ab9707c8ce73bc395d834d264 (patch)
tree540cbab4a0de821de8ab4f9c3530f4e3cf1c5f63
parentffefd0e9a134896fd1830049d230ff67d528b3a1 (diff)
downloadlibapr-51f0e6e0de88793ab9707c8ce73bc395d834d264.tar.gz
Document r746118.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.3.x@746119 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index d254f1388..81ebe859a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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]