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:
parent
c94fce6c66
commit
bf6667b6bf
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,2 +1,2 @@
|
||||
*~
|
||||
/389-ds-base-1.2.7.1.tar.bz2
|
||||
/389-ds-base-1.2.7.2.tar.bz2
|
||||
|
@ -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
|
||||
|
@ -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"
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user