[389-admin/el5] 389-admin-1.1.17

Richard Allen Megginson rmeggins at fedoraproject.org
Thu Jun 2 16:11:06 UTC 2011


commit e2ad30845ceb94b1241fd1bba7560713b6fb6bab
Author: Rich Megginson <rmeggins at redhat.com>
Date:   Thu Jun 2 09:48:05 2011 -0600

    389-admin-1.1.17
    
    389-admin-1.1.17
    support "in-place" upgrade and rebranding from Red Hat to 389
    many fixes for coverity issues

 .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 d022d6f..d474e3b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
 /389-admin-1.1.14.tar.bz2
 /389-admin-1.1.15.tar.bz2
 /389-admin-1.1.16.tar.bz2
+/389-admin-1.1.17.tar.bz2
diff --git a/389-admin-git-local.sh b/389-admin-git-local.sh
index 571011c..06317f9 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.16
+VERSION=1.1.17
 PKGNAME=389-admin
 TAG=${TAG:-$PKGNAME-$VERSION}
 SRCNAME=${PKGNAME}-${VERSION}
diff --git a/389-admin-git.sh b/389-admin-git.sh
index dd71536..31f2541 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.15
+VERSION=1.1.17
 PKGNAME=389-admin
 #SRCNAME=$PKGNAME-$VERSION-$DATE
 SRCNAME=$PKGNAME-$VERSION
diff --git a/389-admin.spec b/389-admin.spec
index b595c2b..6f6808b 100644
--- a/389-admin.spec
+++ b/389-admin.spec
@@ -8,7 +8,7 @@
 
 Summary:          389 Administration Server (admin)
 Name:             389-admin
-Version:          1.1.16
+Version:          1.1.17
 Release:          %{?relprefix}1%{?prerel}%{?dist}
 License:          GPLv2 and ASL 2.0
 URL:              http://port389.org/
@@ -217,6 +217,11 @@ end
 %{_mandir}/man8/*
 
 %changelog
+* Fri May 13 2011 Rich Megginson <rmeggins at redhat.com> - 1.1.17-1
+- 1.1.17
+- support "in-place" upgrade and rebranding from Red Hat to 389
+- many fixes for coverity issues
+
 * Tue Mar 29 2011 Rich Megginson <rmeggins at redhat.com> - 1.1.16-1
 - 389-admin-1.1.16
 - Bug 476925 - Admin Server: Do not allow 8-bit passwords for the admin user
diff --git a/sources b/sources
index 4c9fd67..921ca09 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6122af6b9d21829ab939ab286676aedf  389-admin-1.1.16.tar.bz2
+f4d8db9be619f4dbfcaafe46fe6e10fb  389-admin-1.1.17.tar.bz2


More information about the scm-commits mailing list