aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@strace.io>2024-04-09 08:00:00 +0000
committerDmitry V. Levin <ldv@strace.io>2024-04-09 08:00:00 +0000
commit9438e084e2b318bf91c3912c0b8ff056e1835486 (patch)
treee209237c1d11e4c16150e00fcbdae05d92fcfe3a
parentd46fb554daa8a4b005168db9eff4a449432dfb8f (diff)
downloadpam-9438e084e2b318bf91c3912c0b8ff056e1835486.tar.gz
pam-9438e084e2b318bf91c3912c0b8ff056e1835486.tar.bz2
pam-9438e084e2b318bf91c3912c0b8ff056e1835486.zip
Prepare for 1.6.1 release
* configure.ac (AC_INIT): Raise version to 1.6.1. * po/Linux-PAM.pot (Project-Id-Version): Likewise. * NEWS: Update. Resolves: https://github.com/linux-pam/linux-pam/issues/774
-rw-r--r--NEWS9
-rw-r--r--configure.ac2
-rw-r--r--po/Linux-PAM.pot2
3 files changed, 11 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index ab821e51..888de8ae 100644
--- a/NEWS
+++ b/NEWS
@@ -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"