From f50603a5fc8f91ccb4340f3d60f6388cdc71e8d8 Mon Sep 17 00:00:00 2001 From: Serge Hallyn Date: Sun, 29 Apr 2018 11:41:41 -0500 Subject: [PATCH] release 4.6 Signed-off-by: Serge Hallyn --- ChangeLog | 16 ++++++++++++++++ configure.ac | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 532b1eeb..65d0af12 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +2018-04-29 Serge Hallyn + + * Release 4.6 + * Newgrp: avoid unnecessary lookups + * Make language less binary + * Add error when turning off man switch + * Spelling fixes + * Make userdel work with -R + * newgidmap: enforce setgroups=deny if self-mapping a group + * Norwegian bokmål translation + * pwck: prevent crash by not passing O_CREAT + * WITH_TCB fixes from Mandriva + * Fix pwconv and grpconv entry skips + * Fix -- slurping in su + * add --prefix option + 2017-07-16 Serge Hallyn * Import new Dutch translations. diff --git a/configure.ac b/configure.ac index 40e027f3..41068a5d 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.5], [pkg-shadow-devel@lists.alioth.debian.org], [], +AC_INIT([shadow], [4.6], [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]) -- 2.40.0