the 389-ds-base-1.2.9.1 release
the 389-ds-base-1.2.9.1 release Bug 663752 - Cert renewal for attrcrypt and encchangelog this was "re-fixed" due to a deadlock condition with cl2ldif task cancel Bug 725953 - Winsync: DS entries fail to sync to AD, if the User's CN entry contains a comma Bug 725743 - Make memberOf use PRMonitor for it's operation lock Bug 725542 - Instance upgrade fails when upgrading 389-ds-base package Bug 723937 - Slapi_Counter API broken on 32-bit F15
This commit is contained in:
parent
706e467ded
commit
f8b7053608
1
.gitignore
vendored
1
.gitignore
vendored
@ -17,3 +17,4 @@
|
||||
/389-ds-base-1.2.9.a1.tar.bz2
|
||||
/389-ds-base-1.2.9.a2.tar.bz2
|
||||
/389-ds-base-1.2.9.0.tar.bz2
|
||||
/389-ds-base-1.2.9.1.tar.bz2
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
DATE=`date +%Y%m%d`
|
||||
# use a real tag name here
|
||||
VERSION=1.2.9.0
|
||||
VERSION=1.2.9.1
|
||||
PKGNAME=389-ds-base
|
||||
TAG=${TAG:-$PKGNAME-$VERSION}
|
||||
#SRCNAME=$PKGNAME-$VERSION-$DATE
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
DATE=`date +%Y%m%d`
|
||||
# use a real tag name here
|
||||
VERSION=1.2.9.0
|
||||
VERSION=1.2.9.1
|
||||
PKGNAME=389-ds-base
|
||||
TAG=${TAG:-$PKGNAME-$VERSION}
|
||||
URL="http://git.fedorahosted.org/git/?p=389/ds.git;a=snapshot;h=$TAG;sf=tgz"
|
||||
|
@ -15,8 +15,8 @@
|
||||
|
||||
Summary: 389 Directory Server (base)
|
||||
Name: 389-ds-base
|
||||
Version: 1.2.9.0
|
||||
Release: %{?relprefix}1%{?prerel}%{?dist}.2
|
||||
Version: 1.2.9.1
|
||||
Release: %{?relprefix}1%{?prerel}%{?dist}
|
||||
License: GPLv2 with exceptions
|
||||
URL: http://port389.org/
|
||||
Group: System Environment/Daemons
|
||||
@ -271,6 +271,14 @@ exit 0
|
||||
%{_libdir}/%{pkgname}/libslapd.so.*
|
||||
|
||||
%changelog
|
||||
* Wed Jul 27 2011 Rich Megginson <rmeggins@redhat.com> - 1.2.9.1-1
|
||||
- Bug 663752 - Cert renewal for attrcrypt and encchangelog
|
||||
- this was "re-fixed" due to a deadlock condition with cl2ldif task cancel
|
||||
- Bug 725953 - Winsync: DS entries fail to sync to AD, if the User's CN entry contains a comma
|
||||
- Bug 725743 - Make memberOf use PRMonitor for it's operation lock
|
||||
- Bug 725542 - Instance upgrade fails when upgrading 389-ds-base package
|
||||
- Bug 723937 - Slapi_Counter API broken on 32-bit F15
|
||||
|
||||
* Thu Jul 21 2011 Petr Sabata <contyk@redhat.com> - 1.2.9.0-1.2
|
||||
- Perl mass rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user