From: Kurt Zeilenga Date: Fri, 4 Apr 2003 22:41:20 +0000 (+0000) Subject: Ready for release X-Git-Tag: OPENLDAP_REL_ENG_2_1_17 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=refs%2Ftags%2FOPENLDAP_REL_ENG_2_1_17;p=openldap Ready for release --- diff --git a/CHANGES b/CHANGES index 39938ad1ac..11034ef271 100644 --- a/CHANGES +++ b/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 diff --git a/build/version.var b/build/version.var index 6a13192a48..ab3a5c012f 100644 --- a/build/version.var +++ b/build/version.var @@ -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" diff --git a/configure b/configure index 59e0397428..ea8f12044a 100755 --- a/configure +++ b/configure @@ -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 diff --git a/servers/slapd/connection.c b/servers/slapd/connection.c index 538f3721ce..b7cfdf9b10 100644 --- a/servers/slapd/connection.c +++ b/servers/slapd/connection.c @@ -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 diff --git a/tests/scripts/test007-replication b/tests/scripts/test007-replication index d8d0059922..f5bf76519a 100755 --- a/tests/scripts/test007-replication +++ b/tests/scripts/test007-replication @@ -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