[389-ds-base/f19] the 1.3.1.14 release - several bug fixes

Noriko Hosoi nhosoi at fedoraproject.org
Sat Nov 9 00:25:25 UTC 2013


commit c5d8c5ffd73c58c2dfc552e6b0b11bf999e139d5
Author: Noriko Hosoi <nhosoi at redhat.com>
Date:   Fri Nov 8 16:24:52 2013 -0800

    the 1.3.1.14 release - several bug fixes
    
    - Ticket 47589 - Winsync replica initialization and incremental updates from DS to AD fails on RHEL7
    - Ticket 47588 - Compiler warnings building on F19
    - Coverity (Part 7) + Jenkins fix

 .gitignore               |    1 +
 389-ds-base-git-local.sh |    2 +-
 389-ds-base-git.sh       |    2 +-
 389-ds-base.spec         |    8 +++++++-
 sources                  |    2 +-
 5 files changed, 11 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 75a88de..83caa95 100644
--- a/.gitignore
+++ b/.gitignore
@@ -81,3 +81,4 @@
 /389-ds-base-1.3.1.11.tar.bz2
 /389-ds-base-1.3.1.12.tar.bz2
 /389-ds-base-1.3.1.13.tar.bz2
+/389-ds-base-1.3.1.14.tar.bz2
diff --git a/389-ds-base-git-local.sh b/389-ds-base-git-local.sh
index 75ed30d..8306534 100644
--- a/389-ds-base-git-local.sh
+++ b/389-ds-base-git-local.sh
@@ -2,7 +2,7 @@
 
 DATE=`date +%Y%m%d`
 # use a real tag name here
-VERSION=1.3.1.12
+VERSION=1.3.1.14
 PKGNAME=389-ds-base
 TAG=${TAG:-$PKGNAME-$VERSION}
 #SRCNAME=$PKGNAME-$VERSION-$DATE
diff --git a/389-ds-base-git.sh b/389-ds-base-git.sh
index a4e14e4..754b875 100644
--- a/389-ds-base-git.sh
+++ b/389-ds-base-git.sh
@@ -2,7 +2,7 @@
 
 DATE=`date +%Y%m%d`
 # use a real tag name here
-VERSION=1.3.1.12
+VERSION=1.3.1.14
 PKGNAME=389-ds-base
 TAG=${TAG:-$PKGNAME-$VERSION}
 URL="http://git.fedorahosted.org/git/?p=389/ds.git;a=snapshot;h=$TAG;sf=tgz"
diff --git a/389-ds-base.spec b/389-ds-base.spec
index a3be1c0..d1634df 100644
--- a/389-ds-base.spec
+++ b/389-ds-base.spec
@@ -24,7 +24,7 @@
 
 Summary:          389 Directory Server (base)
 Name:             389-ds-base
-Version:          1.3.1.13
+Version:          1.3.1.14
 Release:          %{?relprefix}1%{?prerel}%{?dist}
 License:          GPLv2 with exceptions
 URL:              http://port389.org/
@@ -314,6 +314,12 @@ fi
 %{_libdir}/%{pkgname}/libslapd.so.*
 
 %changelog
+* Fri Nov 8 2013 Noriko Hosoi <nhosoi at redhat.com> - 1.3.1.14-1
+- the 1.3.1.14 release - several bug fixes
+- Ticket 47589 - Winsync replica initialization and incremental updates from DS to AD fails on RHEL7
+- Ticket 47588 - Compiler warnings building on F19
+- Coverity (Part 7) + Jenkins fix
+
 * Wed Nov 6 2013 Noriko Hosoi <nhosoi at redhat.com> - 1.3.1.13-1
 - the 1.3.1.13 release - several bug fixes
 - Ticket 47379 - DNA plugin failed to fetch replication agreement
diff --git a/sources b/sources
index a61d6c3..998ae41 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e6c51caddf8bb2d539bbc4cf92986826  389-ds-base-1.3.1.13.tar.bz2
+c424e26b6ba6646410620123aa257cc0  389-ds-base-1.3.1.14.tar.bz2


More information about the scm-commits mailing list