diff --git a/ChangeLog b/ChangeLog index c123750b9..782d2b3bd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ 2006-01-13 Love Hörnquist Åstrand + * include/Makefile.am: Don't clean crypto headers, they now live + in hcrypto/. Add hcrypto to SUBDIRS. + + * include/hcrypto/Makefile.am: clean installed headers + + * include/make_crypto.c: include crypto headers from hcrypto/ + * include/make_crypto.c: Include more crypto headerfiles. Remove support for old hash names. diff --git a/cf/ChangeLog b/cf/ChangeLog index 02752b57f..12e5e5d33 100644 --- a/cf/ChangeLog +++ b/cf/ChangeLog @@ -1,5 +1,11 @@ -2005-10-26 Love Hörnquist Åstrand +2006-01-13 Love Hörnquist Åstrand + * crypto.m4: libdes is renamed to hcrypto + + * crypto.m4: Remove support for old hash names. + +2005-10-26 Love Hörnquist Åstrand + * install-catman.sh: Add variable INSTALL_CATPAGES that controls if cat pages are installed, defaults to true. From Johnny Lam .