1.2.8.a2 release - git tag 389-ds-base-1.2.8.a2
1.2.8.a2 release - git tag 389-ds-base-1.2.8.a2 Bug 674430 - Improve error messages for attribute uniqueness Bug 616213 - insufficient stack size for HP-UX on PA-RISC Bug 615052 - intrinsics and 64-bit atomics code fails to compile on PA-RISC Bug 151705 - Need to update Console Cipher Preferences with new ciphers Bug 668862 - init scripts return wrong error code Bug 670616 - Allow SSF to be set for local (ldapi) connections Bug 667935 - DS pipe log script's logregex.py plugin is not redirecting the log output to the text file Bug 668619 - slapd stops responding Bug 624547 - attrcrypt should query the given slot/token for supported ciphers Bug 646381 - Faulty password for nsmultiplexorcredentials does not give any error message in logs
This commit is contained in:
parent
4260bf2679
commit
3b0a268e54
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
||||
/389-ds-base-1.2.7.4.tar.bz2
|
||||
/389-ds-base-1.2.7.5.tar.bz2
|
||||
/389-ds-base-1.2.8.a1.tar.bz2
|
||||
/389-ds-base-1.2.8.a2.tar.bz2
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
DATE=`date +%Y%m%d`
|
||||
# use a real tag name here
|
||||
VERSION=1.2.8.a1
|
||||
VERSION=1.2.8.a2
|
||||
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.8.a1
|
||||
VERSION=1.2.8.a2
|
||||
PKGNAME=389-ds-base
|
||||
TAG=${TAG:-$PKGNAME-$VERSION}
|
||||
URL="http://git.fedorahosted.org/git/?p=389/ds.git;a=snapshot;h=$TAG;sf=tgz"
|
||||
|
@ -3,7 +3,7 @@
|
||||
# for a pre-release, define the prerel field e.g. .a1 .rc2 - comment out for official release
|
||||
# also remove the space between % and global - this space is needed because
|
||||
# fedpkg verrel stupidly ignores comment lines
|
||||
%global prerel .a1
|
||||
%global prerel .a2
|
||||
# also need the relprefix field for a pre-release e.g. .0 - also comment out for official release
|
||||
%global relprefix 0.
|
||||
|
||||
@ -12,7 +12,7 @@
|
||||
Summary: 389 Directory Server (base)
|
||||
Name: 389-ds-base
|
||||
Version: 1.2.8
|
||||
Release: %{?relprefix}1%{?prerel}%{?dist}
|
||||
Release: %{?relprefix}2%{?prerel}%{?dist}
|
||||
License: GPLv2 with exceptions
|
||||
URL: http://port389.org/
|
||||
Group: System Environment/Daemons
|
||||
@ -296,6 +296,23 @@ end
|
||||
%{_libdir}/pkgconfig/*
|
||||
|
||||
%changelog
|
||||
* Thu Feb 3 2011 Rich Megginson <rmeggins@redhat.com> - 1.2.8-0.2.a2
|
||||
- 1.2.8.a2 release - git tag 389-ds-base-1.2.8.a2
|
||||
- Bug 674430 - Improve error messages for attribute uniqueness
|
||||
- Bug 616213 - insufficient stack size for HP-UX on PA-RISC
|
||||
- Bug 615052 - intrinsics and 64-bit atomics code fails to compile
|
||||
- on PA-RISC
|
||||
- Bug 151705 - Need to update Console Cipher Preferences with new ciphers
|
||||
- Bug 668862 - init scripts return wrong error code
|
||||
- Bug 670616 - Allow SSF to be set for local (ldapi) connections
|
||||
- Bug 667935 - DS pipe log script's logregex.py plugin is not redirecting the
|
||||
- log output to the text file
|
||||
- Bug 668619 - slapd stops responding
|
||||
- Bug 624547 - attrcrypt should query the given slot/token for
|
||||
- supported ciphers
|
||||
- Bug 646381 - Faulty password for nsmultiplexorcredentials does not give any
|
||||
- error message in logs
|
||||
|
||||
* Fri Jan 21 2011 Nathan Kinder <nkinder@redhat.com> - 1.2.8-0.1.a1
|
||||
- 1.2.8-0.1.a1 release - git tag 389-ds-base-1.2.8.a1
|
||||
- many bug fixes
|
||||
|
Loading…
Reference in New Issue
Block a user