mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-18 18:18:06 -05:00
Prepare for release
This commit is contained in:
parent
101f39da85
commit
dee50bc462
4 changed files with 10 additions and 8 deletions
12
CHANGES
12
CHANGES
|
|
@ -1,14 +1,16 @@
|
|||
OpenLDAP 2.0 Change Log
|
||||
|
||||
OpenLDAP 2.0.13 Engineering
|
||||
OpenLDAP 2.0.13 Release
|
||||
Fixed slapd substring filter_free bug
|
||||
Fixed slapd suffix check bug
|
||||
Fixed ldapdelete -c handling (ITS#1071)
|
||||
Fixed -lldbm BDB3.0 support (ITS#1306)
|
||||
Fixed back-ldbm dbhandle cache bug
|
||||
Fixed back-shell fgets handling
|
||||
Added slapd access to dn.base="" support
|
||||
Fixed ldapsearch -S handling
|
||||
Fixed ldbm BerkeleyDB 3.0 support (ITS#1306)
|
||||
Fixed ldbm dbhandle cache bug
|
||||
Fixed shell fgets handling
|
||||
Fixed -lldap TLS ldap.conf handling
|
||||
Added -lldap improved TLS certificate checking
|
||||
Added slapd access to dn.base="" support
|
||||
|
||||
OpenLDAP 2.0.12 Release
|
||||
Fixed slapd acl default clause bug (ITS#1187)
|
||||
|
|
|
|||
|
|
@ -56,7 +56,7 @@ MKDEP_CFLAGS = @OL_MKDEP_FLAGS@
|
|||
MKVERSION = $(top_srcdir)/build/mkversion -v "$(VERSION)"
|
||||
|
||||
LIBTOOL = @LIBTOOL@
|
||||
LIBVERSION = 2:7:0
|
||||
LIBVERSION = 2:8: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.13-Engineering
|
||||
2.0.13-Release
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@ LDAP_BEGIN_DECL
|
|||
* 2.0.0 -> 20000
|
||||
* 2.3.16 -> 20316
|
||||
*/
|
||||
#define LDAP_VENDOR_VERSION 20012
|
||||
#define LDAP_VENDOR_VERSION 20013
|
||||
|
||||
/* OpenLDAP API Features */
|
||||
#define LDAP_API_FEATURE_X_OPENLDAP LDAP_VENDOR_VERSION
|
||||
|
|
|
|||
Loading…
Reference in a new issue