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)
This commit is contained in:
parent
cfbfda2366
commit
1ad46a36d1
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -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
|
||||
|
@ -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"
|
||||
|
@ -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@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@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
|
||||
|
Loading…
Reference in New Issue
Block a user