[389-ds-base/f19] bump version to 1.3.1.19

Noriko Hosoi nhosoi at fedoraproject.org
Fri Feb 28 21:36:21 UTC 2014


commit d71719ce1d1fdea97038d1e8ecfdf9ecdeb98bbb
Author: Noriko Hosoi <nhosoi at redhat.com>
Date:   Fri Feb 28 13:35:55 2014 -0800

    bump version to 1.3.1.19
    
    - Ticket 408   - create a normalized dn cache
    - Ticket 571   - Empty control list causes LDAP protocol error is thrown (dup 47361)
    - Ticket 408   - create a normalized dn cache
    - Ticket 525   - Replication retry time attributes cannot be added
    - Ticket 47709 - package issue in 389-ds-base
    - Ticket 415   - winsync doesn't sync DN valued attributes if DS DN value doesn't exist
    - Ticket 47642 - Windows Sync group issues
    - Ticket 47704 - invalid sizelimits in aci group evaluation
    - Ticket 525   - Replication retry time attributes cannot be added
    - Ticket 47692 - single valued attribute replicated ADD does not work
    - Ticket 47677 - Size returned by slapi_entry_size is not accurate
    - Ticket 47693 - Environment variables are not passed when DS is started via service

 .gitignore               |    1 +
 389-ds-base-git-local.sh |    2 +-
 389-ds-base-git.sh       |    2 +-
 389-ds-base.spec         |   19 +++++++++++++++++--
 sources                  |    2 +-
 5 files changed, 21 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index fa8442a..587c642 100644
--- a/.gitignore
+++ b/.gitignore
@@ -86,3 +86,4 @@
 /389-ds-base-1.3.1.16.tar.bz2
 /389-ds-base-1.3.1.17.tar.bz2
 /389-ds-base-1.3.1.18.tar.bz2
+/389-ds-base-1.3.1.19.tar.bz2
diff --git a/389-ds-base-git-local.sh b/389-ds-base-git-local.sh
index fe47936..db53d08 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.18
+VERSION=1.3.1.19
 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 ba92501..779ce6f 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.18
+VERSION=1.3.1.19
 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 4d4b867..49f2afb 100644
--- a/389-ds-base.spec
+++ b/389-ds-base.spec
@@ -24,8 +24,8 @@
 
 Summary:          389 Directory Server (base)
 Name:             389-ds-base
-Version:          1.3.1.18
-Release:          %{?relprefix}2%{?prerel}%{?dist}
+Version:          1.3.1.19
+Release:          %{?relprefix}1%{?prerel}%{?dist}
 License:          GPLv2 with exceptions
 URL:              http://port389.org/
 Group:            System Environment/Daemons
@@ -315,6 +315,21 @@ fi
 %{_libdir}/%{pkgname}/libns-dshttpd.so*
 
 %changelog
+* Fri Feb 28 2014 Noriko Hosoi <nhosoi at redhat.com> - 1.3.1.19-1
+- bump version to 1.3.1.19
+- Ticket 408   - create a normalized dn cache
+- Ticket 571   - Empty control list causes LDAP protocol error is thrown (dup 47361)
+- Ticket 408   - create a normalized dn cache
+- Ticket 525   - Replication retry time attributes cannot be added
+- Ticket 47709 - package issue in 389-ds-base
+- Ticket 415   - winsync doesn't sync DN valued attributes if DS DN value doesn't exist
+- Ticket 47642 - Windows Sync group issues
+- Ticket 47704 - invalid sizelimits in aci group evaluation
+- Ticket 525   - Replication retry time attributes cannot be added
+- Ticket 47692 - single valued attribute replicated ADD does not work
+- Ticket 47677 - Size returned by slapi_entry_size is not accurate
+- Ticket 47693 - Environment variables are not passed when DS is started via service
+
 * Thu Feb 20 2014 Noriko Hosoi <nhosoi at redhat.com> - 1.3.1.18-2
 - Added arch aware python dir; moved libns-dshttpd.so* to devel and libs package.
 
diff --git a/sources b/sources
index d9f453f..f744391 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d050ef23a2b8121cd7ec2cee46d442f3  389-ds-base-1.3.1.18.tar.bz2
+2bfac44a36495a09ef35f3d27a60526b  389-ds-base-1.3.1.19.tar.bz2


More information about the scm-commits mailing list