[389-admin/f13/master] 389-admin-1.1.15 release - git tag 389-admin-1.1.15

Richard Allen Megginson rmeggins at fedoraproject.org
Wed Feb 23 16:06:43 UTC 2011


commit b208e848ff59f74c117025a5a0a7fd889dc683bf
Author: Rich Megginson <rmeggins at redhat.com>
Date:   Wed Feb 23 08:59:47 2011 -0700

    389-admin-1.1.15 release - git tag 389-admin-1.1.15
    
    - 1.1.15 release - git tag 389-admin-1.1.15
    - Bug 493424 - remove unneeded modules for admin server apache config
    - Bug 618897 - Wrong permissions when creating instance from Console
    - Bug 672468 - Don't use empty path elements in LD_LIBRARY_PATH
    - Bug 245278 - Changing to a password with a single quote does not work
    - Bug 604881 - admin server log files have incorrect permissions/ownerships
    - Bug 387981 - plain files can be chosen on the Restore Directory dialog
    - Bug 668950 - Add posix group support to Console
    - Bug 618858 - move start-ds-admin env file into main admin server config path
    - Bug 616260 - libds-admin-serv linking fails due to unresolved link-time depe
    ndencies
    - start-ds-admin.in -- replaced "return 1" with "exit 1"
    - Bug 151705 - Need to update Console Cipher Preferences with new ciphers
    - Bug 470576 - Migration could do addition checks before commiting actions
    (cherry picked from commit e520d3565af098e303d69b9c3eec8ce04416ba3e)

 .gitignore             |    1 +
 389-admin-git-local.sh |    2 +-
 389-admin-git.sh       |    2 +-
 389-admin.spec         |   20 +++++++++++++++++---
 f11-httpd.patch        |   15 ---------------
 sources                |    2 +-
 6 files changed, 21 insertions(+), 21 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 04942ec..c8bfcd5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 389-admin-1.1.12.tar.bz2
 /389-admin-1.1.13.tar.bz2
 /389-admin-1.1.14.tar.bz2
+/389-admin-1.1.15.tar.bz2
diff --git a/389-admin-git-local.sh b/389-admin-git-local.sh
index 8b22299..a277276 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.14
+VERSION=1.1.15
 PKGNAME=389-admin
 TAG=${TAG:-$PKGNAME-$VERSION}
 SRCNAME=${PKGNAME}-${VERSION}
diff --git a/389-admin-git.sh b/389-admin-git.sh
index 168121e..dd71536 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.14
+VERSION=1.1.15
 PKGNAME=389-admin
 #SRCNAME=$PKGNAME-$VERSION-$DATE
 SRCNAME=$PKGNAME-$VERSION
diff --git a/389-admin.spec b/389-admin.spec
index a9a5c8c..c0a335b 100644
--- a/389-admin.spec
+++ b/389-admin.spec
@@ -6,7 +6,7 @@
 
 Summary:          389 Administration Server (admin)
 Name:             389-admin
-Version:          1.1.14
+Version:          1.1.15
 Release:          %{?relprefix}1%{?prerel}%{?dist}
 License:          GPLv2 and ASL 2.0
 URL:              http://port389.org/
@@ -52,7 +52,6 @@ Requires(preun): /sbin/service
 Source0:          http://port389.org/sources/%{name}-%{version}%{?prerel}.tar.bz2
 # 389-admin-git.sh should be used to generate the source tarball from git
 Source1:          %{name}-git.sh
-Patch1:           f11-httpd.patch
 
 %description
 389 Administration Server is an HTTP agent that provides management features
@@ -62,7 +61,6 @@ and CGI utilities used by the console.
 
 %prep
 %setup -q -n %{name}-%{version}%{?prerel}
-%patch1
 
 %build
 %configure --disable-rpath --with-selinux
@@ -172,6 +170,22 @@ end
 %{_mandir}/man8/*
 
 %changelog
+* 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
+- Bug 618897 - Wrong permissions when creating instance from Console
+- Bug 672468 - Don't use empty path elements in LD_LIBRARY_PATH
+- Bug 245278 - Changing to a password with a single quote does not work
+- Bug 604881 - admin server log files have incorrect permissions/ownerships
+- Bug 387981 - plain files can be chosen on the Restore Directory dialog
+- Bug 668950 - Add posix group support to Console
+- Bug 618858 - move start-ds-admin env file into main admin server config path
+- Bug 616260 - libds-admin-serv linking fails due to unresolved link-time depe
+ndencies
+- start-ds-admin.in -- replaced "return 1" with "exit 1"
+- Bug 151705 - Need to update Console Cipher Preferences with new ciphers
+- Bug 470576 - Migration could do addition checks before commiting actions
+
 * Wed Jan  5 2011 Rich Megginson <rmeggins at redhat.com> - 1.1.14-1
 - 1.1.14 release
 - Bug 664671 - Admin server segfault when full SSL access (http+ldap+console) 
diff --git a/sources b/sources
index 866d826..f5d4c96 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-cc2633e068dfaf57ff0014f80ed1f443  389-admin-1.1.14.tar.bz2
+05514a1ee0ba8b60a328c4abed03144c  389-admin-1.1.15.tar.bz2


More information about the scm-commits mailing list