summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThorsten Kukuk <kukuk@thkukuk.de>2006-08-11 00:39:44 +0000
committerThorsten Kukuk <kukuk@thkukuk.de>2006-08-11 00:39:44 +0000
commitc317d5f86baaffcd8adf45c20757fafe6c190694 (patch)
treea0672b8e7c4e4054a2d77d28f8e5814f27c6e9c1
parentb242762dbe2f3acc1d60a6c1f1363af4d471ad84 (diff)
Relevant BUGIDs:
Purpose of commit: Commit summary: --------------- Prepare 0.99.6.1 release
-rw-r--r--ChangeLog4
-rw-r--r--NEWS5
-rw-r--r--configure.in2
3 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b0e3783e..97006005 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
diff --git a/NEWS b/NEWS
index 610187f8..7fd69027 100644
--- a/NEWS
+++ b/NEWS
@@ -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