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/telnet/ChangeLog | 81 ----------------------------------------------- 1 file changed, 81 deletions(-) delete mode 100644 src/appl/telnet/ChangeLog (limited to 'src/appl/telnet/ChangeLog') diff --git a/src/appl/telnet/ChangeLog b/src/appl/telnet/ChangeLog deleted file mode 100644 index e188050a6..000000000 --- a/src/appl/telnet/ChangeLog +++ /dev/null @@ -1,81 +0,0 @@ -2006-03-27 Ken Raeburn - - * configure.in: Supply comment template in AC_DEFINE calls. - -2006-03-15 Ken Raeburn - - * configure.in: If tgetent can't be found, error out. - -2005-08-20 Ken Raeburn - - * configure.in: Use K5_AC_INIT instead of AC_INIT. - -2005-01-13 Ezra Peisach - - * configure.in: When looking for setupterm() - look in - libcurses/libncurses even if termcap library found. - -2004-09-22 Tom Yu - - * configure.in: Use KRB5_AC_LIBUTIL. - -2004-03-07 Ken Raeburn - - * configure.in: Move test for setupterm back down below addition - of termcap/curses libraries. - -2004-03-04 Ken Raeburn - - * configure.in: Merged in code from subdir configure.in files. - Create the subdir Makefiles here. Substitute TELNET_LIBS and - TELNETD_LIBS with the appropriate sets of libraries. - * Makefile.in (LOCAL_SUBDIRS): Set to list the subdirs. - -2003-01-07 Ken Raeburn - - * Makefile.orig: 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. - -1998-11-13 Theodore Ts'o - - * Makefile.in: Set the myfulldir and mydir variables (which are - relative to buildtop and thisconfigdir, respectively.) - -Wed Feb 18 15:36:25 1998 Tom Yu - - * Makefile.in: Remove trailing slash from thisconfigdir. Fix up - BUILDTOP for new conventions. - -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. - - * Makefile.in: Define BUILDTOP and thisconfigdir in the Makefile - -Fri Jun 9 18:29:38 1995 - - * configure.in: Remove standardized set of autoconf macros, which - are now handled by CONFIG_RULES. Use DO_SUBDIRS to - recurse down subdirectories. - -Fri Mar 31 16:53:03 1995 Theodore Y. Ts'o (tytso@dcl) - - * Makefile.in: Remove CFLAGS=@CCOPTS@ line, which is in pre.in - -Fri Nov 18 00:14:56 1994 Mark Eichin - - * configure.in: add WITH_CCOPTS so that subdirs work. - -Sat Jul 23 08:18:18 1994 Tom Yu (tlyu@dragons-lair) - - * Makefile.in: - * configure.in: first cut at making telnet completely autoconf - -- cgit