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

Noriko Hosoi nhosoi at fedoraproject.org
Fri Jun 14 18:14:39 UTC 2013


commit f03e7cbda8ce6035dfd9caab0c8c570542df2e39
Author: Noriko Hosoi <nhosoi at redhat.com>
Date:   Fri Jun 14 11:03:58 2013 -0700

    bump version to 1.3.1.1
    
    - Ticket 402 - nhashed#user#password in entry extension
    - Ticket 511 - Revision - allow turning off vattr lookup in search entry return
    - Ticket 580 - Wrong error code return when using EXTERNAL SASL and no client certificate
    - Ticket 47327 - error syncing group if group member user is not synced
    - Ticket 47355 - dse.ldif doesn't replicate update to nsslapd-sasl-mapping-fallback
    - Ticket 47359 - new ldap connections can block ldaps and ldapi connections
    - Ticket 47362 - ipa upgrade selinuxusermap data not replicating
    - Ticket 47375 - flush_ber error sending back start_tls response will deadlock
    - Ticket 47376 - DESC should not be empty as per RFC 2252 (ldapv3)
    - Ticket 47377 - make listen backlog size configurable
    - Ticket 47378 - fix recent compiler warnings
    - Ticket 47383 - connections attribute in cn=snmp,cn=monitor is counted twice
    - Ticket 47385 - DS not shutting down when disk monitoring threshold is reached
    - Coverity Fixes (part 1)
    - Coverity Fixes (Part 2)
    - Coverity Fixes (Part 3)
    - Coverity Fixes (Part 4)
    - Coverity Fixes (Part 5)

 .gitignore               |    1 +
 389-ds-base-git-local.sh |    2 +-
 389-ds-base-git.sh       |    2 +-
 389-ds-base.spec         |   23 ++++++++++++++++++++++-
 sources                  |    2 +-
 5 files changed, 26 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f6d9f7b..fbafd9c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -68,3 +68,4 @@
 /389-ds-base-1.3.0.4.tar.bz2
 /389-ds-base-1.3.0.5.tar.bz2
 /389-ds-base-1.3.1.0.tar.bz2
+/389-ds-base-1.3.1.1.tar.bz2
diff --git a/389-ds-base-git-local.sh b/389-ds-base-git-local.sh
index e39d20e..bd94594 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.0
+VERSION=1.3.1.1
 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 7264f04..b4f91eb 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.0
+VERSION=1.3.1.1
 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 aaab441..9eda883 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.0
+Version:          1.3.1.1
 Release:          %{?relprefix}1%{?prerel}%{?dist}
 License:          GPLv2 with exceptions
 URL:              http://port389.org/
@@ -314,6 +314,27 @@ fi
 %{_libdir}/%{pkgname}/libslapd.so.*
 
 %changelog
+* Fri Jun 14 2013 Noriko Hosoi <nhosoi at redhat.com> - 1.3.1.1-1
+- bump version to 1.3.1.1
+- Ticket 402 - nhashed#user#password in entry extension
+- Ticket 511 - Revision - allow turning off vattr lookup in search entry return
+- Ticket 580 - Wrong error code return when using EXTERNAL SASL and no client certificate
+- Ticket 47327 - error syncing group if group member user is not synced
+- Ticket 47355 - dse.ldif doesn't replicate update to nsslapd-sasl-mapping-fallback
+- Ticket 47359 - new ldap connections can block ldaps and ldapi connections
+- Ticket 47362 - ipa upgrade selinuxusermap data not replicating
+- Ticket 47375 - flush_ber error sending back start_tls response will deadlock
+- Ticket 47376 - DESC should not be empty as per RFC 2252 (ldapv3)
+- Ticket 47377 - make listen backlog size configurable
+- Ticket 47378 - fix recent compiler warnings
+- Ticket 47383 - connections attribute in cn=snmp,cn=monitor is counted twice
+- Ticket 47385 - DS not shutting down when disk monitoring threshold is reached
+- Coverity Fixes (part 1)
+- Coverity Fixes (Part 2)
+- Coverity Fixes (Part 3)
+- Coverity Fixes (Part 4)
+- Coverity Fixes (Part 5)
+
 * Thu May 02 2013 Noriko Hosoi <nhosoi at redhat.com> - 1.3.1.0-1
 - bump version to 1.3.1.0
 - Ticket 332 - Command line perl scripts should attempt most secure connection type first
diff --git a/sources b/sources
index 637ea52..55e0afa 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-378c128a85a0321027f371f2c1a82584  389-ds-base-1.3.1.0.tar.bz2
+d3e0642a6d5dd2e87eaaad0e7e4d96b5  389-ds-base-1.3.1.1.tar.bz2


More information about the scm-commits mailing list