mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-18 18:18:06 -05:00
Ready for release
This commit is contained in:
parent
1d90426870
commit
46fd6986d0
4 changed files with 6 additions and 4 deletions
4
CHANGES
4
CHANGES
|
|
@ -1,9 +1,11 @@
|
|||
OpenLDAP 2.0 Change Log
|
||||
|
||||
OpenLDAP 2.0.23 Engineering
|
||||
OpenLDAP 2.0.23 Release
|
||||
Fixed slapd moddn acl bug (ITS#1562) (ITS#1582)
|
||||
Fixed slapd acl regex (to dn="") portability bug (ITS#1579)
|
||||
Disabled -lldap atexit() handler (ITS#1577)
|
||||
Build environment
|
||||
Updated config.guess/sub scripts (ITS#1567)
|
||||
Documentation
|
||||
Fixed a number of typos (ITS#1578)
|
||||
|
||||
|
|
|
|||
|
|
@ -56,7 +56,7 @@ MKDEP_CFLAGS = @OL_MKDEP_FLAGS@
|
|||
MKVERSION = $(top_srcdir)/build/mkversion -v "$(VERSION)"
|
||||
|
||||
LIBTOOL = @LIBTOOL@
|
||||
LIBVERSION = 2:14:0
|
||||
LIBVERSION = 2:15:0
|
||||
LTVERSION = -version-info $(LIBVERSION)
|
||||
#We don't use our own shared libraries (yet)
|
||||
#LTLINK = $(LIBTOOL) --mode=link $(CC) -rpath $(libdir) \
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
2.0.23-Engineering
|
||||
2.0.23-Release
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@ LDAP_BEGIN_DECL
|
|||
* 2.0.0 -> 20000
|
||||
* 2.3.16 -> 20316
|
||||
*/
|
||||
#define LDAP_VENDOR_VERSION 20022
|
||||
#define LDAP_VENDOR_VERSION 20023
|
||||
|
||||
/* OpenLDAP API Features */
|
||||
#define LDAP_API_FEATURE_X_OPENLDAP LDAP_VENDOR_VERSION
|
||||
|
|
|
|||
Loading…
Reference in a new issue