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
9e1eb623c8
commit
bb414370d5
5 changed files with 5 additions and 5 deletions
2
CHANGES
2
CHANGES
|
|
@ -1,6 +1,6 @@
|
|||
OpenLDAP 2.0 Change Log
|
||||
|
||||
OpenLDAP 2.0.16 Engineering
|
||||
OpenLDAP 2.0.16 Release
|
||||
Fixed ITS indexing bug (ITS#1349)
|
||||
Fixed slapd/slurpd maxargs bug (ITS#1343)
|
||||
Fixed slapd ManageDSAIT warning
|
||||
|
|
|
|||
|
|
@ -56,7 +56,7 @@ MKDEP_CFLAGS = @OL_MKDEP_FLAGS@
|
|||
MKVERSION = $(top_srcdir)/build/mkversion -v "$(VERSION)"
|
||||
|
||||
LIBTOOL = @LIBTOOL@
|
||||
LIBVERSION = 2:10:0
|
||||
LIBVERSION = 2:11: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.16-Engineering
|
||||
2.0.16-Release
|
||||
|
|
|
|||
2
configure
vendored
2
configure
vendored
|
|
@ -1,6 +1,6 @@
|
|||
#! /bin/sh
|
||||
# $OpenLDAP$
|
||||
# from OpenLDAP: pkg/ldap/configure.in,v 1.223.2.33 2001/09/26 19:20:24 kurt Exp
|
||||
# from OpenLDAP: pkg/ldap/configure.in,v 1.223.2.34 2001/10/09 23:18:54 kurt Exp
|
||||
|
||||
# Copyright 1998-2001 The OpenLDAP Foundation. All Rights Reserved.
|
||||
#
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@ LDAP_BEGIN_DECL
|
|||
* 2.0.0 -> 20000
|
||||
* 2.3.16 -> 20316
|
||||
*/
|
||||
#define LDAP_VENDOR_VERSION 20015
|
||||
#define LDAP_VENDOR_VERSION 20016
|
||||
|
||||
/* OpenLDAP API Features */
|
||||
#define LDAP_API_FEATURE_X_OPENLDAP LDAP_VENDOR_VERSION
|
||||
|
|
|
|||
Loading…
Reference in a new issue