From 4f23e3c02b7a6e3915392a0d9b3546ed09d0c064 Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Mar 30 2011 14:44:16 +0000 Subject: the 1.1.7 release - git tag 389-admin-console-1.1.7 the 1.1.7 release - git tag 389-admin-console-1.1.7 Bug 476925 - Admin Server: Do not allow 8-bit passwords for the admin user Bug 211296 - Clean up all HTML pages (Admin Express, Repl Monitor, etc) --- diff --git a/.gitignore b/.gitignore index 9d13341..8b44c7b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ 389-admin-console-1.1.5.tar.bz2 /389-admin-console-1.1.6.tar.bz2 +/389-admin-console-1.1.7.tar.bz2 diff --git a/389-admin-console.spec b/389-admin-console.spec index 3ded1d2..d901a1f 100644 --- a/389-admin-console.spec +++ b/389-admin-console.spec @@ -1,5 +1,5 @@ %define major_version 1.1 -%define minor_version 6 +%define minor_version 7 %define shortname 389-admin %define pkgname dirsrv @@ -87,6 +87,12 @@ rm -rf $RPM_BUILD_ROOT %doc %{_datadir}/%{pkgname}/manual/en/admin/help/*.html %changelog +* Wed Mar 30 2011 Rich Megginson - 1.1.7-1 +- the 1.1.7 release - git tag 389-admin-console-1.1.7 +- Bug 476925 - Admin Server: Do not allow 8-bit passwords for +- the admin user +- Bug 211296 - Clean up all HTML pages (Admin Express, Repl Monitor, etc) + * Wed Feb 23 2011 Rich Megginson - 1.1.6-1 - the 1.1.6 release - git tag 389-admin-console-1.1.6 - Bug 668950 - Add posix group support to Console diff --git a/sources b/sources index 2c71f13..61049ee 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6c0d749eb120686e8eb212d5bd59bf6a 389-admin-console-1.1.6.tar.bz2 +0a140efa49c50730bfc73ba5d8d4d2cc 389-admin-console-1.1.7.tar.bz2