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)
This commit is contained in:
parent
044ca65351
commit
5b5647c309
5 changed files with 12 additions and 5 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,2 +1,3 @@
|
|||
*~
|
||||
/389-admin-1.1.13.tar.bz2
|
||||
/389-admin-1.1.14.tar.bz2
|
||||
|
|
|
|||
|
|
@ -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}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
%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
|
||||
Version: 1.1.14
|
||||
Release: %{?relprefix}1%{?prerel}%{?dist}
|
||||
License: GPLv2 and ASL 2.0
|
||||
URL: http://port389.org/
|
||||
|
|
@ -171,6 +171,12 @@ end
|
|||
%{_mandir}/man8/*
|
||||
|
||||
%changelog
|
||||
* Wed Jan 5 2011 Rich Megginson <rmeggins@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@redhat.com> - 1.1.13-1
|
||||
- This is the final 1.1.13 release
|
||||
- git tag 389-admin-1.1.13
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
0dd329ee4a20a86425e14e3f894e46ae 389-admin-1.1.13.tar.bz2
|
||||
cc2633e068dfaf57ff0014f80ed1f443 389-admin-1.1.14.tar.bz2
|
||||
|
|
|
|||
Reference in a new issue