aboutsummaryrefslogtreecommitdiff
path: root/NEWS
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 /NEWS
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
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS9
1 files changed, 9 insertions, 0 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.