[389-admin/f14/master] 1.1.14 release

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


commit 303f29d80050741817c631e806dfc4048fb20f80
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         |   12 +++++++++---
 sources                |    2 +-
 5 files changed, 13 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1a46d94..464bd95 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 *~
 /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 4ec248c..bb62fdd 100644
--- a/389-admin.spec
+++ b/389-admin.spec
@@ -1,13 +1,13 @@
 %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.
 
 Summary:          389 Administration Server (admin)
 Name:             389-admin
-Version:          1.1.13
-Release:          %{?relprefix}2%{?prerel}%{?dist}
+Version:          1.1.14
+Release:          %{?relprefix}1%{?prerel}%{?dist}
 License:          GPLv2 and ASL 2.0
 URL:              http://port389.org/
 Group:            System Environment/Daemons
@@ -171,6 +171,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
+
 * Mon Nov 29 2010 Rich Megginson <rmeggins at redhat.com> - 1.1.13-2
 - fix Conflicts for selinux policy
 
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