]> git.ipfire.org Git - thirdparty/shadow.git/commitdiff
configure.ac and changelog: release 4.9 4.10 v4.10
authorSerge Hallyn <serge@hallyn.com>
Sun, 19 Dec 2021 20:06:09 +0000 (14:06 -0600)
committerSerge Hallyn <serge@hallyn.com>
Sun, 19 Dec 2021 20:09:08 +0000 (14:09 -0600)
Signed-off-by: Serge Hallyn <serge@hallyn.com>
ChangeLog
configure.ac

index 8e445a995a47b46b6c6b4cbb98261d2619c0b84f..a3418bd8099b261cb068874167ce95f764ccdff7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,46 @@
+2021-12-19  Serge Hallyn <serge@hallyn.com>
+
+       Note: From this release forward, su from this package should be
+       considered deprecated.  Please replace any users of it with su from
+       util-linux.  Please open an issue if there is a problem with that.
+       We intend to remove it in an upcoming release.
+
+       * libsubid fixes (Xi Ruoyao, Serge Hallyn, Iker Pedrosa, Mike Gilbert,
+         GalaxyMaster, and Luís Ferreira)
+       * Rename the test program list_subid_ranges to getsubids, write
+         a manpage, so distros can ship it. (Iker Pedrosa)
+       * Add libeconf dep for new*idmap (Iker Pedrosa)
+       * Allow all group types with usermod -G (Iker Pedrosa)
+       * Avoid useradd generating empty subid range (Iker Pedrosa)
+       * Handle NULL pw_passwd (Jaroslav Jindrak)
+       * Fix default value SHA_get_salt_rounds (Mike Gilbert)
+       * Use https where possible in README (Paul Menzel)
+       * Update content and format of README (Iker Pedrosa)
+       * Translation updates (Balint Reczey, Frans Spiesschaert)
+       * Switch from xml2po to itstool in 'make dist' (Serge Hallyn)
+       * Fix double frees (Michael Vetter)
+       * Add LOG_INIT configurable to useradd (Andy Zaugg)
+       * Add CREATE_MAIL_SPOOL documentation (Andy Zaugg)
+       * Create a security.md
+       * Fix su never being SIGKILLd when trapping TERM (Ruihan li)
+       * Fix wrong SELinux labels in several possible cases (Iker Pedrosa)
+       * Fix missing chmod in chadowtb_move (GalaxyMaster)
+       * Handle malformed hushlogins entries (Tobias Stoeckmann)
+       * Fix groupdel segv when passwd does not exist (François Rigault)
+       * Fix covscan-found newgrp segfault (Iker Pedrosa)
+       * Remove trailing slash on hoedir (Ed Neville)
+       * Fix passwd -l message - it does not change expirey (Ed Neville)
+       * Fix SIGCHLD handling bugs in su and vipw (Tobias Stoeckmann)
+       * Remove special case for "" in usermod (Alejandro Colomar)
+       * Implement usermod -rG to remove a specific group
+         (Andy Zaugg)
+       * call pam_end() after fork in child path for su and login
+         (Björn Fischer)
+       * useradd: In absence of /etc/passwd, assume 0 == root
+         (Ludwig Nussel)
+       * lib: check NULL before freeing data (Iker Pedrosa)
+       * Fix pwck segfault (Iker Pedrosa)
+
 2021-07-22  Serge Hallyn <serge@hallyn.com>
 
        * Updated translations (Björn Esser, Juergen Hoetzel)
index f07a4db649550031f9d816b2b5d1919d8426a563..29b94d0060f0e632f931b87495659b2f8275b515 100644 (file)
@@ -4,7 +4,7 @@ m4_define([libsubid_abi_major], 4)
 m4_define([libsubid_abi_minor], 0)
 m4_define([libsubid_abi_micro], 0)
 m4_define([libsubid_abi], [libsubid_abi_major.libsubid_abi_minor.libsubid_abi_micro])
-AC_INIT([shadow], [4.9], [pkg-shadow-devel@lists.alioth.debian.org], [],
+AC_INIT([shadow], [4.10], [pkg-shadow-devel@lists.alioth.debian.org], [],
        [https://github.com/shadow-maint/shadow])
 AM_INIT_AUTOMAKE([1.11 foreign dist-xz])
 AC_CONFIG_MACRO_DIRS([m4])