[389-ds-base/f14/master] 1.2.7.2 release - git tag 389-ds-base-1.2.7.2

Richard Allen Megginson rmeggins at fedoraproject.org
Fri Dec 3 18:46:11 UTC 2010


commit 321fc629946a012f0c979f412e8fa3d7498967bf
Author: Rich Megginson <rmeggins at redhat.com>
Date:   Fri Dec 3 11:39:33 2010 -0700

    1.2.7.2 release - git tag 389-ds-base-1.2.7.2
    
    - 1.2.7.2 release - git tag 389-ds-base-1.2.7.2
    - Bug 659456 - Incorrect usage of ber_printf() in winsync code
    - Bug 658309 - Process escaped characters in managed entry mappings
    - Bug 197886 - Initialize return value for UUID generation code
    - Bug 658312 - Allow mapped attribute types to be quoted
    - Bug 197886 - Avoid overflow of UUID generator

 .gitignore               |    2 +-
 389-ds-base-git-local.sh |    2 +-
 389-ds-base-git.sh       |    2 +-
 389-ds-base.spec         |   10 +++++++++-
 sources                  |    2 +-
 5 files changed, 13 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6b159ed..67d4f48 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,2 @@
 *~
-/389-ds-base-1.2.7.1.tar.bz2
+/389-ds-base-1.2.7.2.tar.bz2
diff --git a/389-ds-base-git-local.sh b/389-ds-base-git-local.sh
index 226974e..0a14c11 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.7.1
+VERSION=1.2.7.2
 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 d806958..557d809 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.7.1
+VERSION=1.2.7.2
 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 9cfed68..65c93b4 100644
--- a/389-ds-base.spec
+++ b/389-ds-base.spec
@@ -11,7 +11,7 @@
 
 Summary:          389 Directory Server (base)
 Name:             389-ds-base
-Version:          1.2.7.1
+Version:          1.2.7.2
 Release:          %{?relprefix}1%{?prerel}%{?dist}
 License:          GPLv2 with exceptions
 URL:              http://port389.org/
@@ -299,6 +299,14 @@ end
 %{_libdir}/%{pkgname}/*.so
 
 %changelog
+* Fri Dec  3 2010 Rich Megginson <rmeggins at redhat.com> - 1.2.7.2-1
+- 1.2.7.2 release - git tag 389-ds-base-1.2.7.2
+- Bug 659456 - Incorrect usage of ber_printf() in winsync code
+- Bug 658309 - Process escaped characters in managed entry mappings
+- Bug 197886 - Initialize return value for UUID generation code
+- Bug 658312 - Allow mapped attribute types to be quoted
+- Bug 197886 - Avoid overflow of UUID generator
+
 * Tue Nov 23 2010 Rich Megginson <rmeggins at redhat.com> - 1.2.7.1-1
 - 1.2.7.1 release - git tag 389-ds-base-1.2.7.1
 - Bug 656515 - Allow Name and Optional UID syntax for grouping attributes
diff --git a/sources b/sources
index c93398a..f8d7370 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-03d4493c121e6f45ce11f6633f3759a3  389-ds-base-1.2.7.1.tar.bz2
+d289f23ef1da56a59975784c8c4210c7  389-ds-base-1.2.7.2.tar.bz2


More information about the scm-commits mailing list