From: Jim Meyering Date: Sun, 16 Mar 2003 10:16:28 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v4.5.11~67 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2de612e2d0dfffc8fbe7d0cc1fed44d9da067797;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 8fa2589aff..c17d428c03 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,12 @@ -2003-03-15 Jim Meyering +2003-03-16 Jim Meyering * Version 4.5.11. + * src/remove.c (rm): Put two local variables in static storage, + so they can't be clobbered by the potential longjmp. + +2003-03-15 Jim Meyering + * Makefile.cfg (gnu_rel_host): Fix code to match the comment so that a version number with a two-digit component can still count as an alpha release. Reported by Richard A Downing.