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
08e7ba4d1d
commit
329e9964fd
3 changed files with 7 additions and 7 deletions
2
CHANGES
2
CHANGES
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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
6
configure
vendored
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue