Release 4.19.2

Regression fixes:

-  usermod(8):
   -  Revert an incorrect commit.
      See <https://github.com/shadow-maint/shadow/issues/1509>
      and <https://github.com/shadow-maint/shadow/pull/1510>.

Signed-off-by: Alejandro Colomar <alx@kernel.org>
This commit is contained in:
Alejandro Colomar 2026-01-19 14:29:33 +01:00
parent 759fc9a485
commit a7eca27114
No known key found for this signature in database
GPG Key ID: EB89995CC290C2A9

View File

@ -5,7 +5,7 @@ m4_define([libsubid_abi_minor], [0])
m4_define([libsubid_abi_micro], [0])
m4_define([libsubid_abi], [libsubid_abi_major.libsubid_abi_minor.libsubid_abi_micro])
AC_INIT([shadow], [4.19.1], [pkg-shadow-devel@lists.alioth.debian.org], [],
AC_INIT([shadow], [4.19.2], [pkg-shadow-devel@lists.alioth.debian.org], [],
[https://github.com/shadow-maint/shadow])
AC_CONFIG_MACRO_DIRS([m4])
AC_CONFIG_AUX_DIR([build-aux])