diff options
author | Dmitry V. Levin <ldv@strace.io> | 2024-10-23 08:00:00 +0000 |
---|---|---|
committer | Dmitry V. Levin <ldv@strace.io> | 2024-10-23 08:00:00 +0000 |
commit | df9df02295a7832679705bbd79acc9c2f51bf8bc (patch) | |
tree | 212c0f58814af980478bd50868bb592fae384ff7 /NEWS | |
parent | 613e59dca7034168bab4b9f6a89dd864957f0426 (diff) | |
download | pam-df9df02295a7832679705bbd79acc9c2f51bf8bc.tar.gz pam-df9df02295a7832679705bbd79acc9c2f51bf8bc.tar.bz2 pam-df9df02295a7832679705bbd79acc9c2f51bf8bc.zip |
Prepare for 1.7.0 release
* meson.build: Raise project version to 1.7.0.
* po/meson.build: Likewise.
* po/Linux-PAM.pot (Project-Id-Version): Likewise.
* libpam/include/security/_pam_types.h (__LINUX_PAM_MINOR__): Update.
* NEWS: Update.
Resolves: https://github.com/linux-pam/linux-pam/issues/844
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,5 +1,16 @@ Linux-PAM NEWS -- history of user-visible changes. +Release 1.7.0 +* build: changed build system from autotools to meson. +* libpam_misc: use ECHOCTL in the terminal input +* pam_access: support UID and GID in access.conf +* pam_env: install environment file in vendordir if vendordir is enabled +* pam_issue: only count class user if logind support is enabled +* pam_limits: use systemd-logind instead of utmp if logind support is enabled +* pam_unix: compare password hashes in constant time +* Multiple minor bug fixes, build fixes, portability fixes, + documentation improvements, and translation updates. + Release 1.6.1 * build: fail if specified configure options cannot be satisfied. * pam_env: fixed --disable-econf --enable-vendordir support. |