From 2cc7da6058152ec0cd338d4e15d29bd7124ae3d7 Mon Sep 17 00:00:00 2001 From: Serge Hallyn Date: Thu, 23 Jan 2020 14:38:22 -0600 Subject: [PATCH] configure.ac: release 4.8.1 This is mainly to revert the --sbindir/--bindir commit which broke some distros Signed-off-by: Serge Hallyn --- ChangeLog | 1 + configure.ac | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index a0bb1c2ea..89b065a40 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 diff --git a/configure.ac b/configure.ac index d6e2bfbd8..e4c6aaecf 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])