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)
This commit is contained in:
parent
e520d3565a
commit
f2108ffba8
4 changed files with 12 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -2,3 +2,4 @@
|
||||||
/389-admin-1.1.13.tar.bz2
|
/389-admin-1.1.13.tar.bz2
|
||||||
/389-admin-1.1.14.tar.bz2
|
/389-admin-1.1.14.tar.bz2
|
||||||
/389-admin-1.1.15.tar.bz2
|
/389-admin-1.1.15.tar.bz2
|
||||||
|
/389-admin-1.1.16.tar.bz2
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
DATE=`date +%Y%m%d`
|
DATE=`date +%Y%m%d`
|
||||||
VERSION=1.1.15
|
VERSION=1.1.16
|
||||||
PKGNAME=389-admin
|
PKGNAME=389-admin
|
||||||
TAG=${TAG:-$PKGNAME-$VERSION}
|
TAG=${TAG:-$PKGNAME-$VERSION}
|
||||||
SRCNAME=${PKGNAME}-${VERSION}
|
SRCNAME=${PKGNAME}-${VERSION}
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
Summary: 389 Administration Server (admin)
|
Summary: 389 Administration Server (admin)
|
||||||
Name: 389-admin
|
Name: 389-admin
|
||||||
Version: 1.1.15
|
Version: 1.1.16
|
||||||
Release: %{?relprefix}1%{?prerel}%{?dist}
|
Release: %{?relprefix}1%{?prerel}%{?dist}
|
||||||
License: GPLv2 and ASL 2.0
|
License: GPLv2 and ASL 2.0
|
||||||
URL: http://port389.org/
|
URL: http://port389.org/
|
||||||
|
|
@ -169,6 +169,14 @@ end
|
||||||
%{_mandir}/man8/*
|
%{_mandir}/man8/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 29 2011 Rich Megginson <rmeggins@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@redhat.com> - 1.1.15-1
|
* Wed Feb 23 2011 Rich Megginson <rmeggins@redhat.com> - 1.1.15-1
|
||||||
- 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 493424 - remove unneeded modules for admin server apache config
|
||||||
|
|
|
||||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
||||||
05514a1ee0ba8b60a328c4abed03144c 389-admin-1.1.15.tar.bz2
|
6122af6b9d21829ab939ab286676aedf 389-admin-1.1.16.tar.bz2
|
||||||
|
|
|
||||||
Reference in a new issue