[389-admin] release 389-admin-1.1.16

Richard Allen Megginson rmeggins at fedoraproject.org
Wed Mar 30 01:17:10 UTC 2011


commit 0650e91920448c873053647bb1c4a7af7b748f1b
Author: Rich Megginson <rmeggins at redhat.com>
Date:   Tue Mar 29 19:14:32 2011 -0600

    release 389-admin-1.1.16
    
    389-admin-1.1.16
    Bug 476925 - Admin Server: Do not allow 8-bit passwords for the admin user
    Bug 614690 - Don't use exec to call genrb
    Bug 158926 - Unable to install CA certificate when using
    hardware token ( LunaSA )
    Bug 211296 - Clean up all HTML pages (Admin Express, Repl Monitor, etc)

 .gitignore             |    1 +
 389-admin-git-local.sh |    2 +-
 389-admin.spec         |   12 ++++++++++--
 sources                |    2 +-
 4 files changed, 13 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a0e28d1..074f597 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /389-admin-1.1.13.tar.bz2
 /389-admin-1.1.14.tar.bz2
 /389-admin-1.1.15.tar.bz2
+/389-admin-1.1.16.tar.bz2
diff --git a/389-admin-git-local.sh b/389-admin-git-local.sh
index a277276..571011c 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.15
+VERSION=1.1.16
 PKGNAME=389-admin
 TAG=${TAG:-$PKGNAME-$VERSION}
 SRCNAME=${PKGNAME}-${VERSION}
diff --git a/389-admin.spec b/389-admin.spec
index 66a39de..a322c6a 100644
--- a/389-admin.spec
+++ b/389-admin.spec
@@ -6,8 +6,8 @@
 
 Summary:          389 Administration Server (admin)
 Name:             389-admin
-Version:          1.1.15
-Release:          %{?relprefix}2%{?prerel}%{?dist}
+Version:          1.1.16
+Release:          %{?relprefix}1%{?prerel}%{?dist}
 License:          GPLv2 and ASL 2.0
 URL:              http://port389.org/
 Group:            System Environment/Daemons
@@ -169,6 +169,14 @@ end
 %{_mandir}/man8/*
 
 %changelog
+* 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
+- Bug 614690 - Don't use exec to call genrb
+- Bug 158926 - Unable to install CA certificate when using
+-     hardware token ( LunaSA )
+- Bug 211296 - Clean up all HTML pages (Admin Express, Repl Monitor, etc)
+
 * Mon Mar 07 2011 Caolán McNamara <caolanm at redhat.com> - 1.1.15-2
 - rebuild for icu 4.6
 
diff --git a/sources b/sources
index f5d4c96..4c9fd67 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-05514a1ee0ba8b60a328c4abed03144c  389-admin-1.1.15.tar.bz2
+6122af6b9d21829ab939ab286676aedf  389-admin-1.1.16.tar.bz2


More information about the scm-commits mailing list