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
0187ec69b6
commit
4e4e8c0f20
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.19 Engineering
|
||||
OpenLDAP 2.0.19 Release
|
||||
Fixed back-ldbm not filter indexing (ITS#1405)
|
||||
Fixed back-passwd e_ndn bug (ITS#1467)
|
||||
Fixed back-ldap undef ad bug (ITS#1367)
|
||||
|
|
|
|||
|
|
@ -56,7 +56,7 @@ MKDEP_CFLAGS = @OL_MKDEP_FLAGS@
|
|||
MKVERSION = $(top_srcdir)/build/mkversion -v "$(VERSION)"
|
||||
|
||||
LIBTOOL = @LIBTOOL@
|
||||
LIBVERSION = 2:12:0
|
||||
LIBVERSION = 2:13: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.19-Engineering
|
||||
2.0.19-Release
|
||||
|
|
|
|||
2
configure
vendored
2
configure
vendored
|
|
@ -1,6 +1,6 @@
|
|||
#! /bin/sh
|
||||
# $OpenLDAP$
|
||||
# from OpenLDAP: pkg/ldap/configure.in,v 1.223.2.35 2001/10/23 15:47:45 kurt Exp
|
||||
# from OpenLDAP: pkg/ldap/configure.in,v 1.223.2.36 2001/12/04 18:15:24 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 20018
|
||||
#define LDAP_VENDOR_VERSION 20019
|
||||
|
||||
/* OpenLDAP API Features */
|
||||
#define LDAP_API_FEATURE_X_OPENLDAP LDAP_VENDOR_VERSION
|
||||
|
|
|
|||
Loading…
Reference in a new issue