Ready for release

This commit is contained in:
Kurt Zeilenga 2004-04-14 23:11:09 +00:00
parent 08e7ba4d1d
commit 329e9964fd
3 changed files with 7 additions and 7 deletions

View file

@ -1,6 +1,6 @@
OpenLDAP 2.1 Change Log
OpenLDAP 2.1.30 Engineering
OpenLDAP 2.1.30 Release
Fixed slapd userdb checkpass bug (ITS#3048)
Fixed back-ldbm IDL delete bug (ITS#3046)
Fixed libldap schema parsing bugs (ITS#2920, ITS#3065)

View file

@ -7,7 +7,7 @@
ol_package=OpenLDAP
ol_major=2
ol_minor=1
ol_patch=X
ol_api_inc=20129
ol_api_lib=2:129:0
ol_patch=30
ol_api_inc=20130
ol_api_lib=2:130:0
ol_release_date="2003-03-26"

6
configure vendored
View file

@ -1,8 +1,8 @@
#! /bin/sh
# $OpenLDAP$
# from OpenLDAP: pkg/ldap/configure.in,v 1.408.2.37 2003/12/02 01:20:42 hyc Exp
# from OpenLDAP: pkg/ldap/configure.in,v 1.408.2.38 2004/01/18 21:25:26 kurt Exp
# Copyright 1998-2003 The OpenLDAP Foundation. All Rights Reserved.
# Copyright 1998-2004 The OpenLDAP Foundation. All Rights Reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted only as authorized by the OpenLDAP
@ -10,7 +10,7 @@
# http://www.OpenLDAP.org/license.html or in file LICENSE in the
# top-level directory of the distribution.
echo "Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved."
echo "Copyright 1998-2004 The OpenLDAP Foundation, All Rights Reserved."
echo " Restrictions apply, see COPYRIGHT and LICENSE files."
# Guess values for system-dependent variables and create Makefiles.