1.2.7.5 release - git tag 389-ds-base-1.2.7.5

1.2.7.5 release - git tag 389-ds-base-1.2.7.5
Bug 663597 - Memory leaks in normalization code
This commit is contained in:
Rich Megginson 2010-12-16 10:15:16 -07:00
parent 09ca048e50
commit 46941ffb1a
5 changed files with 10 additions and 5 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@
/389-ds-base-1.2.7.2.tar.bz2 /389-ds-base-1.2.7.2.tar.bz2
/389-ds-base-1.2.7.3.tar.bz2 /389-ds-base-1.2.7.3.tar.bz2
/389-ds-base-1.2.7.4.tar.bz2 /389-ds-base-1.2.7.4.tar.bz2
/389-ds-base-1.2.7.5.tar.bz2

View File

@ -2,7 +2,7 @@
DATE=`date +%Y%m%d` DATE=`date +%Y%m%d`
# use a real tag name here # use a real tag name here
VERSION=1.2.7.4 VERSION=1.2.7.5
PKGNAME=389-ds-base PKGNAME=389-ds-base
TAG=${TAG:-$PKGNAME-$VERSION} TAG=${TAG:-$PKGNAME-$VERSION}
#SRCNAME=$PKGNAME-$VERSION-$DATE #SRCNAME=$PKGNAME-$VERSION-$DATE

View File

@ -2,7 +2,7 @@
DATE=`date +%Y%m%d` DATE=`date +%Y%m%d`
# use a real tag name here # use a real tag name here
VERSION=1.2.7.4 VERSION=1.2.7.5
PKGNAME=389-ds-base PKGNAME=389-ds-base
TAG=${TAG:-$PKGNAME-$VERSION} TAG=${TAG:-$PKGNAME-$VERSION}
URL="http://git.fedorahosted.org/git/?p=389/ds.git;a=snapshot;h=$TAG;sf=tgz" URL="http://git.fedorahosted.org/git/?p=389/ds.git;a=snapshot;h=$TAG;sf=tgz"

View File

@ -11,8 +11,8 @@
Summary: 389 Directory Server (base) Summary: 389 Directory Server (base)
Name: 389-ds-base Name: 389-ds-base
Version: 1.2.7.4 Version: 1.2.7.5
Release: %{?relprefix}2%{?prerel}%{?dist} Release: %{?relprefix}1%{?prerel}%{?dist}
License: GPLv2 with exceptions License: GPLv2 with exceptions
URL: http://port389.org/ URL: http://port389.org/
Group: System Environment/Daemons Group: System Environment/Daemons
@ -299,6 +299,10 @@ end
%{_libdir}/%{pkgname}/*.so %{_libdir}/%{pkgname}/*.so
%changelog %changelog
* Thu Dec 16 2010 Rich Megginson <rmeggins@redhat.com> - 1.2.7.5-1
- 1.2.7.5 release - git tag 389-ds-base-1.2.7.5
- Bug 663597 - Memory leaks in normalization code
* Tue Dec 14 2010 Rich Megginson <rmeggins@redhat.com> - 1.2.7.4-2 * Tue Dec 14 2010 Rich Megginson <rmeggins@redhat.com> - 1.2.7.4-2
- Resolves: bug 656541 - use %ghost on files in /var/lock - Resolves: bug 656541 - use %ghost on files in /var/lock

View File

@ -1 +1 @@
9bfa9511c05f018acd5116a93ca1a81c 389-ds-base-1.2.7.4.tar.bz2 e9f765ca0c67d0c00677757900023c8b 389-ds-base-1.2.7.5.tar.bz2