From: Jim Meyering Date: Mon, 27 Feb 2006 14:40:58 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v6.0~659 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79e217821d5c833ed2b8a4f7151ef2d3d5e391d2;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 22e1cdfbb2..002e5c2912 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,12 @@ * Version 6.0-cvs. + * tests/misc/base64: Derive --decode-using tests from the + encode-based ones. + + * tests/misc/base64: Factor out a long constant string. + Split lines to stay within 80 columns. + * tests/misc/Makefile.am (TESTS): Add base64. * tests/misc/base64: Test base64. From Simon Josefsson.