diff --git a/.gitignore b/.gitignore index cffa211..f6ec8d4 100644 --- a/.gitignore +++ b/.gitignore @@ -79,3 +79,4 @@ /389-ds-base-1.3.1.9.tar.bz2 /389-ds-base-1.3.1.10.tar.bz2 /389-ds-base-1.3.1.11.tar.bz2 +/389-ds-base-1.3.1.12.tar.bz2 diff --git a/389-ds-base-git-local.sh b/389-ds-base-git-local.sh index b11a663..75ed30d 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.1.11 +VERSION=1.3.1.12 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 c58eb54..a4e14e4 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.1.11 +VERSION=1.3.1.12 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 7d0b801..4058f45 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.1.11 +Version: 1.3.1.12 Release: %{?relprefix}1%{?prerel}%{?dist} License: GPLv2 with exceptions URL: http://port389.org/ @@ -314,6 +314,25 @@ fi %{_libdir}/%{pkgname}/libslapd.so.* %changelog +* Wed Oct 10 2013 Noriko Hosoi - 1.3.1.12-1 +- release 1.3.1.12 +- Ticket 47513 - tmpfiles.d references /var/lock when they should reference /run/loc +- Ticket 47551 - logconv: -V does not produce unindexed search report +- Ticket 53 - Need to update supported locales +- Ticket 47517 - memory leak in range searches and other various leaks +- Ticket 53 - Need to update supported locales Cleaning up typos and format. +- Ticket 53 - Need to update supported locales +- Ticket 47522 - Password adminstrators should be able to voilate password policy +- Ticket 54 - locale "nl" not supported by collation plugin +- Ticket 47543 - Mozldap - fix compiler warnings +- Coverity fixes - 12023, 12024, and 12025 +- Ticket 47533 - logconv: some stats do not work across server restarts +- Ticket 47501 - logconv.pl uses /var/tmp for BDB temp files +- Ticket 47520 - Fix various issues with logconv.pl +- Ticket 47387 - improve logconv.pl performance with large access logs +- Ticket 47387 - improve logconv.pl performance with large access logs +- Ticket 47354 - Indexed search are logged with 'notes=U' in the access logs + * Mon Sep 30 2013 Rich Megginson - 1.3.1.11-1 - Ticket 47513 - Set localrundir outside of the "with-fhs" block - Ticket 47513 - Refine the check for @localrundir@ diff --git a/sources b/sources index 9d3b3e5..45a060a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -360184456abb940cf0fe208a7484abe7 389-ds-base-1.3.1.11.tar.bz2 +e12e719800e847cac3385c07365106ea 389-ds-base-1.3.1.12.tar.bz2