924ead4 Bump version to 1.3.2.7

- Ticket 47593 - Update plugin API for OTP plugin
- Ticket 47599 - fix memory leak in ldbm_back_seq()
This commit is contained in:
Mark Reynolds 2013-11-25 10:38:03 -05:00
parent 48fd002f65
commit 5638a95d64
5 changed files with 10 additions and 4 deletions

1
.gitignore vendored
View File

@ -86,3 +86,4 @@
/389-ds-base-1.3.2.4.tar.bz2
/389-ds-base-1.3.2.5.tar.bz2
/389-ds-base-1.3.2.6.tar.bz2
/389-ds-base-1.3.2.7.tar.bz2

View File

@ -2,7 +2,7 @@
DATE=`date +%Y%m%d`
# use a real tag name here
VERSION=1.3.2.6
VERSION=1.3.2.7
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.6
VERSION=1.3.2.7
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.6
Version: 1.3.2.7
Release: %{?relprefix}1%{?prerel}%{?dist}
License: GPLv2 with exceptions
URL: http://port389.org/
@ -315,6 +315,11 @@ fi
%{_libdir}/%{pkgname}/libslapd.so.*
%changelog
* Mon Nov 25 2013 Mark Reynolds <mreynolds@redhat.com> - 1.3.2.7-1
- 924ead4 Bump version to 1.3.2.7
- Ticket 47593 - Update plugin API for OTP plugin
- Ticket 47599 - fix memory leak in ldbm_back_seq()
* Fri Nov 22 2013 Rich Megginson <rmeggins@redhat.com> - 1.3.2.6-1
- Ticket 47599 - Reduce lock scope in retro changelog plug-in
- previous fix missing defition of retrocl_cn_lock

View File

@ -1 +1 @@
dc669063b749cbf8533b48762367ddc4 389-ds-base-1.3.2.6.tar.bz2
2dbe80c5098fdf11b54d5dc3ced1024b 389-ds-base-1.3.2.7.tar.bz2