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/appl/ChangeLog | 110 ----------------------------------------------------- 1 file changed, 110 deletions(-) delete mode 100644 src/appl/ChangeLog (limited to 'src/appl/ChangeLog') diff --git a/src/appl/ChangeLog b/src/appl/ChangeLog deleted file mode 100644 index 11a16a734..000000000 --- a/src/appl/ChangeLog +++ /dev/null @@ -1,110 +0,0 @@ -2006-04-11 Ken Raeburn - - * libpty: Directory moved from util/pty. - * configure.in: Configure libpty. - -2006-03-27 Ken Raeburn - - * configure.in: Supply comment template in AC_DEFINE calls. - -2005-08-20 Ken Raeburn - - * configure.in: Use K5_AC_INIT instead of AC_INIT. - -2004-07-11 Ken Raeburn - - * configure.in: Use KRB5_AC_INET6. - -2004-03-08 Ken Raeburn - - * Makefile.in (LOCAL_SUBDIRS): Renamed from MY_SUBDIRS. - -2004-02-09 Ken Raeburn - - * configure.in: Check for sys/time.h and time.h. - -2003-01-10 Ken Raeburn - - * configure.in: Use V5_AC_OUTPUT_MAKEFILE instead of - K5_GEN_MAKEFILE and K5_AC_OUTPUT. - -2002-08-23 Ken Raeburn - - * Makefile.in: Change $(S)=>/ and $(U)=>.. globally. - -2001-11-05 Ezra Peisach - - * configure.in: Add KRB5_GETPEERNAME_ARGS and - KRB5_GETSOCKNAME_ARGS for sample apps. - -2000-11-01 Ezra Peisach - - * configure.in: Use AC_C_CONST instead of AC_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. - -1998-11-13 Theodore Ts'o - - * Makefile.in: Set the myfulldir and mydir variables (which are - relative to buildtop and thisconfigdir, respectively.) - Add a MY_SUBDIRS definition to control the directories - which are recursively descended by the Makefile. - - * configure.in: Fold the autoconf tests from the sample, simple, - gss-sample, and user_user directories into this - higher-level configure.in file. - -Wed Feb 18 15:24:26 1998 Tom Yu - - * Makefile.in: Remove trailing slash from thisconfigdir. - -Mon Feb 2 17:02:29 1998 Theodore Ts'o - - * configure.in: Use AC_CONFIG_DIRS instead of CONFIG_DIRS, and - remove use of DO_SUBDIRS. - -Mon Feb 2 17:02:29 1998 Theodore Ts'o - - * Makefile.in: Define BUILDTOP and thisconfigdir in the Makefile - -Mon Nov 18 20:57:08 1996 Theodore Y. Ts'o - - * configure.in: Remove the popper, mailquery, and movemail - directories. - -Mon Jan 15 02:39:05 1996 Mark Eichin - - * configure.in: add gssftp to CONFIG_DIRS so that the GSSAPI - implementation of ftp gets built as well. - -Fri Jul 7 15:40:00 EDT 1995 Paul Park (pjpark@mit.edu) - * Makefile.in - Remove explicit setting of LDFLAGS, it's set by - configure scripts. - -Fri Jun 9 18:26:09 1995 - - * configure.in: Remove standardized set of autoconf macros, which - are now handled by CONFIG_RULES. Use DO_SUBDIRS to - recurse down subdirectories. - -Tue Aug 9 20:18:27 1994 Tom Yu (tlyu@dragons-lair) - - * configure.in: nuked zmailnotify - -Sat Jul 23 08:25:48 1994 Tom Yu (tlyu@dragons-lair) - - * configure.in: autoconf'ing telnet - -Wed Jul 20 00:10:30 1994 Tom Yu (tlyu at dragons-lair) - - * configure.in: autoconf'ing gss-sample - -Thu Jul 14 02:04:07 1994 Tom Yu (tlyu at dragons-lair) - - * configure.in: suck in bsd now - -- cgit