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/clients/ChangeLog | 132 -------------------------------------------------- 1 file changed, 132 deletions(-) delete mode 100644 src/clients/ChangeLog (limited to 'src/clients/ChangeLog') diff --git a/src/clients/ChangeLog b/src/clients/ChangeLog deleted file mode 100644 index 0c5819994..000000000 --- a/src/clients/ChangeLog +++ /dev/null @@ -1,132 +0,0 @@ -2006-03-28 Ken Raeburn - - * configure.in: Always pass three arguments to AC_DEFINE. - -2005-08-20 Ken Raeburn - - * configure.in: Use K5_AC_INIT instead of AC_INIT. - -2004-12-15 Jeffrey Altman - - * Makefile.in: output status info for kcpytkt, kdeltkt - -2004-08-20 Jeffrey Altman - - * Add kcpytkt and kdeltkt directories - -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-04-26 Ken Raeburn - - * configure.in: Don't look for getipnodebyaddr. - -2001-04-03 Tom Yu - - * configure.in: Add checks for unsetenv and getenv. Compile - setenv.o if any of setenv, unsetenv, or getenv are - missing. [pullup from krb5-1-2-2-branch] - -2000-03-24 Ken Raeburn - - * configure.in: Check for alpha*-dec-osf* instead of - alpha-dec-osf*. - -2000-02-24 Ezra Peisach - - * configure.in: Test for include file for inet_ntop - prototype. - -2000-02-07 Ken Raeburn - - * configure.in: Check for inet_ntop and getipnodebyaddr, both used - in klist. - -1999-12-06 Ken Raeburn - - * configure.in: Check for setenv. Set SETENVOBJ to setenv.o if - it's not available, empty otherwise. - -1999-12-03 Danilo Almeida - - * Makefile.in: Add kvno to Windows build. - * Makefile.in: Clean kpasswd in Windows build. - -1999-08-09 Danilo Almeida - - * Makefile.in: Build kpasswd under windows. - -Tue May 18 19:52:56 1999 Danilo Almeida - - * Makefile.in: Remove - from recursive Win32 make invocation. - -Mon May 17 12:24:55 1999 Danilo Almeida - - * Makefile.in: Add NO_OUTPRE flag to prevent creation of output - directory under win32. Add clean-windows target. - -Thu Feb 18 22:31:56 1999 Tom Yu - - * configure.in: Add check for setluid(). - -1998-11-13 Theodore Ts'o - - * Makefile.in: Set the myfulldir and mydir variables (which are - relative to buildtop and thisconfigdir, respectively.) - -1998-10-26 Marc Horowitz - - * configure.in: add kvno - -Sat Jul 25 15:00:26 1998 Sam Hartman - - * Makefile.in (LOCAL_SUBDIRS): add kvno - -Wed Feb 18 15:40:02 1998 Tom Yu - - * Makefile.in: Remove trailing slash from thisconfigdir. - -Thu Feb 12 16:15:54 1998 Tom Yu - - * configure.in: Add commented AC_OUTPUT to force autoreconf to - rebuild configure script. - -Mon Feb 2 17:02:29 1998 Theodore Ts'o - - * Makefile.in: Define BUILDTOP and thisconfigdir in the Makefile - -Thu Jan 29 00:12:07 1998 Theodore Ts'o - - * configure.in: Use this configure.in for all subdirectories. - -Fri Jan 30 16:08:25 1998 Tom Yu - - * configure.in: Add new directory for kpasswd. - -Sun Feb 23 01:26:27 1997 Richard Basch - - * Makefile.in: Define BUILDTOP for Win16/Win32 - -Sat Feb 8 15:27:31 1997 Richard Basch - - * Makefile.in: Added win32 rules (kinit,kdestroy,klist console apps) - -Fri Jul 7 15:52:28 EDT 1995 Paul Park (pjpark@mit.edu) - * Makefile.in - Remove LDFLAGS - -Fri Jun 9 18:36:37 1995 - - * configure.in: Remove standardized set of autoconf macros, which - are now handled by CONFIG_RULES. Use DO_SUBDIRS to - recurse down subdirectories. - -Wed Jul 20 23:36:04 1994 Tom Yu (tlyu at dragons-lair) - - * configure.in: add ksu - -- cgit