bump version to 1.3.1.5
- Ticket 47456 - delete present values should append values to deleted values - Ticket 47455 - valgrind - value mem leaks, uninit mem usage - Ticket 47448 - Segfault in 389-ds-base-1.3.1.4-1.fc19 when setting up FreeIPA replication - Ticket 47440 - Fix runtime errors caused by last patch. - Ticket 47440 - Fix compilation warnings and header files - Ticket 47405 - CVE-2013-2219 ACLs inoperative in some search scenarios - Ticket 47447 - logconv.pl man page missing -m,-M,-B,-D - Ticket 47378 - fix recent compiler warnings - Ticket 47427 - Overflow in nsslapd-disk-monitoring-threshold - Ticket 47449 - deadlock after adding and deleting entries - Ticket 47441 - Disk Monitoring not checking filesystem with logs - Ticket 47427 - Overflow in nsslapd-disk-monitoring-threshold
This commit is contained in:
parent
e7ec2ce629
commit
c6ab69557b
1
.gitignore
vendored
1
.gitignore
vendored
@ -72,3 +72,4 @@
|
||||
/389-ds-base-1.3.1.2.tar.bz2
|
||||
/389-ds-base-1.3.1.3.tar.bz2
|
||||
/389-ds-base-1.3.1.4.tar.bz2
|
||||
/389-ds-base-1.3.1.5.tar.bz2
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
DATE=`date +%Y%m%d`
|
||||
# use a real tag name here
|
||||
VERSION=1.3.1.4
|
||||
VERSION=1.3.1.5
|
||||
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.4
|
||||
VERSION=1.3.1.5
|
||||
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.4
|
||||
Version: 1.3.1.5
|
||||
Release: %{?relprefix}1%{?prerel}%{?dist}
|
||||
License: GPLv2 with exceptions
|
||||
URL: http://port389.org/
|
||||
@ -314,6 +314,21 @@ fi
|
||||
%{_libdir}/%{pkgname}/libslapd.so.*
|
||||
|
||||
%changelog
|
||||
* Wed Jul 31 2013 Noriko Hosoi <nhosoi@redhat.com> - 1.3.1.5-1
|
||||
- bump version to 1.3.1.5
|
||||
- Ticket 47456 - delete present values should append values to deleted values
|
||||
- Ticket 47455 - valgrind - value mem leaks, uninit mem usage
|
||||
- Ticket 47448 - Segfault in 389-ds-base-1.3.1.4-1.fc19 when setting up FreeIPA replication
|
||||
- Ticket 47440 - Fix runtime errors caused by last patch.
|
||||
- Ticket 47440 - Fix compilation warnings and header files
|
||||
- Ticket 47405 - CVE-2013-2219 ACLs inoperative in some search scenarios
|
||||
- Ticket 47447 - logconv.pl man page missing -m,-M,-B,-D
|
||||
- Ticket 47378 - fix recent compiler warnings
|
||||
- Ticket 47427 - Overflow in nsslapd-disk-monitoring-threshold
|
||||
- Ticket 47449 - deadlock after adding and deleting entries
|
||||
- Ticket 47441 - Disk Monitoring not checking filesystem with logs
|
||||
- Ticket 47427 - Overflow in nsslapd-disk-monitoring-threshold
|
||||
|
||||
* Fri Jul 19 2013 Noriko Hosoi <nhosoi@redhat.com> - 1.3.1.4-1
|
||||
- bump version to 1.3.1.4
|
||||
- Ticket 47435 - Very large entryusn values after enabling the USN plugin and the lastusn value is negative.
|
||||
|
Loading…
Reference in New Issue
Block a user