[389-ds-base/f20] Bump version to 1.3.2.10

Noriko Hosoi nhosoi at fedoraproject.org
Wed Jan 8 23:27:52 UTC 2014


commit 4ec9ad9c6b64896b03370cf83788bd9516ff4bdd
Author: Noriko Hosoi <nhosoi at redhat.com>
Date:   Wed Jan 8 15:11:36 2014 -0800

    Bump version to 1.3.2.10
    
    - Ticket 447 - Possible to add invalid attribute to nsslapd-allowed-to-delete-attrs
    - Ticket 47653 - Need a way to allow users to create entries assigned to themselves
    - Ticket 47647 - remove bogus definition in 60rfc3712.ldif
    - Ticket 47634 - support AttributeTypeDescription USAGE userApplications distributedOperation dSAOperation
    - Ticket 47645 - reset stack, op fields to NULL - clean up stacks at shutdown - free unused plugin config entries

 .gitignore               |    1 +
 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(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1db88e4..d2d6b3d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -89,3 +89,4 @@
 /389-ds-base-1.3.2.7.tar.bz2
 /389-ds-base-1.3.2.8.tar.bz2
 /389-ds-base-1.3.2.9.tar.bz2
+/389-ds-base-1.3.2.10.tar.bz2
diff --git a/389-ds-base-git-local.sh b/389-ds-base-git-local.sh
index bd4c4d5..7e6a5ea 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.2.9
+VERSION=1.3.2.10
 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 d93ee98..bd3b3f0 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.2.9
+VERSION=1.3.2.10
 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 b744f6b..f7e577d 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.2.9
+Version:          1.3.2.10
 Release:          %{?relprefix}1%{?prerel}%{?dist}
 License:          GPLv2 with exceptions
 URL:              http://port389.org/
@@ -315,6 +315,14 @@ fi
 %{_libdir}/%{pkgname}/libslapd.so.*
 
 %changelog
+* Wed Jan  8 2014 Noriko Hosoi <nhosoi at redhat.com> - 1.3.2.10-1
+- Bump version to 1.3.2.10
+- Ticket 447 - Possible to add invalid attribute to nsslapd-allowed-to-delete-attrs
+- Ticket 47653 - Need a way to allow users to create entries assigned to themselves
+- Ticket 47647 - remove bogus definition in 60rfc3712.ldif
+- Ticket 47634 - support AttributeTypeDescription USAGE userApplications distributedOperation dSAOperation
+- Ticket 47645 - reset stack, op fields to NULL - clean up stacks at shutdown - free unused plugin config entries
+
 * Tue Dec 17 2013 Noriko Hosoi <nhosoi at redhat.com> - 1.3.2.9-1
 - Bump version to 1.3.2.9
 - Ticket 47621 - v2 make referential integrity configuration more flexible
diff --git a/sources b/sources
index 12578fa..a8a0106 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-10a1e52e05ee95979e401d28a5607a7b  389-ds-base-1.3.2.9.tar.bz2
+ae91fd56288ed2cb08eedd6aaa8e0ab2  389-ds-base-1.3.2.10.tar.bz2


More information about the scm-commits mailing list