Prepare for release

This commit is contained in:
Kurt Zeilenga 2001-09-07 23:17:49 +00:00
parent 101f39da85
commit dee50bc462
4 changed files with 10 additions and 8 deletions

12
CHANGES
View file

@ -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)

View file

@ -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) \

View file

@ -1 +1 @@
2.0.13-Engineering
2.0.13-Release

View file

@ -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