summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSerge Hallyn <shallyn@cisco.com>2018-04-29 11:41:41 -0500
committerSerge Hallyn <shallyn@cisco.com>2018-04-29 11:41:41 -0500
commitf50603a5fc8f91ccb4340f3d60f6388cdc71e8d8 (patch)
treef2c3f13b5ba33b0b1f3627c24cd4005e0972ff86
parent164dcfe65b7e81ce908121711754497c6f05a4f3 (diff)
release 4.64.6
Signed-off-by: Serge Hallyn <shallyn@cisco.com>
-rw-r--r--ChangeLog16
-rw-r--r--configure.ac2
2 files changed, 17 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 532b1eeb..65d0af12 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2018-04-29 Serge Hallyn <serge@hallyn.com>
+
+ * 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 <serge@hallyn.com>
* 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])