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
0c44313226
commit
b0f7958dff
5 changed files with 8 additions and 7 deletions
2
CHANGES
2
CHANGES
|
|
@ -1,6 +1,6 @@
|
|||
OpenLDAP 2.1 Change Log
|
||||
|
||||
OpenLDAP 2.1.17 Engineering
|
||||
OpenLDAP 2.1.17 Release
|
||||
Fixed libldap_r thread pool context bug (ITS#2404)
|
||||
Fixed libldap T.61 convert bug (ITS#2388)
|
||||
Fixed libldap h_errno bug
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
ol_package=OpenLDAP
|
||||
ol_major=2
|
||||
ol_minor=1
|
||||
ol_patch=X
|
||||
ol_api_inc=20116
|
||||
ol_api_lib=2:116:0
|
||||
ol_release_date="03-15-2003"
|
||||
ol_patch=17
|
||||
ol_api_inc=20117
|
||||
ol_api_lib=2:117:0
|
||||
ol_release_date="04-04-2003"
|
||||
|
|
|
|||
2
configure
vendored
2
configure
vendored
|
|
@ -19115,7 +19115,7 @@ else
|
|||
# define DB_VERSION_MINOR 0
|
||||
#endif
|
||||
|
||||
/* require 4.0 or later */
|
||||
/* require 4.1 or later */
|
||||
#if (DB_VERSION_MAJOR >= 4) && (DB_VERSION_MINOR >= 1)
|
||||
__db_version_compat
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -881,7 +881,7 @@ void connection_done( Connection *c )
|
|||
static void *
|
||||
connection_operation( void *ctx, void *arg_v )
|
||||
{
|
||||
int rc;
|
||||
int rc = SLAPD_DISCONNECT;
|
||||
Operation *op = arg_v;
|
||||
ber_tag_t tag = op->o_tag;
|
||||
#ifdef SLAPD_MONITOR
|
||||
|
|
|
|||
|
|
@ -128,6 +128,7 @@ drink: Iced Tea
|
|||
drink: Mad Dog 20/20
|
||||
|
||||
dn: cn=ITD Staff,ou=Groups,o=University of Michigan,c=US
|
||||
changetype: modify
|
||||
delete: member
|
||||
member: cn=James A Jones 2, ou=Information Technology Division, ou=People, o=University of Michigan, c=US
|
||||
member: cn=Bjorn Jensen, ou=Information Technology Division, ou=People, o=University of Michigan, c=US
|
||||
|
|
|
|||
Loading…
Reference in a new issue