[389-ds-base/f16] Bump version to 1.2.10.18

Mark Reynolds mreynolds at fedoraproject.org
Fri Oct 26 19:02:18 UTC 2012


commit 2790b8536063e2126e6d90b8b3f8225fdd0b3174
Author: Mark Reynolds <mreynolds at redhat.com>
Date:   Fri Oct 26 15:01:48 2012 -0400

    Bump version to 1.2.10.18
    
    - TIcket 403 - CLEANALLRUVdebug info
    - Bump version to 1.2.10.17
    - TIcket 403 - CLEANALLRUV fix crash
    - 569c2d3 bump version to 1.2.10.16
    - Ticket 403 - CLEANALLRUV - minor fixes and add support for replica-force-cleaning
    - Trac Ticket #340 - Change on SLAPI_MODRDN_NEWSUPERIOR is not evaluated in acl
    - Ticket #491 - multimaster_extop_cleanruv returns wrong error codes
    - 7bbaf35 COVERITY FIXES in replica_execute_cleanall_ruv_task
    - 1f356fa CLEANALLRUV - remove calls to agmt_get_enabled because this feature is not in 1.2.10
    - Ticket 477 - CLEANALLRUV if there are only winsync agmts task will hang
    - Ticket 467 - CLEANALLRUV abort task should be able to ignore down replicas
    - Ticket 450 - CLEANALLRUV task gets stuck on winsync replication agreement
    - 8545947 CLEANALLRUV coverity fixes
    - Ticket 403 - fix CLEANALLRUV regression from last commit
    - Ticket 403 - CLEANALLRUV revisions
    - Ticket 403 - cleanallruv coverity fixes
    - Ticket 403 - CLEANALLRUV feature
    - 4753f97 Update the slapi-plugin documentation on new slapi functions, and added a slapi function for checking on shutdowns
    - b3f5a71 Coverity Fix
    - Ticket 368 - Make the cleanAllRUV task one step
    - Ticket #337 - Improve CLEANRUV task
    - Ticket #353 - coverity 12625-12629 - leaks, dead code, unchecked return
    - Ticket #337 - RFE - Improve CLEANRUV functionality

 .gitignore               |    1 +
 389-ds-base-git-local.sh |    2 +-
 389-ds-base-git.sh       |    2 +-
 389-ds-base.spec         |    5 ++++-
 sources                  |    2 +-
 5 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 53c4fb1..b3cffc1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -54,3 +54,4 @@
 /389-ds-base-1.2.10.15.tar.bz2
 /389-ds-base-1.2.10.16.tar.bz2
 /389-ds-base-1.2.10.17.tar.bz2
+/389-ds-base-1.2.10.18.tar.bz2
diff --git a/389-ds-base-git-local.sh b/389-ds-base-git-local.sh
index f0796d6..c4f57ea 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.2.10.17
+VERSION=1.2.10.18
 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 b2433d2..fdcc8eb 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.2.10.17
+VERSION=1.2.10.18
 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 7ce62f1..df97b04 100644
--- a/389-ds-base.spec
+++ b/389-ds-base.spec
@@ -18,7 +18,7 @@
 
 Summary:          389 Directory Server (base)
 Name:             389-ds-base
-Version:          1.2.10.17
+Version:          1.2.10.18
 Release:          %{?relprefix}1%{?prerel}%{?dist}
 License:          GPLv2 with exceptions
 URL:              http://port389.org/
@@ -285,6 +285,9 @@ fi
 %{_libdir}/%{pkgname}/libslapd.so.*
 
 %changelog
+* Fri Oct 26 2012 Mark Reynolds <mreynolds at redhat.com> - 1.2.10.18-1
+- Bump version to 1.2.10.18
+- TIcket 403 - CLEANALLRUVdebug info 
 * Wed Oct 24 2012 Mark Reynolds <mreynolds at redhat.com> - 1.2.10.17-1
 - Bump version to 1.2.10.17
 - TIcket 403 - CLEANALLRUV fix crash 
diff --git a/sources b/sources
index 5aad77d..94b42c6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9a5f2bb882a7189d63706f456b273140  389-ds-base-1.2.10.17.tar.bz2
+03f9f074f08f5cacdd8b3ff9c3352f42  389-ds-base-1.2.10.18.tar.bz2


More information about the scm-commits mailing list