summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorjorton <jorton@13f79535-47bb-0310-9956-ffa450edef68>2016-03-03 12:15:05 +0000
committerjorton <jorton@13f79535-47bb-0310-9956-ffa450edef68>2016-03-03 12:15:05 +0000
commit137fe8d277e07073ad80d75952028018f7a31ff5 (patch)
tree88cf57e75eb33f5c61b2d18ac96dcdee7b7ea3d2 /CHANGES
parentda90f1828cac547b81057c026f5ec15cbb5256d1 (diff)
downloadlibapr-137fe8d277e07073ad80d75952028018f7a31ff5.tar.gz
Document.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.6.x@1733458 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 602fb6f81..621034f39 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,9 @@
-*- coding: utf-8 -*-
Changes for APR 1.6.0
+ *) Add APR_SO_FREEBIND option for apr_socket_opt_set. PR 58725.
+ [Ashley GC, Jan Kaluza, Joe Orton]
+
*) apr_filepath_merge: Fix truename length calculation on Windows
in cases where the "short" name variant is actually longer than
the "long" or "true" name. See: testnames.c:merge_shortname().