1.2.7.3 release - git tag 389-ds-base-1.2.7.3
1.2.7.3 release - git tag 389-ds-base-1.2.7.3 Bug 658312 - Invalid free in Managed Entry plug-in Bug 641944 - Don't normalize non-DN RDN values
This commit is contained in:
parent
bf6667b6bf
commit
3623efb592
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
*~
|
*~
|
||||||
/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
|
||||||
|
@ -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.2
|
VERSION=1.2.7.3
|
||||||
PKGNAME=389-ds-base
|
PKGNAME=389-ds-base
|
||||||
TAG=${TAG:-$PKGNAME-$VERSION}
|
TAG=${TAG:-$PKGNAME-$VERSION}
|
||||||
#SRCNAME=$PKGNAME-$VERSION-$DATE
|
#SRCNAME=$PKGNAME-$VERSION-$DATE
|
||||||
|
@ -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.2
|
VERSION=1.2.7.3
|
||||||
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"
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
Summary: 389 Directory Server (base)
|
Summary: 389 Directory Server (base)
|
||||||
Name: 389-ds-base
|
Name: 389-ds-base
|
||||||
Version: 1.2.7.2
|
Version: 1.2.7.3
|
||||||
Release: %{?relprefix}1%{?prerel}%{?dist}
|
Release: %{?relprefix}1%{?prerel}%{?dist}
|
||||||
License: GPLv2 with exceptions
|
License: GPLv2 with exceptions
|
||||||
URL: http://port389.org/
|
URL: http://port389.org/
|
||||||
@ -299,6 +299,11 @@ end
|
|||||||
%{_libdir}/%{pkgname}/*.so
|
%{_libdir}/%{pkgname}/*.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Dec 8 2010 Rich Megginson <rmeggins@redhat.com> - 1.2.7.3-1
|
||||||
|
- 1.2.7.3 release - git tag 389-ds-base-1.2.7.3
|
||||||
|
- Bug 658312 - Invalid free in Managed Entry plug-in
|
||||||
|
- Bug 641944 - Don't normalize non-DN RDN values
|
||||||
|
|
||||||
* Fri Dec 3 2010 Rich Megginson <rmeggins@redhat.com> - 1.2.7.2-1
|
* 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
|
- 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 659456 - Incorrect usage of ber_printf() in winsync code
|
||||||
|
Loading…
Reference in New Issue
Block a user