]> git.ipfire.org Git - thirdparty/shadow.git/commitdiff
release 4.7 4.7
authorSerge Hallyn <shallyn@cisco.com>
Thu, 13 Jun 2019 16:38:49 +0000 (11:38 -0500)
committerSerge Hallyn <shallyn@cisco.com>
Thu, 13 Jun 2019 16:38:49 +0000 (11:38 -0500)
Signed-off-by: Serge Hallyn <shallyn@cisco.com>
ChangeLog
configure.ac

index 65d0af12b9af6b5df8e817cc6dd7805b8113e10d..f4f346218e33613098fd1624cc5d753e6f35dcbc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,35 @@
+2019-06-13  Serge Hallyn <serge@hallyn.com>
+
+       * Release 4.7
+       * Spawn: don't loop forever on ECHILD
+       * Do not fail locking if there is a stale lockfile Tomas Mraz)
+       * Use lckpwdf if prefix not set (Tomas Mraz)
+       * Build: check correct DocBook version (Jan Tojnar)
+       * Usermod: Print 'no changes' to stdout, not stderr (Serge Hallyn)
+       * Add support for btrfs subvolumes for home (Adam Majer)
+       * Fix chpasswd long line handling (Nathan Ruiz)
+       * Use secure_getenv for gettime (Chris Lamb)
+       * Make sp_lstchg reproducible (Chris Lamb)
+       * Do not crash commonio_close if db file is not open (Tomas Mraz)
+       * Don't flush nscd and sssd cache in read-only mode (Charlie Vuillemez)
+       * French manpage update (Alban VIDAL)
+       * Fix manpage defaults for SUB_UID/GID_COUNT (Tomas Mraz)
+       * Sync po files from shadow.pot (Alban VIDAL)
+       * Usermod: guard against unsafe chown of homedir contents (Tomas Mraz)
+       * Add LASTLOG_UID_MAX to login.defs (Tomas Mraz)
+       * new[ug]idmap file capabilities support (Giuseppe Scrivano and Christian Brauner)
+       * Fix segfault in useradd (Tomas Mraz)
+       * Coverity issues (Tomas Mraz)
+       * Flush sssd caches (Jakub Hrozek)
+       * Log UID in nologin (Vladimir Ivanov)
+       * run pam_getenvlist after setup_env in su.c (Michael Vogt)
+       * Support systems with only utmpx (A. Wilcox)
+       * Fix unguarded ENABLE_SUBIDS code (Jan Chren (rindeal))
+       * Update po/zh_CN translation (Lion Yang)
+       * Create parent dirs for useradd -m (Michael Vetter)
+       * Prevent usermod segv
+       * Fix usermod crash (fariouche)
+
 2018-04-29  Serge Hallyn <serge@hallyn.com>
 
        * Release 4.6
index 66af70a25851e253a3d7975f628dc37ad851b375..67625564406f9c5c560d5a346e0ee9ca3d1f6b09 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.6], [pkg-shadow-devel@lists.alioth.debian.org], [],
+AC_INIT([shadow], [4.7], [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])