[389-admin/el5/master] 1.1.14 release

Richard Allen Megginson rmeggins at fedoraproject.org
Sat Jan 8 03:18:03 UTC 2011


commit f4a9c1febb1bb98c1af98563d8ec9e895523f562
Author: Rich Megginson <rmeggins at redhat.com>
Date:   Wed Jan 5 15:52:38 2011 -0700

    1.1.14 release
    
    1.1.14 release
    - Bug 664671 - Admin server segfault when full SSL access (http+ldap+console)
    required
    - Bug 638511 - dirsrv-admin crashes at startup with SELinux enabled
    (cherry picked from commit 4dd0d94d70897a48ad79e75f031b0e2ceb91403e)

 .gitignore             |    1 +
 389-admin-git-local.sh |    2 +-
 389-admin-git.sh       |    2 +-
 389-admin.spec         |   10 ++++++++--
 sources                |    2 +-
 5 files changed, 12 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 311e3bd..04942ec 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 *~
 389-admin-1.1.12.tar.bz2
 /389-admin-1.1.13.tar.bz2
+/389-admin-1.1.14.tar.bz2
diff --git a/389-admin-git-local.sh b/389-admin-git-local.sh
index f6f6b45..8b22299 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.13
+VERSION=1.1.14
 PKGNAME=389-admin
 TAG=${TAG:-$PKGNAME-$VERSION}
 SRCNAME=${PKGNAME}-${VERSION}
diff --git a/389-admin-git.sh b/389-admin-git.sh
index f6866f5..168121e 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.13
+VERSION=1.1.14
 PKGNAME=389-admin
 #SRCNAME=$PKGNAME-$VERSION-$DATE
 SRCNAME=$PKGNAME-$VERSION
diff --git a/389-admin.spec b/389-admin.spec
index 8c507f8..a7e08b8 100644
--- a/389-admin.spec
+++ b/389-admin.spec
@@ -1,6 +1,6 @@
 %global pkgname   dirsrv
 # for a pre-release, define the prerel field - comment out for official release
-# % global prerel .a2
+# % global prerel .a1
 # also need the relprefix 0. field for a pre-release - also comment out for official release
 # % global relprefix 0.
 
@@ -8,7 +8,7 @@
 
 Summary:          389 Administration Server (admin)
 Name:             389-admin
-Version:          1.1.13
+Version:          1.1.14
 Release:          %{?relprefix}1%{?prerel}%{?dist}
 License:          GPLv2 and ASL 2.0
 URL:              http://port389.org/
@@ -219,6 +219,12 @@ end
 %{_mandir}/man8/*
 
 %changelog
+* 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) 
+required
+- Bug 638511 - dirsrv-admin crashes at startup with SELinux enabled
+
 * Tue Nov 23 2010 Rich Megginson <rmeggins at redhat.com> - 1.1.13-1
 - This is the final 1.1.13 release
 - git tag 389-admin-1.1.13
diff --git a/sources b/sources
index 6f775fd..866d826 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0dd329ee4a20a86425e14e3f894e46ae  389-admin-1.1.13.tar.bz2
+cc2633e068dfaf57ff0014f80ed1f443  389-admin-1.1.14.tar.bz2


More information about the scm-commits mailing list