[389-admin/f14] Bug 724808 - startup CGIs write temp file to / add man pages for ds_removal and ds_unregister fixes

Richard Allen Megginson rmeggins at fedoraproject.org
Thu Aug 11 15:49:15 UTC 2011


commit 5f3d76acf729365d6322ece4eb1ffd57352f2495
Author: Rich Megginson <rmeggins at redhat.com>
Date:   Thu Aug 11 08:59:26 2011 -0600

    Bug 724808 - startup CGIs write temp file to /
    add man pages for ds_removal and ds_unregister
    fixes for the makeUpgradeTar.sh script
    (cherry picked from commit fd82026527d643fcf5837091d124fac34ee996e3)
    (cherry picked from commit f90d6431d009a19f92d171ead4563592c7dca48f)

 .gitignore             |    1 +
 389-admin-git-local.sh |    2 +-
 389-admin-git.sh       |    2 +-
 389-admin.spec         |    7 ++++++-
 sources                |    2 +-
 5 files changed, 10 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b6fc91b..aae0e45 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@
 /389-admin-1.1.19.tar.bz2
 /389-admin-1.1.20.tar.bz2
 /389-admin-1.1.21.tar.bz2
+/389-admin-1.1.22.tar.bz2
diff --git a/389-admin-git-local.sh b/389-admin-git-local.sh
index 16ecc31..42f3a52 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.21
+VERSION=1.1.22
 PKGNAME=389-admin
 TAG=${TAG:-$PKGNAME-$VERSION}
 SRCNAME=${PKGNAME}-${VERSION}
diff --git a/389-admin-git.sh b/389-admin-git.sh
index 46329c6..c53b33b 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.21
+VERSION=1.1.22
 PKGNAME=389-admin
 #SRCNAME=$PKGNAME-$VERSION-$DATE
 SRCNAME=$PKGNAME-$VERSION
diff --git a/389-admin.spec b/389-admin.spec
index 9576baa..88c5f53 100644
--- a/389-admin.spec
+++ b/389-admin.spec
@@ -6,7 +6,7 @@
 
 Summary:          389 Administration Server (admin)
 Name:             389-admin
-Version:          1.1.21
+Version:          1.1.22
 Release:          %{?relprefix}1%{?prerel}%{?dist}
 License:          GPLv2 and ASL 2.0
 URL:              http://port389.org/
@@ -132,6 +132,11 @@ fi
 %{_mandir}/man8/*
 
 %changelog
+* Thu Aug 11 2011 Rich Megginson <rmeggins at redhat.com> - 1.1.22-1
+- Bug 724808 - startup CGIs write temp file to /
+- add man pages for ds_removal and ds_unregister
+- fixes for the makeUpgradeTar.sh script
+
 * Tue Aug  2 2011 Rich Megginson <rmeggins at redhat.com> - 1.1.21-1
 - Bug 476925 - Admin Server: Do not allow 8-bit passwords for the admin user
 
diff --git a/sources b/sources
index 56a962f..bf9a149 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-aac6b69f9db31689202dbce5b5349e7e  389-admin-1.1.21.tar.bz2
+c497084aa4e349d844138ecc6c4969dd  389-admin-1.1.22.tar.bz2


More information about the scm-commits mailing list