diff options
author | Thorsten Kukuk <kukuk@thkukuk.de> | 2006-08-11 00:39:44 +0000 |
---|---|---|
committer | Thorsten Kukuk <kukuk@thkukuk.de> | 2006-08-11 00:39:44 +0000 |
commit | c317d5f86baaffcd8adf45c20757fafe6c190694 (patch) | |
tree | a0672b8e7c4e4054a2d77d28f8e5814f27c6e9c1 | |
parent | b242762dbe2f3acc1d60a6c1f1363af4d471ad84 (diff) | |
download | pam-c317d5f86baaffcd8adf45c20757fafe6c190694.tar.gz pam-c317d5f86baaffcd8adf45c20757fafe6c190694.tar.bz2 pam-c317d5f86baaffcd8adf45c20757fafe6c190694.zip |
Relevant BUGIDs:
Purpose of commit:
Commit summary:
---------------
Prepare 0.99.6.1 release
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | configure.in | 2 |
3 files changed, 10 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2006-08-09 Thorsten Kukuk <kukuk@thkukuk.de> + + * release version 0.99.6.1 + 2006-08-09 David Howells <dhowells@redhat.com> * modules/pam_keyinit/pam_keyinit.c (kill_keyrings): Set real uid @@ -1,6 +1,11 @@ Linux-PAM NEWS -- history of user-visible changes. +Release 0.99.6.1 + +* Fix bootstrapping problems. +* Bug fixes: pam_keyinit, pam_umask + Release 0.99.6.0 * pam_namespace: Code cleanup, add init script to tar archive. diff --git a/configure.in b/configure.in index a2b2a73a..f917e4f3 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT(conf/pam_conv1/pam_conv_y.y) -AM_INIT_AUTOMAKE("Linux-PAM", 0.99.6.0) +AM_INIT_AUTOMAKE("Linux-PAM", 0.99.6.1) AM_CONFIG_HEADER(config.h) AC_CANONICAL_HOST |