diff options
author | Thorsten Kukuk <kukuk@thkukuk.de> | 2006-05-04 11:32:36 +0000 |
---|---|---|
committer | Thorsten Kukuk <kukuk@thkukuk.de> | 2006-05-04 11:32:36 +0000 |
commit | f179ea02ab1febd8108d4df02f611dbaa83f0e8c (patch) | |
tree | 083e9d6833845131289d24a8f3cdb742b24c1523 | |
parent | 7a31a6a26d87d1061580a7466869b28ac728ddd4 (diff) | |
download | pam-f179ea02ab1febd8108d4df02f611dbaa83f0e8c.tar.gz pam-f179ea02ab1febd8108d4df02f611dbaa83f0e8c.tar.bz2 pam-f179ea02ab1febd8108d4df02f611dbaa83f0e8c.zip |
Relevant BUGIDs:
Purpose of commit:
Commit summary:
---------------
Release 0.99.4.0
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | configure.in | 2 |
3 files changed, 7 insertions, 1 deletions
@@ -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. @@ -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 |