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/util/send-pr/ChangeLog | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 src/util/send-pr/ChangeLog (limited to 'src/util/send-pr') diff --git a/src/util/send-pr/ChangeLog b/src/util/send-pr/ChangeLog deleted file mode 100644 index d443d9172..000000000 --- a/src/util/send-pr/ChangeLog +++ /dev/null @@ -1,31 +0,0 @@ -2004-09-24 Tom Yu - - * Makefile.in (RELEASE): Set from KRB5_VERSION, which comes from - patchlevel.h. - -2004-03-08 Ken Raeburn - - * Makefile.in (MY_SUBDIRS): Deleted. - -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. - -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. - -1999-01-27 Theodore Ts'o - - * Makefile.in, configure.in: Move the responsibility for - generating the Makefile in this directory to the top-level - configure script. The local configure.in script has been - deleted. - -- cgit