[389-admin/el5/master] release 389-admin-1.1.16

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


commit bb544851e3cf724a10c7ba3fefc1248b681ab1f8
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)
    (cherry picked from commit f2108ffba8b5b2e772696e1acc62df87b8ef058f)
    (cherry picked from commit 06f0e007097f3c5c67ef73955e224a610cd7c821)

 .gitignore             |    1 +
 389-admin-git-local.sh |    2 +-
 389-admin.spec         |   10 +++++++++-
 sources                |    2 +-
 4 files changed, 12 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c8bfcd5..d022d6f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,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 d71e0c8..b595c2b 100644
--- a/389-admin.spec
+++ b/389-admin.spec
@@ -8,7 +8,7 @@
 
 Summary:          389 Administration Server (admin)
 Name:             389-admin
-Version:          1.1.15
+Version:          1.1.16
 Release:          %{?relprefix}1%{?prerel}%{?dist}
 License:          GPLv2 and ASL 2.0
 URL:              http://port389.org/
@@ -217,6 +217,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)
+
 * Wed Feb 23 2011 Rich Megginson <rmeggins at redhat.com> - 1.1.15-1
 - 1.1.15 release - git tag 389-admin-1.1.15
 - Bug 493424 - remove unneeded modules for admin server apache config
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