summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorminfrin <minfrin@13f79535-47bb-0310-9956-ffa450edef68>2008-03-23 20:03:59 +0000
committerminfrin <minfrin@13f79535-47bb-0310-9956-ffa450edef68>2008-03-23 20:03:59 +0000
commit1987c839f1b493d5825e4b74f9a1b97afe754f71 (patch)
tree4e37c3eb5e14f4700c1c6799f855ff68724e7bae /CHANGES
parent1cd3901288d31302de03729d56a208b35bca2cea (diff)
downloadlibapr-util-1987c839f1b493d5825e4b74f9a1b97afe754f71.tar.gz
Fix the setting of LDAP_OPT_SSL on Win2k, which expects a pointer to
the value LDAP_OPT_ON, and not the value itself. XP works with both. git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@640248 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index e9281c99..c3ab2325 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,10 @@
-*- coding: utf-8 -*-
Changes with APR-util 1.3.0
+ *) Fix the setting of LDAP_OPT_SSL on Win2k, which expects a pointer to
+ the value LDAP_OPT_ON, and not the value itself. XP works with both.
+ [Victor <victorjss@gmail.com>]
+
*) Fix a regression in apr_brigade_partition that causes integer overflows
on systems where apr_off_t > apr_size_t. [Ruediger Pluem]