]> git.ipfire.org Git - thirdparty/shadow.git/commitdiff
configure.ac: release 4.8.1 4.8.1
authorSerge Hallyn <shallyn@cisco.com>
Thu, 23 Jan 2020 20:38:22 +0000 (14:38 -0600)
committerSerge Hallyn <shallyn@cisco.com>
Thu, 23 Jan 2020 20:56:43 +0000 (14:56 -0600)
This is mainly to revert the --sbindir/--bindir commit which broke some
distros

Signed-off-by: Serge Hallyn <shallyn@cisco.com>
ChangeLog
configure.ac

index a0bb1c2eaeb6ee1099bd26ee97f4fa7296dde521..89b065a406839ae19ad7df7000cb5cb704c7f2ff 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,6 +9,7 @@
        * Useradd: make non-executable shell check only a warning (Tomas Mraz)
        * Update Dutch translation (Frans-Spiesschaert)
        * user_busy: Do not mistake a regular user process for a namespaced one (Tomas Mraz)
+       * Revert "Honor --sbindir and --bindir for binary installation" Patrick McLean)
 
 2019-12-20  Dave Reisner <dreisner@archlinux.org>
 
index d6e2bfbd8987a2e5fab838616366de3214b74445..e4c6aaecf2795e8d258c2158663d3d7f0d72931d 100644 (file)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 AC_PREREQ([2.64])
-AC_INIT([shadow], [4.8], [pkg-shadow-devel@lists.alioth.debian.org], [],
+AC_INIT([shadow], [4.8.1], [pkg-shadow-devel@lists.alioth.debian.org], [],
        [https://github.com/shadow-maint/shadow])
 AM_INIT_AUTOMAKE([1.11 foreign dist-xz])
 AM_SILENT_RULES([yes])