6cdca01 bump version to 1.3.2.4
Ticket 47599 - Reduce lock scope in retro changelog plug-in Ticket 47596 - attrcrypt fails to find unlocked key Ticket 47598 - Convert ldbm_back_seq code to be transaction aware Ticket 47597 - Convert retro changelog plug-in to betxn Ticket 47585 - Replication Failures related to skipped entries due to cleaned rids Ticket 47588 - Compiler warnings building on F19 Ticket 47581 - Winsync plugin segfault during incremental backoff (phase 2) Ticket 47581 - Winsync plugin segfault during incremental backoff Ticket 47577 - crash when removing entries from cache 6b16d30 Revert "Ticket #47559 hung server - related to sasl and initialize"
This commit is contained in:
parent
476a97fe21
commit
5402445982
1
.gitignore
vendored
1
.gitignore
vendored
@ -83,3 +83,4 @@
|
||||
/389-ds-base-1.3.2.1.tar.bz2
|
||||
/389-ds-base-1.3.2.2.tar.bz2
|
||||
/389-ds-base-1.3.2.3.tar.bz2
|
||||
/389-ds-base-1.3.2.4.tar.bz2
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
DATE=`date +%Y%m%d`
|
||||
# use a real tag name here
|
||||
VERSION=1.3.2.3
|
||||
VERSION=1.3.2.4
|
||||
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.3.2.3
|
||||
VERSION=1.3.2.4
|
||||
PKGNAME=389-ds-base
|
||||
TAG=${TAG:-$PKGNAME-$VERSION}
|
||||
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)
|
||||
Name: 389-ds-base
|
||||
Version: 1.3.2.3
|
||||
Version: 1.3.2.4
|
||||
Release: %{?relprefix}1%{?prerel}%{?dist}
|
||||
License: GPLv2 with exceptions
|
||||
URL: http://port389.org/
|
||||
@ -315,6 +315,19 @@ fi
|
||||
%{_libdir}/%{pkgname}/libslapd.so.*
|
||||
|
||||
%changelog
|
||||
* Wed Nov 20 2013 Mark Reynolds <mreynolds@redhat.com> - 1.3.2.4-1
|
||||
6cdca01 bump version to 1.3.2.4
|
||||
Ticket 47599 - Reduce lock scope in retro changelog plug-in
|
||||
Ticket 47596 - attrcrypt fails to find unlocked key
|
||||
Ticket 47598 - Convert ldbm_back_seq code to be transaction aware
|
||||
Ticket 47597 - Convert retro changelog plug-in to betxn
|
||||
Ticket 47585 - Replication Failures related to skipped entries due to cleaned rids
|
||||
Ticket 47588 - Compiler warnings building on F19
|
||||
Ticket 47581 - Winsync plugin segfault during incremental backoff (phase 2)
|
||||
Ticket 47581 - Winsync plugin segfault during incremental backoff
|
||||
Ticket 47577 - crash when removing entries from cache
|
||||
6b16d30 Revert "Ticket #47559 hung server - related to sasl and initialize"
|
||||
|
||||
* Mon Oct 28 2013 Noriko Hosoi <nhosoi@redhat.com> - 1.3.2.3-1
|
||||
- release 1.3.2.3
|
||||
- Ticket 47515 - Fedora 20: setup-ds-admin.pl
|
||||
|
||||
Loading…
Reference in New Issue
Block a user