bump version to 1.3.1.6
- Ticket 47455 - valgrind - value mem leaks, uninit mem usage - fix coverity 11915 - dead code - introduced with fix for ticket 346 - fix coverity 11895 - null deref - caused by fix to ticket 47392 - fix compiler warning in posix winsync code for posix_group_del_memberuid_callback - Fix compiler warnings for Ticket 47395 and 47397 - fix compiler warning (cherry picked from commit 904416f4631d842a105851b4a9931ae17822a107) - Ticket 47450 - Fix compiler formatting warning errors for 32/64 bit arch - fix compiler warnings - Fix compiler warning (cherry picked from commit ec6ebc0b0f085a82041d993ab2450a3922ef5502)
This commit is contained in:
parent
c6ab69557b
commit
e76f0c0d96
1
.gitignore
vendored
1
.gitignore
vendored
@ -73,3 +73,4 @@
|
|||||||
/389-ds-base-1.3.1.3.tar.bz2
|
/389-ds-base-1.3.1.3.tar.bz2
|
||||||
/389-ds-base-1.3.1.4.tar.bz2
|
/389-ds-base-1.3.1.4.tar.bz2
|
||||||
/389-ds-base-1.3.1.5.tar.bz2
|
/389-ds-base-1.3.1.5.tar.bz2
|
||||||
|
/389-ds-base-1.3.1.6.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.5
|
VERSION=1.3.1.6
|
||||||
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.5
|
VERSION=1.3.1.6
|
||||||
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.5
|
Version: 1.3.1.6
|
||||||
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,18 @@ fi
|
|||||||
%{_libdir}/%{pkgname}/libslapd.so.*
|
%{_libdir}/%{pkgname}/libslapd.so.*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 01 2013 Noriko Hosoi <nhosoi@redhat.com> - 1.3.1.6-1
|
||||||
|
- bump version to 1.3.1.6
|
||||||
|
- Ticket 47455 - valgrind - value mem leaks, uninit mem usage
|
||||||
|
- fix coverity 11915 - dead code - introduced with fix for ticket 346
|
||||||
|
- fix coverity 11895 - null deref - caused by fix to ticket 47392
|
||||||
|
- fix compiler warning in posix winsync code for posix_group_del_memberuid_callback
|
||||||
|
- Fix compiler warnings for Ticket 47395 and 47397
|
||||||
|
- fix compiler warning (cherry picked from commit 904416f4631d842a105851b4a9931ae17822a107)
|
||||||
|
- Ticket 47450 - Fix compiler formatting warning errors for 32/64 bit arch
|
||||||
|
- fix compiler warnings
|
||||||
|
- Fix compiler warning (cherry picked from commit ec6ebc0b0f085a82041d993ab2450a3922ef5502)
|
||||||
|
|
||||||
* Wed Jul 31 2013 Noriko Hosoi <nhosoi@redhat.com> - 1.3.1.5-1
|
* Wed Jul 31 2013 Noriko Hosoi <nhosoi@redhat.com> - 1.3.1.5-1
|
||||||
- bump version to 1.3.1.5
|
- bump version to 1.3.1.5
|
||||||
- Ticket 47456 - delete present values should append values to deleted values
|
- Ticket 47456 - delete present values should append values to deleted values
|
||||||
|
Loading…
Reference in New Issue
Block a user