summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSerge Hallyn <shallyn@cisco.com>2020-01-23 14:38:22 -0600
committerSerge Hallyn <shallyn@cisco.com>2020-01-23 14:56:43 -0600
commit2cc7da6058152ec0cd338d4e15d29bd7124ae3d7 (patch)
treedb9d849059bf6a17413f08c71d67ae1ff838c292
parent142d788c81cc0c0a257ceb14bf17d6c0145156f0 (diff)
configure.ac: release 4.8.14.8.1
This is mainly to revert the --sbindir/--bindir commit which broke some distros Signed-off-by: Serge Hallyn <shallyn@cisco.com>
-rw-r--r--ChangeLog1
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a0bb1c2e..89b065a4 100644
--- 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>
diff --git a/configure.ac b/configure.ac
index d6e2bfbd..e4c6aaec 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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])