diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2007-04-02 14:48:35 +0200 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2007-04-02 14:48:35 +0200 |
commit | 0b39324840ff0e6dc9b5c1666658af67b8205849 (patch) | |
tree | c40ef203623660c2e4a9b09f39db79d8ee405744 /ChangeLog | |
parent | a301ea669775bfc09654fa0b524851cbd27242d0 (diff) | |
download | coreutils-0b39324840ff0e6dc9b5c1666658af67b8205849.tar.xz |
gnulib moved md5 and sha1 modules into a new crypt/ directory; adapt
* bootstrap.conf (gnulib_modules): Adjust to gnulib's renaming of
md5 to crypt/md5 and sha1 to crypt/sha1.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2007-04-01 Paul Eggert <eggert@cs.ucla.edu> + + gnulib moved md5 and sha1 modules into a new crypt/ directory; adapt + * bootstrap.conf (gnulib_modules): Adjust to gnulib's renaming of + md5 to crypt/md5 and sha1 to crypt/sha1. + 2007-03-30 Jim Meyering <jim@meyering.net> * NEWS: Mention these SELinux changes. |