summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2007-06-18 11:19:57 +0200
committerJim Meyering <jim@meyering.net>2007-06-18 11:19:57 +0200
commit063aa30a3dc226c481bddbf2cbce9f27c83edfc8 (patch)
tree4bccb2be2d5a81f707543968d6b599a5c6aed6e9
parentc23c89db0f1be58c5e324be6e085f41733c1286f (diff)
downloadcoreutils-063aa30a3dc226c481bddbf2cbce9f27c83edfc8.tar.xz
* README-hacking: Don't mention Gzip 1.2.4, now that 1.3.12 is out.
-rw-r--r--ChangeLog4
-rw-r--r--README-hacking3
2 files changed, 4 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index e68c7ed33..c0f0adb71 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-06-18 Jim Meyering <jim@meyering.net>
+
+ * README-hacking: Don't mention Gzip 1.2.4, now that 1.3.12 is out.
+
2007-06-16 Jim Meyering <jim@meyering.net>
Make chgrp and chown diagnostics consistent.
diff --git a/README-hacking b/README-hacking
index 6c02512b3..e3bf5f693 100644
--- a/README-hacking
+++ b/README-hacking
@@ -21,9 +21,6 @@ tools we depend upon, including:
- Tar <http://www.gnu.org/software/tar/>
- Wget <http://www.gnu.org/software/wget/>
-As of this writing, the latest stable version of Gzip is 1.2.4 but we
-suggest using test version 1.3.5 (or later, if one becomes available).
-
Valgrind <http://valgrind.org/> is also highly recommended, if
Valgrind supports your architecture.