1.2.6 release candidate 3 git tag 389-ds-base-1.2.6.rc3 Bug 603942 - null

deref in _ger_parse_control() for subjectdn
609256 - Selinux: pwdhash fails if called via Admin Server CGI
578296 - Attribute type entrydn needs to be added when subtree rename
    switch is on
605827 - In-place upgrade: upgrade dn format should not run in
    setup-ds-admin.pl Bug 604453 - SASL Stress and Server crash: Program
    quits with the assertion failure in PR_Poll Bug 604453 - SASL Stress
    and Server crash: Program quits with the assertion failure in PR_Poll
606920 - anonymous resource limit - nstimelimit - also applied to
    "cn=directory manager"
This commit is contained in:
Richard Allen Megginson 2010-07-01 21:09:40 +00:00
parent 7a6015420c
commit b698a7d992
5 changed files with 17 additions and 6 deletions

View File

@ -1 +1 @@
389-ds-base-1.2.6.rc2.tar.bz2
389-ds-base-1.2.6.rc3.tar.bz2

View File

@ -2,7 +2,7 @@
DATE=`date +%Y%m%d`
# use a real tag name here
VERSION=1.2.6.rc2
VERSION=1.2.6.rc3
PKGNAME=389-ds-base
TAG=${TAG:-$PKGNAME-$VERSION}
#SRCNAME=$PKGNAME-$VERSION-$DATE

View File

@ -2,7 +2,7 @@
DATE=`date +%Y%m%d`
# use a real tag name here
VERSION=1.2.6.rc2
VERSION=1.2.6.rc3
PKGNAME=389-ds-base
TAG=${TAG:-$PKGNAME-$VERSION}
URL="http://git.fedorahosted.org/git/?p=389/ds.git;a=snapshot;h=$TAG;sf=tgz"

View File

@ -1,7 +1,7 @@
%global pkgname dirsrv
# for a pre-release, define the prerel field e.g. .a1 .rc2 - comment out for official release
%global prerel .rc2
%global prerel .rc3
# also need the relprefix field for a pre-release e.g. .0 - also comment out for official release
%global relprefix 0.
@ -10,7 +10,7 @@
Summary: 389 Directory Server (base)
Name: 389-ds-base
Version: 1.2.6
Release: %{?relprefix}7%{?prerel}%{?dist}
Release: %{?relprefix}8%{?prerel}%{?dist}
License: GPLv2 with exceptions
URL: http://port389.org/
Group: System Environment/Daemons
@ -345,6 +345,17 @@ end
%{_datadir}/%{pkgname}-selinux
%changelog
* Thu Jul 1 2010 Rich Megginson <rmeggins@redhat.com> - 1.2.6-0.8.rc3
- 1.2.6 release candidate 3
- git tag 389-ds-base-1.2.6.rc3
- Bug 603942 - null deref in _ger_parse_control() for subjectdn
- 609256 - Selinux: pwdhash fails if called via Admin Server CGI
- 578296 - Attribute type entrydn needs to be added when subtree rename switch is on
- 605827 - In-place upgrade: upgrade dn format should not run in setup-ds-admin.pl
- Bug 604453 - SASL Stress and Server crash: Program quits with the assertion failure in PR_Poll
- Bug 604453 - SASL Stress and Server crash: Program quits with the assertion failure in PR_Poll
- 606920 - anonymous resource limit - nstimelimit - also applied to "cn=directory manager"
* Wed Jun 16 2010 Rich Megginson <rmeggins@redhat.com> - 1.2.6-0.7.rc2
- 1.2.6 release candidate 2

View File

@ -1 +1 @@
5f27dda7ef5c0453f5db35135faf6dbf 389-ds-base-1.2.6.rc2.tar.bz2
18511d2ec2b2b7704ae12e552077d1f6 389-ds-base-1.2.6.rc3.tar.bz2