fix managed entry - crashing problem - CLEANALLRUV bugs - Root DN Bind Limits
Ticket #387 - managed entry sometimes doesn't delete the managed entry 5903815 improve txn test index handling Ticket #360 - ldapmodify returns Operations error - fix delete caching bcfa9e3 Coverity Fix Trac Ticket #335 - transaction retries need to be cache aware Ticket #389 - ADD operations not in audit log 44cdc84 fix coverity issues with uninit vals, no return checking 1b4b9d5 Ticket 368 - Make the cleanAllRUV task one step 8f17da5 Ticket #110 - RFE limiting root DN by host, IP, time of day, day of week
This commit is contained in:
parent
d3573cb2a3
commit
ab051d4541
1
.gitignore
vendored
1
.gitignore
vendored
@ -46,3 +46,4 @@
|
||||
/389-ds-base-1.2.11.2.tar.bz2
|
||||
/389-ds-base-1.2.11.3.tar.bz2
|
||||
/389-ds-base-1.2.11.4.tar.bz2
|
||||
/389-ds-base-1.2.11.5.tar.bz2
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
DATE=`date +%Y%m%d`
|
||||
# use a real tag name here
|
||||
VERSION=1.2.11.4
|
||||
VERSION=1.2.11.5
|
||||
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.11.4
|
||||
VERSION=1.2.11.5
|
||||
PKGNAME=389-ds-base
|
||||
TAG=${TAG:-$PKGNAME-$VERSION}
|
||||
URL="http://git.fedorahosted.org/git/?p=389/ds.git;a=snapshot;h=$TAG;sf=tgz"
|
||||
|
@ -3,7 +3,7 @@
|
||||
# for a pre-release, define the prerel field e.g. .a1 .rc2 - comment out for official release
|
||||
# also remove the space between % and global - this space is needed because
|
||||
# fedpkg verrel stupidly ignores comment lines
|
||||
# % global prerel .rc1
|
||||
# % global prerel .a1
|
||||
# also need the relprefix field for a pre-release e.g. .0 - also comment out for official release
|
||||
# % global relprefix 0.
|
||||
|
||||
@ -21,8 +21,8 @@
|
||||
|
||||
Summary: 389 Directory Server (base)
|
||||
Name: 389-ds-base
|
||||
Version: 1.2.11.4
|
||||
Release: %{?relprefix}1%{?prerel}%{?dist}.1
|
||||
Version: 1.2.11.5
|
||||
Release: %{?relprefix}1%{?prerel}%{?dist}
|
||||
License: GPLv2 with exceptions
|
||||
URL: http://port389.org/
|
||||
Group: System Environment/Daemons
|
||||
@ -309,6 +309,17 @@ fi
|
||||
%{_libdir}/%{pkgname}/libslapd.so.*
|
||||
|
||||
%changelog
|
||||
* Mon Jun 18 2012 Rich Megginson <rmeggins@redhat.com> - 1.2.11.5-1
|
||||
- Ticket #387 - managed entry sometimes doesn't delete the managed entry
|
||||
- 5903815 improve txn test index handling
|
||||
- Ticket #360 - ldapmodify returns Operations error - fix delete caching
|
||||
- bcfa9e3 Coverity Fix for CLEANALLRUV
|
||||
- Trac Ticket #335 - transaction retries need to be cache aware
|
||||
- Ticket #389 - ADD operations not in audit log
|
||||
- 44cdc84 fix coverity issues with uninit vals, no return checking
|
||||
- Ticket 368 - Make the cleanAllRUV task one step
|
||||
- Ticket #110 - RFE limiting root DN by host, IP, time of day, day of week
|
||||
|
||||
* Mon Jun 11 2012 Petr Pisar <ppisar@redhat.com> - 1.2.11.4-1.1
|
||||
- Perl 5.16 rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user