From 1440ab035ba04550ddbbfbff1ee9b5571e3d95db Mon Sep 17 00:00:00 2001 From: Marc Horowitz Date: Fri, 30 Oct 1998 02:56:35 +0000 Subject: pull up 3des implementation from the marc-3des branch git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11001 dc483132-0cff-0310-8789-dd5450dbe970 --- src/ChangeLog | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index 2189342e5..409a200cb 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,9 +1,26 @@ +Wed Sep 23 15:24:44 1998 Tom Yu + + * aclocal.m4 (KRB5_LIB_AUX): Do what Sam originally meant to do by + moving the explicit resetting of DEPLIB=$SHLIBEXT and forcing + SHLIBEXT=.so-nobuild to avoid duplicate rules on AIX and such. + 1998-08-24 Theodore Ts'o * Makefile.in: Add support to build the lib/krb5/ccache api directory and include it in the Windows kerbsrc-nt.zip file. +Wed Aug 19 20:14:31 1998 Tom Yu + + * aclocal.m4 (KRB5_LIB_AUX): Back out Sam's change to reorder the + "force_static" logic, as it would cause problems where a + forced-static library is built in the same directory as a + program, due to explicit setting of CC_LINK, etc. + +Mon Aug 17 18:10:29 1998 Tom Yu + + * aclocal.m4: Fix Sam's fixes (variable capitalization). + Wed Jul 8 01:10:44 1998 Matthew D Hancher * aclocal.m4: Allow shared libraries to build properly under Irix -- cgit