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:
Rich Megginson 2011-03-29 19:14:32 -06:00
commit f2108ffba8
4 changed files with 12 additions and 3 deletions

1
.gitignore vendored
View file

@ -2,3 +2,4 @@
/389-admin-1.1.13.tar.bz2
/389-admin-1.1.14.tar.bz2
/389-admin-1.1.15.tar.bz2
/389-admin-1.1.16.tar.bz2

View file

@ -1,7 +1,7 @@
#!/bin/bash
DATE=`date +%Y%m%d`
VERSION=1.1.15
VERSION=1.1.16
PKGNAME=389-admin
TAG=${TAG:-$PKGNAME-$VERSION}
SRCNAME=${PKGNAME}-${VERSION}

View file

@ -6,7 +6,7 @@
Summary: 389 Administration Server (admin)
Name: 389-admin
Version: 1.1.15
Version: 1.1.16
Release: %{?relprefix}1%{?prerel}%{?dist}
License: GPLv2 and ASL 2.0
URL: http://port389.org/
@ -169,6 +169,14 @@ end
%{_mandir}/man8/*
%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
- 1.1.15 release - git tag 389-admin-1.1.15
- Bug 493424 - remove unneeded modules for admin server apache config

View file

@ -1 +1 @@
05514a1ee0ba8b60a328c4abed03144c 389-admin-1.1.15.tar.bz2
6122af6b9d21829ab939ab286676aedf 389-admin-1.1.16.tar.bz2