[389-ds-base] 1.2.8.a2 release - git tag 389-ds-base-1.2.8.a2

Richard Allen Megginson rmeggins at fedoraproject.org
Fri Feb 4 02:07:20 UTC 2011


commit 3b0a268e540ada9879a45f67516c9ebe55fc05b6
Author: Rich Megginson <rmeggins at redhat.com>
Date:   Thu Feb 3 19:05:56 2011 -0700

    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

 .gitignore               |    1 +
 389-ds-base-git-local.sh |    2 +-
 389-ds-base-git.sh       |    2 +-
 389-ds-base.spec         |   21 +++++++++++++++++++--
 sources                  |    2 +-
 5 files changed, 23 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6563029..ce8d74d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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
diff --git a/389-ds-base-git-local.sh b/389-ds-base-git-local.sh
index bdeb57f..da02fa8 100644
--- a/389-ds-base-git-local.sh
+++ b/389-ds-base-git-local.sh
@@ -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
diff --git a/389-ds-base-git.sh b/389-ds-base-git.sh
index 57dee03..91dbc2e 100644
--- a/389-ds-base-git.sh
+++ b/389-ds-base-git.sh
@@ -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"
diff --git a/389-ds-base.spec b/389-ds-base.spec
index 957d8a1..08c2b64 100644
--- a/389-ds-base.spec
+++ b/389-ds-base.spec
@@ -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 at 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 at 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
diff --git a/sources b/sources
index c84ae7b..55a428c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ecb798da02d37b7b0e8bd834c3000555  389-ds-base-1.2.8.a1.tar.bz2
+d2f9afb6c2ce1178c316e797e78ea609  389-ds-base-1.2.8.a2.tar.bz2


More information about the scm-commits mailing list