summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-03-16 10:16:28 +0000
committerJim Meyering <jim@meyering.net>2003-03-16 10:16:28 +0000
commit2de612e2d0dfffc8fbe7d0cc1fed44d9da067797 (patch)
tree3a1fb5cedc20ce595daffaedc479aa6229dcf019 /ChangeLog
parent5151ce79b2c1533d83a9eca107f4a43d74e5c2be (diff)
downloadcoreutils-2de612e2d0dfffc8fbe7d0cc1fed44d9da067797.tar.xz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 8fa2589af..c17d428c0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,12 @@
-2003-03-15 Jim Meyering <jim@meyering.net>
+2003-03-16 Jim Meyering <jim@meyering.net>
* 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 <jim@meyering.net>
+
* 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.