summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--NEWS4
-rw-r--r--configure.in2
3 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f05e053e..0ce089a3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2006-05-04 Thorsten Kukuk <kukuk@thkukuk.de>
+ * release version 0.99.4.0
+
* libpam/pam_strerror.c: Unify error messages.
* po/zh_TW.po: Adjust for last pam_strerror changes.
diff --git a/NEWS b/NEWS
index f3debf1d..7e28ca44 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,8 @@
Linux-PAM NEWS -- history of user-visible changes.
+
+Release 0.99.4.0
+
* Add test suite
* Fix building of static variants of libpam, libpamc and libpam_misc
* pam_listfile: Add support for password and session management
@@ -11,6 +14,7 @@ Linux-PAM NEWS -- history of user-visible changes.
* pam_pwdb: This deprecated module was removed
* Manual pages: Major rewrite/cleanup
+
Release 0.99.3.0
* Fix NULL pointer checks in libpam.so
diff --git a/configure.in b/configure.in
index d5ec1ea9..8df53d0d 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)
-AM_INIT_AUTOMAKE("Linux-PAM", 0.99.3.0)
+AM_INIT_AUTOMAKE("Linux-PAM", 0.99.4.0)
AM_CONFIG_HEADER(config.h)
AC_CANONICAL_HOST