Skip to content

Commit 2bb99b8

Browse files
committed
release 4.7
Signed-off-by: Serge Hallyn <[email protected]>
1 parent d2808b1 commit 2bb99b8

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

ChangeLog

+32
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
1+
2019-06-13 Serge Hallyn <[email protected]>
2+
3+
* Release 4.7
4+
* Spawn: don't loop forever on ECHILD
5+
* Do not fail locking if there is a stale lockfile Tomas Mraz)
6+
* Use lckpwdf if prefix not set (Tomas Mraz)
7+
* Build: check correct DocBook version (Jan Tojnar)
8+
* Usermod: Print 'no changes' to stdout, not stderr (Serge Hallyn)
9+
* Add support for btrfs subvolumes for home (Adam Majer)
10+
* Fix chpasswd long line handling (Nathan Ruiz)
11+
* Use secure_getenv for gettime (Chris Lamb)
12+
* Make sp_lstchg reproducible (Chris Lamb)
13+
* Do not crash commonio_close if db file is not open (Tomas Mraz)
14+
* Don't flush nscd and sssd cache in read-only mode (Charlie Vuillemez)
15+
* French manpage update (Alban VIDAL)
16+
* Fix manpage defaults for SUB_UID/GID_COUNT (Tomas Mraz)
17+
* Sync po files from shadow.pot (Alban VIDAL)
18+
* Usermod: guard against unsafe chown of homedir contents (Tomas Mraz)
19+
* Add LASTLOG_UID_MAX to login.defs (Tomas Mraz)
20+
* new[ug]idmap file capabilities support (Giuseppe Scrivano and Christian Brauner)
21+
* Fix segfault in useradd (Tomas Mraz)
22+
* Coverity issues (Tomas Mraz)
23+
* Flush sssd caches (Jakub Hrozek)
24+
* Log UID in nologin (Vladimir Ivanov)
25+
* run pam_getenvlist after setup_env in su.c (Michael Vogt)
26+
* Support systems with only utmpx (A. Wilcox)
27+
* Fix unguarded ENABLE_SUBIDS code (Jan Chren (rindeal))
28+
* Update po/zh_CN translation (Lion Yang)
29+
* Create parent dirs for useradd -m (Michael Vetter)
30+
* Prevent usermod segv
31+
* Fix usermod crash (fariouche)
32+
133
2018-04-29 Serge Hallyn <[email protected]>
234

335
* Release 4.6

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dnl Process this file with autoconf to produce a configure script.
22
AC_PREREQ([2.64])
3-
AC_INIT([shadow], [4.6], [[email protected]], [],
3+
AC_INIT([shadow], [4.7], [[email protected]], [],
44
[https://github.com/shadow-maint/shadow])
55
AM_INIT_AUTOMAKE([1.11 foreign dist-xz])
66
AM_SILENT_RULES([yes])

0 commit comments

Comments
 (0)