From a7eca27114f35522c7ea69801d0513616d0cb798 Mon Sep 17 00:00:00 2001 From: Alejandro Colomar Date: Mon, 19 Jan 2026 14:29:33 +0100 Subject: [PATCH] Release 4.19.2 Regression fixes: - usermod(8): - Revert an incorrect commit. See and . Signed-off-by: Alejandro Colomar --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 934e88bf..7727d1c7 100644 --- a/configure.ac +++ b/configure.ac @@ -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])