5d72a2f bump version to 1.3.3.6-1
- Ticket 47950 - Bind DN tracking unable to write to internalModifiersName without special permissions - Ticket 47958 - Memory leak in password admin if the admin entry does not exist - Ticket 47952 - PasswordAdminDN attribute is not properly returned to client - Ticket 47451 - Need to unregister tasks created by plugins - Ticket 47928 - Disable SSL v3, by default. - Ticket 47953 - Should not check aci syntax when deleting an aci - Ticket 47948 - ldap_sasl_bind fails assertion (ld != NULL) if it is called from chainingdb_bind over SSL/startTLS - Ticket 47945 - Add SSL/TLS version info to the access log - Ticket 47939 - Malformed cookie for LDAP Sync makes DS crash - Ticket 47937 - Crash in entry_add_present_values_wsi_multi_valued - Ticket 47928 - CI test: added test cases for ticket 47928 - Ticket 47553 - Enhance ACIs to have more control over MODRDN operations
This commit is contained in:
parent
29e8ae027b
commit
4dcce66a33
1
.gitignore
vendored
1
.gitignore
vendored
@ -108,3 +108,4 @@
|
||||
/389-ds-base-1.3.3.3.tar.bz2
|
||||
/389-ds-base-1.3.3.4.tar.bz2
|
||||
/389-ds-base-1.3.3.5.tar.bz2
|
||||
/389-ds-base-1.3.3.6.tar.bz2
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
DATE=`date +%Y%m%d`
|
||||
# use a real tag name here
|
||||
VERSION=1.3.3.3
|
||||
VERSION=1.3.3.6
|
||||
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.3.3
|
||||
VERSION=1.3.3.6
|
||||
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.3.5
|
||||
Version: 1.3.3.6
|
||||
Release: %{?relprefix}1%{?prerel}%{?dist}
|
||||
License: GPLv2 with exceptions
|
||||
URL: http://port389.org/
|
||||
@ -309,6 +309,21 @@ fi
|
||||
%{_libdir}/%{pkgname}/libns-dshttpd.so*
|
||||
|
||||
%changelog
|
||||
* Thu Nov 20 2014 Mark Reynolds <mreynolds@redhat.com> - 1.3.3.6-1
|
||||
- 5d72a2f bump version to 1.3.3.6-1
|
||||
- Ticket 47950 - Bind DN tracking unable to write to internalModifiersName without special permissions
|
||||
- Ticket 47958 - Memory leak in password admin if the admin entry does not exist
|
||||
- Ticket 47952 - PasswordAdminDN attribute is not properly returned to client
|
||||
- Ticket 47451 - Need to unregister tasks created by plugins
|
||||
- Ticket 47928 - Disable SSL v3, by default.
|
||||
- Ticket 47953 - Should not check aci syntax when deleting an aci
|
||||
- Ticket 47948 - ldap_sasl_bind fails assertion (ld != NULL) if it is called from chainingdb_bind over SSL/startTLS
|
||||
- Ticket 47945 - Add SSL/TLS version info to the access log
|
||||
- Ticket 47939 - Malformed cookie for LDAP Sync makes DS crash
|
||||
- Ticket 47937 - Crash in entry_add_present_values_wsi_multi_valued
|
||||
- Ticket 47928 - CI test: added test cases for ticket 47928
|
||||
- Ticket 47553 - Enhance ACIs to have more control over MODRDN operations
|
||||
|
||||
* Fri Oct 10 2014 Noriko Hosoi <nhosoi@redhat.com> - 1.3.3.5-1
|
||||
- Release 1.3.3.5
|
||||
- Ticket 47914 - Add FreeIPA Conflicts to 389 spec file
|
||||
|
Loading…
Reference in New Issue
Block a user