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:
Noriko Hosoi 2013-10-11 12:01:49 -07:00
parent d4c89e568c
commit f180a190a4
5 changed files with 12 additions and 5 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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

View File

@ -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"

View File

@ -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

View File

@ -1 +1 @@
6afa8846417fa852e06167d1b12df886 389-ds-base-1.3.2.1.tar.bz2
246341e18d82b0e84967470f18831163 389-ds-base-1.3.2.2.tar.bz2