From 7bc4de40ad439a2ec8bab10dc139e562aeef0534 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Fri, 18 May 2001 01:19:22 +0000 Subject: [PATCH] Prepare for release of 2.0.9 --- CHANGES | 6 +++++- build/version | 2 +- doc/man/man3/lber-types.3 | 1 + include/ldap.h | 2 +- libraries/libldbm/ldbm.c | 2 +- 5 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGES b/CHANGES index 50eb220b66..4cd5152585 100644 --- a/CHANGES +++ b/CHANGES @@ -1,10 +1,14 @@ OpenLDAP 2.0 Change Log OpenLDAP 2.0.9 Engineering + Add slapd obsolete schema check + Add slapd collective schema check + Fix slapd printableString syntax bug + Fix ldbm bdb3 set_cachesize bug Build Environment Add nisMailAlias (ITS#876) Fix inet_ntop configure test (ITS#1146) - Fix thr_nt.c typo bug + Fix thr_nt.c syntax bug OpenLDAP 2.0.8 Release Fixed slapd empty OID value bug (ITS#882) diff --git a/build/version b/build/version index 6eddfafbf0..7a3fa68a63 100644 --- a/build/version +++ b/build/version @@ -1 +1 @@ -2.0.9-Engineering +2.0.9-Release diff --git a/doc/man/man3/lber-types.3 b/doc/man/man3/lber-types.3 index ab9bf04059..1416280b8e 100644 --- a/doc/man/man3/lber-types.3 +++ b/doc/man/man3/lber-types.3 @@ -37,6 +37,7 @@ BER tag. It is commonly equivalent to a .SH SEE ALSO .BR lber-encode (3) .BR lber-decode (3) +.BR lber-memory (3) .LP .SH ACKNOWLEDGEMENTS .B OpenLDAP diff --git a/include/ldap.h b/include/ldap.h index d363e9befd..6f00742f59 100644 --- a/include/ldap.h +++ b/include/ldap.h @@ -48,7 +48,7 @@ LDAP_BEGIN_DECL * 2.0.0 -> 20000 * 2.3.16 -> 20316 */ -#define LDAP_VENDOR_VERSION 20008 +#define LDAP_VENDOR_VERSION 20009 /* OpenLDAP API Features */ #define LDAP_API_FEATURE_X_OPENLDAP LDAP_VENDOR_VERSION diff --git a/libraries/libldbm/ldbm.c b/libraries/libldbm/ldbm.c index c9a829df6d..a7c211629d 100644 --- a/libraries/libldbm/ldbm.c +++ b/libraries/libldbm/ldbm.c @@ -247,7 +247,7 @@ ldbm_open( char *name, int rw, int mode, int dbcachesize ) ret->set_pagesize( ret, DEFAULT_DB_PAGE_SIZE ); ret->set_malloc( ret, ldbm_malloc ); - ret->set_cachesize( ret, 0, dbcachesize, 0 ); + err = ret->open( ret, name, NULL, DB_TYPE, rw, mode); LDBM_UNLOCK; if ( err != 0 ) -- 2.39.5