Skip to content
Snippets Groups Projects
Commit 7ab68d68 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Prepare for release

parent 5b4b96b3
No related branches found
No related tags found
No related merge requests found
OpenLDAP 2.0 Change Log OpenLDAP 2.0 Change Log
OpenLDAP 2.0.20 Engineering OpenLDAP 2.0.20 Release
Fixed slapd ACL empty replace bug (ITS#1530) Fixed slapd ACL empty replace bug (ITS#1530)
Fixed slapd ACL peername/sockname exact match bug (ITS#1516) Fixed slapd ACL peername/sockname exact match bug (ITS#1516)
Fixed back-passwd db_config bug Fixed back-passwd db_config bug
......
...@@ -56,7 +56,7 @@ MKDEP_CFLAGS = @OL_MKDEP_FLAGS@ ...@@ -56,7 +56,7 @@ MKDEP_CFLAGS = @OL_MKDEP_FLAGS@
MKVERSION = $(top_srcdir)/build/mkversion -v "$(VERSION)" MKVERSION = $(top_srcdir)/build/mkversion -v "$(VERSION)"
LIBTOOL = @LIBTOOL@ LIBTOOL = @LIBTOOL@
LIBVERSION = 2:13:0 LIBVERSION = 2:14:0
LTVERSION = -version-info $(LIBVERSION) LTVERSION = -version-info $(LIBVERSION)
#We don't use our own shared libraries (yet) #We don't use our own shared libraries (yet)
#LTLINK = $(LIBTOOL) --mode=link $(CC) -rpath $(libdir) \ #LTLINK = $(LIBTOOL) --mode=link $(CC) -rpath $(libdir) \
......
2.0.20-Engineering 2.0.20-Release
...@@ -50,7 +50,7 @@ LDAP_BEGIN_DECL ...@@ -50,7 +50,7 @@ LDAP_BEGIN_DECL
* 2.0.0 -> 20000 * 2.0.0 -> 20000
* 2.3.16 -> 20316 * 2.3.16 -> 20316
*/ */
#define LDAP_VENDOR_VERSION 20019 #define LDAP_VENDOR_VERSION 20020
/* OpenLDAP API Features */ /* OpenLDAP API Features */
#define LDAP_API_FEATURE_X_OPENLDAP LDAP_VENDOR_VERSION #define LDAP_API_FEATURE_X_OPENLDAP LDAP_VENDOR_VERSION
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment