diff --git a/.gitignore b/.gitignore index 1bbaf25..7cf28b8 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/389-ds-base-git-local.sh b/389-ds-base-git-local.sh index 770a5dd..6393d8a 100644 --- a/389-ds-base-git-local.sh +++ b/389-ds-base-git-local.sh @@ -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 diff --git a/389-ds-base-git.sh b/389-ds-base-git.sh index 9f70082..29bb1f0 100644 --- a/389-ds-base-git.sh +++ b/389-ds-base-git.sh @@ -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" diff --git a/389-ds-base.spec b/389-ds-base.spec index 5893b84..647310b 100644 --- a/389-ds-base.spec +++ b/389-ds-base.spec @@ -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 - 1.3.2.1-1 +* Fri Oct 11 2013 Noriko Hosoi - 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 - 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 diff --git a/sources b/sources index 3cea8ce..bdb2681 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6afa8846417fa852e06167d1b12df886 389-ds-base-1.3.2.1.tar.bz2 +246341e18d82b0e84967470f18831163 389-ds-base-1.3.2.2.tar.bz2