ddcf669 bump version to 1.2.11.8 for offical release
Ticket #425 - support multiple winsync plugins Ticket 403 - cleanallruv coverity fixes Ticket 407 - memory leak in dna plugin Ticket 403 - CLEANALLRUV feature Ticket 413 - "Server is unwilling to perform" when running ldapmodify on nsds5ReplicaStripAttrs 3168f04 Coverity defects 5ff0a02 COVERITY FIXES Ticket #388 - Improve replication agreement status messages 0760116 Update the slapi-plugin documentation on new slapi functions, and added a slapi function for checking on shutdowns Ticket #369 - restore of replica ldif file on second master after deleting two records shows only 1 deletion Ticket #409 - Report during startup if nsslapd-cachememsize is too small Ticket #412 - memberof performance enhancement 12813: Uninitialized pointer read string_values2keys Ticket #346 - Slow ldapmodify operation time for large quantities of multi-valued attribute values Ticket #346 - Slow ldapmodify operation time for large quantities of multi-valued attribute values Ticket #410 - Referential integrity plug-in does not work when update interval is not zero Ticket #406 - Impossible to rename entry (modrdn) with Attribute Uniqueness plugin enabled Ticket #405 - referint modrdn not working if case is different Ticket 399 - slapi_ldap_bind() doesn't check bind results
This commit is contained in:
parent
d056688b8d
commit
e577895454
1
.gitignore
vendored
1
.gitignore
vendored
@ -49,3 +49,4 @@
|
|||||||
/389-ds-base-1.2.11.5.tar.bz2
|
/389-ds-base-1.2.11.5.tar.bz2
|
||||||
/389-ds-base-1.2.11.6.tar.bz2
|
/389-ds-base-1.2.11.6.tar.bz2
|
||||||
/389-ds-base-1.2.11.7.tar.bz2
|
/389-ds-base-1.2.11.7.tar.bz2
|
||||||
|
/389-ds-base-1.2.11.8.tar.bz2
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
DATE=`date +%Y%m%d`
|
DATE=`date +%Y%m%d`
|
||||||
# use a real tag name here
|
# use a real tag name here
|
||||||
VERSION=1.2.11.7
|
VERSION=1.2.11.8
|
||||||
PKGNAME=389-ds-base
|
PKGNAME=389-ds-base
|
||||||
TAG=${TAG:-$PKGNAME-$VERSION}
|
TAG=${TAG:-$PKGNAME-$VERSION}
|
||||||
#SRCNAME=$PKGNAME-$VERSION-$DATE
|
#SRCNAME=$PKGNAME-$VERSION-$DATE
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
DATE=`date +%Y%m%d`
|
DATE=`date +%Y%m%d`
|
||||||
# use a real tag name here
|
# use a real tag name here
|
||||||
VERSION=1.2.11.7
|
VERSION=1.2.11.8
|
||||||
PKGNAME=389-ds-base
|
PKGNAME=389-ds-base
|
||||||
TAG=${TAG:-$PKGNAME-$VERSION}
|
TAG=${TAG:-$PKGNAME-$VERSION}
|
||||||
URL="http://git.fedorahosted.org/git/?p=389/ds.git;a=snapshot;h=$TAG;sf=tgz"
|
URL="http://git.fedorahosted.org/git/?p=389/ds.git;a=snapshot;h=$TAG;sf=tgz"
|
||||||
|
@ -21,8 +21,8 @@
|
|||||||
|
|
||||||
Summary: 389 Directory Server (base)
|
Summary: 389 Directory Server (base)
|
||||||
Name: 389-ds-base
|
Name: 389-ds-base
|
||||||
Version: 1.2.11.7
|
Version: 1.2.11.8
|
||||||
Release: %{?relprefix}2%{?prerel}%{?dist}.2
|
Release: %{?relprefix}1%{?prerel}%{?dist}
|
||||||
License: GPLv2 with exceptions
|
License: GPLv2 with exceptions
|
||||||
URL: http://port389.org/
|
URL: http://port389.org/
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
@ -311,6 +311,28 @@ fi
|
|||||||
%{_libdir}/%{pkgname}/libslapd.so.*
|
%{_libdir}/%{pkgname}/libslapd.so.*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 3 2012 Mark Reynolds <mareynol@redhat.com> - 1.2.11.8-1
|
||||||
|
ddcf669 bump version to 1.2.11.8 for offical release
|
||||||
|
Ticket #425 - support multiple winsync plugins
|
||||||
|
Ticket 403 - cleanallruv coverity fixes
|
||||||
|
Ticket 407 - memory leak in dna plugin
|
||||||
|
Ticket 403 - CLEANALLRUV feature
|
||||||
|
Ticket 413 - "Server is unwilling to perform" when running ldapmodify on nsds5ReplicaStripAttrs
|
||||||
|
3168f04 Coverity defects
|
||||||
|
5ff0a02 COVERITY FIXES
|
||||||
|
Ticket #388 - Improve replication agreement status messages
|
||||||
|
0760116 Update the slapi-plugin documentation on new slapi functions, and added a slapi function for checking on shutdowns
|
||||||
|
Ticket #369 - restore of replica ldif file on second master after deleting two records shows only 1 deletion
|
||||||
|
Ticket #409 - Report during startup if nsslapd-cachememsize is too small
|
||||||
|
Ticket #412 - memberof performance enhancement
|
||||||
|
12813: Uninitialized pointer read string_values2keys
|
||||||
|
Ticket #346 - Slow ldapmodify operation time for large quantities of multi-valued attribute values
|
||||||
|
Ticket #346 - Slow ldapmodify operation time for large quantities of multi-valued attribute values
|
||||||
|
Ticket #410 - Referential integrity plug-in does not work when update interval is not zero
|
||||||
|
Ticket #406 - Impossible to rename entry (modrdn) with Attribute Uniqueness plugin enabled
|
||||||
|
Ticket #405 - referint modrdn not working if case is different
|
||||||
|
Ticket 399 - slapi_ldap_bind() doesn't check bind results
|
||||||
|
|
||||||
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.11.7-2.2
|
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.11.7-2.2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user