From: Thorsten Kukuk Date: Thu, 4 May 2006 11:32:36 +0000 (+0000) Subject: Relevant BUGIDs: X-Git-Tag: Linux-PAM-0_99_4_0 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=refs%2Ftags%2FLinux-PAM-0_99_4_0;p=linux-pam Relevant BUGIDs: Purpose of commit: Commit summary: --------------- Release 0.99.4.0 --- diff --git a/ChangeLog b/ChangeLog index f05e053e..0ce089a3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2006-05-04 Thorsten Kukuk + * 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