Skip to content

Commit 167a6b7

Browse files
Release 4.19.1
Regression fixes: - chpasswd(8): - Don't reject leading '!' in password hashes or a hash consisting of "*". These were accidentally rejected in 4.19.0. See <#1483> and <#1486>. - Accept a passwordless account ("" or "!"). See <#1483 (comment)> and <#1505>. Closes: <#1487> Signed-off-by: Alejandro Colomar <alx@kernel.org>
1 parent 6b1d7aa commit 167a6b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ m4_define([libsubid_abi_minor], [0])
55
m4_define([libsubid_abi_micro], [0])
66
m4_define([libsubid_abi], [libsubid_abi_major.libsubid_abi_minor.libsubid_abi_micro])
77

8-
AC_INIT([shadow], [4.19.0], [pkg-shadow-devel@lists.alioth.debian.org], [],
8+
AC_INIT([shadow], [4.19.1], [pkg-shadow-devel@lists.alioth.debian.org], [],
99
[https://github.com/shadow-maint/shadow])
1010
AC_CONFIG_MACRO_DIRS([m4])
1111
AC_CONFIG_AUX_DIR([build-aux])

0 commit comments

Comments
 (0)