release 1.3.1.9
- Ticket 449 - Allow macro aci keywords to be case-insensitive - Ticket 47489 - Under specific values of nsDS5ReplicaName, replication may get broken or updates missing - Ticket 47507 - automember rebuild task not working as expected
This commit is contained in:
parent
919dd2cf7d
commit
7fcdc10673
1
.gitignore
vendored
1
.gitignore
vendored
@ -76,3 +76,4 @@
|
|||||||
/389-ds-base-1.3.1.6.tar.bz2
|
/389-ds-base-1.3.1.6.tar.bz2
|
||||||
/389-ds-base-1.3.1.7.tar.bz2
|
/389-ds-base-1.3.1.7.tar.bz2
|
||||||
/389-ds-base-1.3.1.8.tar.bz2
|
/389-ds-base-1.3.1.8.tar.bz2
|
||||||
|
/389-ds-base-1.3.1.9.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.3.1.8
|
VERSION=1.3.1.9
|
||||||
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.3.1.8
|
VERSION=1.3.1.9
|
||||||
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"
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
|
|
||||||
Summary: 389 Directory Server (base)
|
Summary: 389 Directory Server (base)
|
||||||
Name: 389-ds-base
|
Name: 389-ds-base
|
||||||
Version: 1.3.1.8
|
Version: 1.3.1.9
|
||||||
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/
|
||||||
@ -314,6 +314,12 @@ fi
|
|||||||
%{_libdir}/%{pkgname}/libslapd.so.*
|
%{_libdir}/%{pkgname}/libslapd.so.*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Sep 13 2013 Noriko Hosoi <nhosoi@redhat.com> - 1.3.1.9-1
|
||||||
|
- release 1.3.1.9
|
||||||
|
- Ticket 449 - Allow macro aci keywords to be case-insensitive
|
||||||
|
- Ticket 47489 - Under specific values of nsDS5ReplicaName, replication may get broken or updates missing
|
||||||
|
- Ticket 47507 - automember rebuild task not working as expected
|
||||||
|
|
||||||
* Fri Sep 6 2013 Rich Megginson <rmeggins@redhat.com> - 1.3.1.8-1
|
* Fri Sep 6 2013 Rich Megginson <rmeggins@redhat.com> - 1.3.1.8-1
|
||||||
- Ticket #47455 - valgrind - value mem leaks, uninit mem usage
|
- Ticket #47455 - valgrind - value mem leaks, uninit mem usage
|
||||||
- fix breakage in slapi-nis introduced with the previous fix
|
- fix breakage in slapi-nis introduced with the previous fix
|
||||||
|
Loading…
Reference in New Issue
Block a user