[389-ds-base/f19] release 1.3.1.9

Noriko Hosoi nhosoi at fedoraproject.org
Fri Sep 13 19:17:54 UTC 2013


commit 6f94f7e4edb1bef4cac91435e7f88c100c0a445e
Author: Noriko Hosoi <nhosoi at redhat.com>
Date:   Fri Sep 13 11:56:03 2013 -0700

    release 1.3.1.9
    
    - Ticket 449 - Allow macro aci keywords to be case-insensitive
    - Ticket 47489 - Under specific values of nsDS5ReplicaName, replication may get broken or updates missing
    - Ticket 47507 - automember rebuild task not working as expected

 .gitignore               |    1 +
 389-ds-base-git-local.sh |    2 +-
 389-ds-base-git.sh       |    2 +-
 389-ds-base.spec         |    8 +++++++-
 sources                  |    2 +-
 5 files changed, 11 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index bfd23a0..2ca74e1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -76,3 +76,4 @@
 /389-ds-base-1.3.1.6.tar.bz2
 /389-ds-base-1.3.1.7.tar.bz2
 /389-ds-base-1.3.1.8.tar.bz2
+/389-ds-base-1.3.1.9.tar.bz2
diff --git a/389-ds-base-git-local.sh b/389-ds-base-git-local.sh
index c1ea387..3404603 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.3.1.8
+VERSION=1.3.1.9
 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 6822497..b3707a2 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.3.1.8
+VERSION=1.3.1.9
 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 bfebf14..ecc5f08 100644
--- a/389-ds-base.spec
+++ b/389-ds-base.spec
@@ -24,7 +24,7 @@
 
 Summary:          389 Directory Server (base)
 Name:             389-ds-base
-Version:          1.3.1.8
+Version:          1.3.1.9
 Release:          %{?relprefix}1%{?prerel}%{?dist}
 License:          GPLv2 with exceptions
 URL:              http://port389.org/
@@ -314,6 +314,12 @@ fi
 %{_libdir}/%{pkgname}/libslapd.so.*
 
 %changelog
+* Fri Sep 13 2013 Noriko Hosoi <nhosoi at redhat.com> - 1.3.1.9-1
+- release 1.3.1.9
+- Ticket 449 - Allow macro aci keywords to be case-insensitive
+- Ticket 47489 - Under specific values of nsDS5ReplicaName, replication may get broken or updates missing
+- Ticket 47507 - automember rebuild task not working as expected
+
 * Fri Sep  6 2013 Rich Megginson <rmeggins at redhat.com> - 1.3.1.8-1
 - Ticket #47455 - valgrind - value mem leaks, uninit mem usage
 -  fix breakage in slapi-nis introduced with the previous fix
diff --git a/sources b/sources
index 7c7b3df..297ce37 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-26712c6333cd1e25e998bba9ac3f8b0f  389-ds-base-1.3.1.8.tar.bz2
+4aa0e3359d3c41feff244ad885335a25  389-ds-base-1.3.1.9.tar.bz2


More information about the scm-commits mailing list