From cc7822b1f7b1c1690a8941fa746b42cd7a7d0ab7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Fri, 13 Jan 2006 13:52:46 +0000 Subject: [PATCH] x git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16557 ec53bebd-3082-4978-b11e-865c3cabbd6b --- ChangeLog | 7 +++++++ cf/ChangeLog | 8 +++++++- 2 files changed, 14 insertions(+), 1 deletion(-) 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 .