[389-admin/f18] bump version to 1.1.30

Noriko Hosoi nhosoi at fedoraproject.org
Wed Jan 16 23:52:14 UTC 2013


commit b134a61203f5bcd67564260ccd1767b2a6bb5c7a
Author: Noriko Hosoi <nhosoi at redhat.com>
Date:   Wed Jan 16 15:44:21 2013 -0800

    bump version to 1.1.30
    
    - Ticket #476 - 389 ds do not start on F18 due to missing modules
    - Ticket #293 - remove-ds-admin.pl does not remove everything
    - Ticket 400 - BIND operation result not checked properly in admin server
    - Ticket 401 - Console login fails with anonymous access disabled
    (cherry picked from commit 3840499fece8ab58b854867d4c6742b47c0e1d5c)

 .gitignore             |    1 +
 389-admin-git-local.sh |    2 +-
 389-admin-git.sh       |    2 +-
 389-admin.spec         |    9 ++++++++-
 sources                |    2 +-
 5 files changed, 12 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 971354c..84ff418 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,3 +17,4 @@
 /389-admin-1.1.28.tar.bz2
 /389-admin-1.1.29.tar.bz2
 /389-admin-1.1.30.tar.bz2
+/389-admin-1.1.31.tar.bz2
diff --git a/389-admin-git-local.sh b/389-admin-git-local.sh
index 36ab481..547d900 100755
--- a/389-admin-git-local.sh
+++ b/389-admin-git-local.sh
@@ -1,7 +1,7 @@
 #!/bin/bash
 
 DATE=`date +%Y%m%d`
-VERSION=1.1.30
+VERSION=1.1.31
 PKGNAME=389-admin
 TAG=${TAG:-$PKGNAME-$VERSION}
 SRCNAME=${PKGNAME}-${VERSION}
diff --git a/389-admin-git.sh b/389-admin-git.sh
index a75fa99..a2ddfd3 100755
--- a/389-admin-git.sh
+++ b/389-admin-git.sh
@@ -1,7 +1,7 @@
 #!/bin/bash
 
 DATE=`date +%Y%m%d`
-VERSION=1.1.30
+VERSION=1.1.31
 PKGNAME=389-admin
 #SRCNAME=$PKGNAME-$VERSION-$DATE
 SRCNAME=$PKGNAME-$VERSION
diff --git a/389-admin.spec b/389-admin.spec
index 18152d9..48bb893 100644
--- a/389-admin.spec
+++ b/389-admin.spec
@@ -9,7 +9,7 @@
 
 Summary:          389 Administration Server (admin)
 Name:             389-admin
-Version:          1.1.30
+Version:          1.1.31
 Release:          %{?relprefix}1%{?prerel}%{?dist}.1
 License:          GPLv2 and ASL 2.0
 URL:              http://port389.org/
@@ -128,6 +128,13 @@ end
 %{_mandir}/man8/*
 
 %changelog
+* Wed Jan 16 2013 Noriko Hosoi <nhosoi at redhat.com> - 1.1.31-1
+- bump version to 1.1.30
+- Ticket #476 - 389 ds do not start on F18 due to missing modules
+- Ticket #293 - remove-ds-admin.pl does not remove everything
+- Ticket 400 - BIND operation result not checked properly in admin server
+- Ticket 401 - Console login fails with anonymous access disabled
+
 * Wed Jul 18 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.1.30-1.1
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 71a0885..b277014 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2a163a73d9eb96062b27e5d94e36e80f  389-admin-1.1.30.tar.bz2
+3abcdb7d588f6a22b613602c21d1d973  389-admin-1.1.31.tar.bz2


More information about the scm-commits mailing list