diff options
-rw-r--r-- | NEWS | 9 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | po/Linux-PAM.pot | 2 |
3 files changed, 11 insertions, 2 deletions
@@ -1,5 +1,14 @@ Linux-PAM NEWS -- history of user-visible changes. +Release 1.6.1 +* build: fail if specified configure options cannot be satisfied. +* pam_env: fixed --disable-econf --enable-vendordir support. +* pam_unix: do not warn if password aging is disabled. +* pam_unix: try to set uid to 0 before unix_chkpwd invocation. +* pam_unix: allow empty passwords with non-empty hashes. +* Multiple minor bug fixes, build fixes, portability fixes, + documentation improvements, and translation updates. + Release 1.6.0 * Added support of configuration files with arbitrarily long lines. * build: fixed build outside of the source tree. diff --git a/configure.ac b/configure.ac index c2cc4b56..fc5cc085 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT([Linux-PAM],[1.6.0],[],[Linux-PAM]) +AC_INIT([Linux-PAM],[1.6.1],[],[Linux-PAM]) AC_CONFIG_SRCDIR([conf/pam_conv1/pam_conv_y.y]) AC_CONFIG_AUX_DIR([build-aux]) AM_INIT_AUTOMAKE([-Wall -Wno-portability]) diff --git a/po/Linux-PAM.pot b/po/Linux-PAM.pot index 8309fbca..82c9b338 100644 --- a/po/Linux-PAM.pot +++ b/po/Linux-PAM.pot @@ -6,7 +6,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: Linux-PAM 1.6.0\n" +"Project-Id-Version: Linux-PAM 1.6.1\n" "Report-Msgid-Bugs-To: https://github.com/linux-pam/linux-pam/issues\n" "POT-Creation-Date: 2024-04-08 08:04+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" |