]> git.ipfire.org Git - thirdparty/shadow.git/commitdiff
Release 4.8 4.8
authorSerge Hallyn <shallyn@cisco.com>
Sun, 1 Dec 2019 17:28:50 +0000 (11:28 -0600)
committerSerge Hallyn <shallyn@cisco.com>
Sun, 1 Dec 2019 17:36:13 +0000 (11:36 -0600)
Signed-off-by: Serge Hallyn <shallyn@cisco.com>
ChangeLog
configure.ac

index f4f346218e33613098fd1624cc5d753e6f35dcbc..6e8942f86b736252a4521ea1ee0792c893124f1a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,24 @@
+2019-12-01  Serge Hallyn <serge@hallyn.com>
+
+       * Release 4.8
+       * Initial optional bcrypt support.
+       * Make build/install of 'su' optional.
+       * Fix for vipw not resuming correctly when suspended
+       * Sync password field descriptions in manpages
+       * Check for valid shell argument in useradd
+       * Allow translation of new strings through POTFILES.in
+       * Migrate to itstool for translations
+       * Migrate to new SELinux api
+       * Support --enable-vendordir
+       * pwck: Only check homedir if set and not a system user
+       * Support nonstandard usernames
+       * sget{pw,gr}ent: check for data at EOL
+       * Add YYY-MM-DD support in chage
+       * Fix failing chmod calls for suidubins
+       * Fix --sbindir and --bindir for binary installations
+       * Fix LASTLOG_UID_MAX in login.defs
+       * Fix configure error with dash
+
 2019-06-13  Serge Hallyn <serge@hallyn.com>
 
        * Release 4.7
index d0443460e1c015551926896dfee3ba9e0f8a88c1..e3ed3b43198a2095b3246b011b52ea9b56bb819b 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.7], [pkg-shadow-devel@lists.alioth.debian.org], [],
+AC_INIT([shadow], [4.8], [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])