release 1.3.2.2
- Ticket 47517 - memory leak in range searches and other various leaks - ticket 47550 - wip (cherry picked from commit 82377636267787be5182457d619d5a0b662d2658) - Ticket 47550 - logconv: failed logins: Use of uninitialized value in numeric comparison at logconv.pl line 949
This commit is contained in:
parent
d4c89e568c
commit
f180a190a4
1
.gitignore
vendored
1
.gitignore
vendored
@ -81,3 +81,4 @@
|
||||
/389-ds-base-1.3.1.11.tar.bz2
|
||||
/389-ds-base-1.3.2.0.tar.bz2
|
||||
/389-ds-base-1.3.2.1.tar.bz2
|
||||
/389-ds-base-1.3.2.2.tar.bz2
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
DATE=`date +%Y%m%d`
|
||||
# use a real tag name here
|
||||
VERSION=1.3.2.1
|
||||
VERSION=1.3.2.2
|
||||
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.2.1
|
||||
VERSION=1.3.2.2
|
||||
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.2.1
|
||||
Version: 1.3.2.2
|
||||
Release: %{?relprefix}1%{?prerel}%{?dist}
|
||||
License: GPLv2 with exceptions
|
||||
URL: http://port389.org/
|
||||
@ -314,7 +314,13 @@ fi
|
||||
%{_libdir}/%{pkgname}/libslapd.so.*
|
||||
|
||||
%changelog
|
||||
* Wed Oct 10 2013 Noriko Hosoi <nhosoi@redhat.com> - 1.3.2.1-1
|
||||
* Fri Oct 11 2013 Noriko Hosoi <nhosoi@redhat.com> - 1.3.2.2-1
|
||||
- release 1.3.2.2
|
||||
- Ticket 47517 - memory leak in range searches and other various leaks
|
||||
- ticket 47550 - wip (cherry picked from commit 82377636267787be5182457d619d5a0b662d2658)
|
||||
- Ticket 47550 - logconv: failed logins: Use of uninitialized value in numeric comparison at logconv.pl line 949
|
||||
|
||||
* Thu Oct 10 2013 Noriko Hosoi <nhosoi@redhat.com> - 1.3.2.1-1
|
||||
- release 1.3.2.1
|
||||
- Ticket 47513 - tmpfiles.d references /var/lock when they should reference /run/lock
|
||||
- Ticket 47551 - logconv: -V does not produce unindexed search report
|
||||
|
Loading…
Reference in New Issue
Block a user