[389-ds-base/f17] c535f7d bump version to 1.2.11.19

Mark Reynolds mreynolds at fedoraproject.org
Mon Mar 11 20:28:04 UTC 2013


commit 188af59d6bb832b52c83b4fdae6c9a05abe30853
Author: Mark Reynolds <mreynolds at redhat.com>
Date:   Mon Mar 11 16:27:49 2013 -0400

    c535f7d bump version to 1.2.11.19
    
    Ticket 571 - Need attribute syntax functions from master
    Ticket 571 - server does not accept 0 length LDAP Control sequence
    Ticket 590 - ns-slapd segfaults while trying to delete a tombstone entry
    Ticket 518 - dse.ldif is 0 length after server kill or machine kill
    Ticket #579 - Error messages encountered when using POSIX winsync
    Ticket #576 - DNA: use event queue for config update only at the start up
    Ticket 367 - Invalid chaining config triggers a disk full error and shutdown
    Ticket 570 - DS returns error 20 when replacing values of a multi-valued attribute  (only when replication is enabled)
    Bug 906005 - Valgrind reports memleak in modify_update_last_modified_attr
    Ticket #572 - PamConfig schema not updated during upgrade

 .gitignore               |    1 +
 389-ds-base-git-local.sh |    2 +-
 389-ds-base-git.sh       |    2 +-
 389-ds-base.spec         |   15 ++++++++++++++-
 sources                  |    2 +-
 5 files changed, 18 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c7167f2..1329906 100644
--- a/.gitignore
+++ b/.gitignore
@@ -60,3 +60,4 @@
 /389-ds-base-1.2.11.16.tar.bz2
 /389-ds-base-1.2.11.17.tar.bz2
 /389-ds-base-1.2.11.18.tar.bz2
+/389-ds-base-1.2.11.19.tar.bz2
diff --git a/389-ds-base-git-local.sh b/389-ds-base-git-local.sh
index b528817..d8f2426 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.11.18
+VERSION=1.2.11.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 9526db3..f4c71bd 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.11.18
+VERSION=1.2.11.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 fe3734c..8b00c7a 100644
--- a/389-ds-base.spec
+++ b/389-ds-base.spec
@@ -21,7 +21,7 @@
 
 Summary:          389 Directory Server (base)
 Name:             389-ds-base
-Version:          1.2.11.18
+Version:          1.2.11.19
 Release:          %{?relprefix}1%{?prerel}%{?dist}
 License:          GPLv2 with exceptions
 URL:              http://port389.org/
@@ -311,6 +311,19 @@ fi
 %{_libdir}/%{pkgname}/libslapd.so.*
 
 %changelog
+* Mon Mar 11 2013 Mark Reynolds <mreynolds at redhat.com> - 1.2.11.19-1
+c535f7d bump version to 1.2.11.19
+Ticket 571 - Need attribute syntax functions from master
+Ticket 571 - server does not accept 0 length LDAP Control sequence
+Ticket 590 - ns-slapd segfaults while trying to delete a tombstone entry
+Ticket 518 - dse.ldif is 0 length after server kill or machine kill
+Ticket #579 - Error messages encountered when using POSIX winsync
+Ticket #576 - DNA: use event queue for config update only at the start up
+Ticket 367 - Invalid chaining config triggers a disk full error and shutdown
+Ticket 570 - DS returns error 20 when replacing values of a multi-valued attribute  (only when replication is enabled)
+Bug 906005 - Valgrind reports memleak in modify_update_last_modified_attr
+Ticket #572 - PamConfig schema not updated during upgrade
+
 * Thu Jan 24 2013 Mark Reynolds <mreynolds at redhat.com> - 1.2.11.18-1
 12420d9 bump version to 1.2.11.18
 Ticket 556 - Don't overwrite certmap.conf during upgrade
diff --git a/sources b/sources
index c7ffc24..f37baf5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-47da47da0644316d224eab1f45808383  389-ds-base-1.2.11.18.tar.bz2
+e641384f7eb0c830c17df45ab32f8583  389-ds-base-1.2.11.19.tar.bz2


More information about the scm-commits mailing list