From 779066fca01df6c4354ccd4f80dcafe4e96d891c Mon Sep 17 00:00:00 2001 From: Sam Hartman Date: Tue, 11 Apr 2006 21:28:48 +0000 Subject: Remove ChangeLog files from the source tree. From now on, the subversion commit log entry needs to include information that would have been in the changelog. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17893 dc483132-0cff-0310-8789-dd5450dbe970 --- src/lib/crypto/raw/ChangeLog | 55 -------------------------------------------- 1 file changed, 55 deletions(-) delete mode 100644 src/lib/crypto/raw/ChangeLog (limited to 'src/lib/crypto/raw') diff --git a/src/lib/crypto/raw/ChangeLog b/src/lib/crypto/raw/ChangeLog deleted file mode 100644 index 311cade1c..000000000 --- a/src/lib/crypto/raw/ChangeLog +++ /dev/null @@ -1,55 +0,0 @@ -2006-04-01 Ken Raeburn - - * Makefile.in (DEFS): Make empty. - -2004-02-18 Ken Raeburn - - * raw_decrypt.c, raw_encrypt.c: Use ANSI C style function - definitions. - -2003-07-22 Ken Raeburn - - * raw_encrypt.c (krb5_raw_encrypt_length): Use block_size field - instead of calling a function. - -2003-07-17 Ken Raeburn - - * Makefile.in (LIBNAME) [##WIN16##]: Don't define. - -2003-01-10 Ken Raeburn - - * Makefile.in: Add AC_SUBST_FILE marker for libobj_frag. - -2002-08-29 Ken Raeburn - - * Makefile.in: Revert $(S)=>/ change, for Windows support. - -2002-08-23 Ken Raeburn - - * Makefile.in: Change $(S)=>/ and $(U)=>.. globally. - -2001-10-09 Ken Raeburn - - * raw.h: Make prototypes unconditional. - -2001-03-05 Ken Raeburn - - * raw.h, raw_decrypt.c, raw_encrypt.c: Use const instead of - krb5_const. - -1999-10-26 Wilfredo Sanchez - - * Makefile.in: Clean up usage of CFLAGS, CPPFLAGS, DEFS, DEFINES, - LOCAL_INCLUDES such that one can override CFLAGS from the command - line without losing CPP search patchs and defines. Some associated - Makefile cleanup. - -Mon May 10 15:20:51 1999 Danilo Almeida - - * Makefile.in: Do win32 build in subdir. - -1998-11-13 Theodore Ts'o - - * Makefile.in: Set the myfulldir and mydir variables (which are - relative to buildtop and thisconfigdir, respectively.) - -- cgit