summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-10-23 16:00:25 +0000
committerJim Meyering <jim@meyering.net>2005-10-23 16:00:25 +0000
commit79999f2e855a7ad66e27d4d48ab88d006619f98e (patch)
treecab68a8ae686ad4b9605117c5b9037b5d9d7ffcd
parentf0b2494fa6899420e15c604cf6d8e008ebca3060 (diff)
downloadcoreutils-79999f2e855a7ad66e27d4d48ab88d006619f98e.tar.xz
*** empty log message ***
-rw-r--r--ChangeLog29
1 files changed, 27 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 8d0a8ead9..ee8fd6a66 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,30 @@
+2005-10-23 Jim Meyering <jim@meyering.net>
+
+ * Version 6.0-cvs.
+
+ * src/md5sum.c (digest_check, main): Use ptr_align rather than
+ a dangerous pointer-value-to-`unsigned' cast.
+ * NEWS: mention the new sha* programs.
+ * AUTHORS: Add new sha* programs.
+
+2005-08-28 David Madore <david.madore@ens.fr>
+
+ Add new programs: sha224sum, sha256sum, sha384sum, sha512sum.
+ * README: Add their names to the list.
+ * src/md5sum.c: Provide framework for computing sha-2 hashes.
+ * src/Makefile.am (sha224sum, sha256sum, sha384sum, sha512sum):
+ Rules for compiling sha-2 utilities
+ (noinst_HEADERS): Remove checksum.h.
+ * man/sha512sum.x, man/sha384sum.x, man/sha256sum.x, man/sha224sum.x:
+ New files.
+ * man/Makefile.am (dist_man_MANS): Add the corresponding .1 names.
+ (sha224sum.1, sha256sum.1, sha384sum.1, sha512sum.1): New dependencies.
+ * tests/misc/sha224sum, tests/misc/sha256sum: New files.
+ * tests/misc/sha384sum, tests/misc/sha512sum: New files.
+ * tests/misc/Makefile.am (TESTS): Add new sha224sum, sha256sum,
+ sha384sum, sha512sum test scripts here rather that each in its
+ own directory.
+
2005-08-28 David Madore <david.madore@ens.fr>
* tests/sha1sum/basic-1 (million-a): Add the "million a's" test (one
@@ -5,8 +32,6 @@
2005-10-23 Jim Meyering <jim@meyering.net>
- * Version 6.0-cvs.
-
* configure.ac: Use 6.0-cvs as the version string.
* NEWS: Adjust accordingly.