From: Ed Morley Date: Thu, 15 Jun 2017 13:34:46 +0000 (+0100) Subject: Correct wrong year in ChangeLog dates X-Git-Tag: 4.6~26^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F76%2Fhead;p=thirdparty%2Fshadow.git Correct wrong year in ChangeLog dates The recently added entries were actually for 2017. --- diff --git a/ChangeLog b/ChangeLog index f05a303fd..79043fcf7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,8 @@ -2016-05-17 Serge Hallyn +2017-05-17 Serge Hallyn * Release 4.5 -2016-05-17 Serge Hallyn +2017-05-17 Serge Hallyn * Patch from Tobias Stoeckmann fixing regression in previous CVE fix preventing SIGTERM to su from being propagated to the job. @@ -10,18 +10,18 @@ * Merge Russian translation updates from Yuri Kozlov * Fix missing close of subuid file on error -2016-02-23 Serge Hallyn +2017-02-23 Serge Hallyn * Merge patch by Tobias Stoeckmann to fix the equivalent of util-linux CVE-2017-2616. -2016-02-08 Serge Hallyn +2017-02-08 Serge Hallyn * Update Kazakh translations * Consult configuration before calculating subuids * Remove misplaced semicolon -2016-01-29 Serge Hallyn +2017-01-29 Serge Hallyn * Patch from Fedora to improve performance with SSSD, Winbind, or nss_ldap. (Tomas Mraz)