jorton 2004/05/28 00:37:32
Modified: . CHANGES
Log:
Synch with 0.9 branch.
Revision Changes Path
1.131 +7 -4 apr-util/CHANGES
Index: CHANGES
===================================================================
RCS file: /home/cvs/apr-util/CHANGES,v
retrieving revision 1.130
retrieving revision 1.131
diff -d -u -r1.130 -r1.131
--- CHANGES 22 May 2004 00:57:02 -0000 1.130
+++ CHANGES 28 May 2004 07:37:32 -0000 1.131
@@ -1,9 +1,5 @@
Changes with APR-util 1.0
- *) Change the order in which ldap.h and lber.h are defined, to fix
- a compile bug in Solaris v2.8 which requires lber.h then ldap.h.
- PR 27379 [Andrew Connors <[EMAIL PROTECTED]>]
-
*) The whole codebase was relicensed and is now available under
the Apache License, Version 2.0 (http://www.apache.org/licenses).
[Apache Software Foundation]
@@ -28,6 +24,13 @@
Changes with APR-util 0.9.5
+ *) Fix corrupt output from the apr_xlate_* interfaces on AIX 4.x.
+ [Joe Orton]
+
+ *) Change the order in which ldap.h and lber.h are defined, to fix
+ a compile bug in Solaris v2.8 which requires lber.h then ldap.h.
+ PR 27379. [Andrew Connors <andy.connors idea.com>]
+
*) Restore support for SHA1 passwords in apr_validate_password.
PR 17343. [Paul Querna <chip force-elite.com>]