1.2.7.2 release - git tag 389-ds-base-1.2.7.2

- 1.2.7.2 release - git tag 389-ds-base-1.2.7.2
- Bug 659456 - Incorrect usage of ber_printf() in winsync code
- Bug 658309 - Process escaped characters in managed entry mappings
- Bug 197886 - Initialize return value for UUID generation code
- Bug 658312 - Allow mapped attribute types to be quoted
- Bug 197886 - Avoid overflow of UUID generator
This commit is contained in:
Rich Megginson 2010-12-03 11:39:33 -07:00
parent c94fce6c66
commit bf6667b6bf
5 changed files with 14 additions and 6 deletions

2
.gitignore vendored
View File

@ -1,2 +1,2 @@
*~
/389-ds-base-1.2.7.1.tar.bz2
/389-ds-base-1.2.7.2.tar.bz2

View File

@ -2,7 +2,7 @@
DATE=`date +%Y%m%d`
# use a real tag name here
VERSION=1.2.7.1
VERSION=1.2.7.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.2.7.1
VERSION=1.2.7.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

@ -11,8 +11,8 @@
Summary: 389 Directory Server (base)
Name: 389-ds-base
Version: 1.2.7.1
Release: %{?relprefix}2%{?prerel}%{?dist}
Version: 1.2.7.2
Release: %{?relprefix}1%{?prerel}%{?dist}
License: GPLv2 with exceptions
URL: http://port389.org/
Group: System Environment/Daemons
@ -299,6 +299,14 @@ end
%{_libdir}/%{pkgname}/*.so
%changelog
* Fri Dec 3 2010 Rich Megginson <rmeggins@redhat.com> - 1.2.7.2-1
- 1.2.7.2 release - git tag 389-ds-base-1.2.7.2
- Bug 659456 - Incorrect usage of ber_printf() in winsync code
- Bug 658309 - Process escaped characters in managed entry mappings
- Bug 197886 - Initialize return value for UUID generation code
- Bug 658312 - Allow mapped attribute types to be quoted
- Bug 197886 - Avoid overflow of UUID generator
* Tue Nov 23 2010 Rich Megginson <rmeggins@redhat.com> - 1.2.7.1-2
- last commit had bogus commit log

View File

@ -1 +1 @@
03d4493c121e6f45ce11f6633f3759a3 389-ds-base-1.2.7.1.tar.bz2
d289f23ef1da56a59975784c8c4210c7 389-ds-base-1.2.7.2.tar.bz2