summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-10-05 03:58:37 +0000
committerJim Meyering <jim@meyering.net>1996-10-05 03:58:37 +0000
commite22c80dcf0f2a658ec5ec471e6fca7cec40f1b17 (patch)
treeceff4e996900fcf4b64f3760e4d6c6a00ce31a6c
parentb350b74916c0b67e3020b345b9064d962791490a (diff)
downloadcoreutils-e22c80dcf0f2a658ec5ec471e6fca7cec40f1b17.tar.xz
.
-rw-r--r--old/textutils/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog
index 83d0486ba..c443505b5 100644
--- a/old/textutils/ChangeLog
+++ b/old/textutils/ChangeLog
@@ -1,3 +1,20 @@
+Fri Oct 4 07:20:37 1996 Jim Meyering <meyering@na-net.ornl.gov>
+
+ * configure.in (GNU_PACKAGE): New variable.
+ (PACKAGE_VERSION): Remove it.
+
+ * acconfig.h (GNU_PACKAGE): New variable.
+ (PACKAGE_VERSION): Remove now-unused variable.
+
+ * lib/long-options.c (parse_long_options): Separate package name
+ and version number to accomodate new --version output requirement.
+ * lib/long-options.h: Update prototype.
+
+Thu Oct 3 23:27:31 1996 Jim Meyering <meyering@na-net.ornl.gov>
+
+ * src/md5sum.c (main): Remove dead code that used to print --version
+ output.
+
Tue Oct 1 06:54:22 1996 Jim Meyering <meyering@na-net.ornl.gov>
* configure.in: Use result of AM_FUNC_STRTOD to set POW_LIBM.