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/tests/dejagnu/ChangeLog | 149 -------------------------------------------- 1 file changed, 149 deletions(-) delete mode 100644 src/tests/dejagnu/ChangeLog (limited to 'src/tests/dejagnu/ChangeLog') diff --git a/src/tests/dejagnu/ChangeLog b/src/tests/dejagnu/ChangeLog deleted file mode 100644 index 8ab80f332..000000000 --- a/src/tests/dejagnu/ChangeLog +++ /dev/null @@ -1,149 +0,0 @@ -2005-08-16 Ken Raeburn - - * Makefile.in (site.exp): Write KRB5_DB_MODULE_DIR setting into - site.exp. Depend on Makefile. - -2004-02-12 Tom Yu - - * Makefile.in (check-runtest-yes): Add PRIOCNTL_HACK. - -2003-01-05 Sam Hartman - - * t_inetd.c: Remove declaration of errno - -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. - -2002-07-17 Ken Raeburn - - * Makefile.in (RUNTEST): Variable renamed from HAVE_RUNTEST. - (check): Depend on check-runtest-@HAVE_RUNTEST@. - (check-runtest-yes, check-runtest-no): Renamed from check-runtest, - check-. - -2002-07-12 Ken Raeburn - - * Makefile.in (HAVE_RUNTEST): Include $(DEJAFLAGS). - -2000-08-08 Ezra Peisach - - * Makefile.in (KRB4_RUNTESTFLAGS): Set from configure.in and pass - to runtest if krb4 compatibility is enabled. - -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.) - -Mon Mar 30 13:57:07 1998 Ezra Peisach - - * t_inetd.c: Include stdlib.h (if present) for atoi() prototype, - Include unistd.h (if present) for dup() prototype. - - -Wed Feb 18 16:28:37 1998 Tom Yu - - * Makefile.in: Remove trailing slash from thisconfigdir. Fix up - BUILDTOP for new conventions. - -Mon Feb 2 16:45:49 1998 Theodore Ts'o - - * Makefile.in: Define BUILDTOP and thisconfigdir in the Makefile - -Tue Oct 7 08:02:13 1997 Ezra Peisach - - * Makefile.in (runenv.vars): Use tr to remove newlines in multiple - lines of variables. - -Fri Oct 3 02:26:45 1997 Tom Yu - - * Makefile.in: Fix up site.exp generation to reduce the quoting - lossage somewhat. - -Sun Aug 17 14:26:57 1997 Ezra Peisach - - * Makefile.in (SRCS): Add $(SRCS) line. - -Sun Feb 9 01:38:26 1997 Tom Yu - - * Makefile.in: - * configure.in: Update to new program build procedure. - -Wed Nov 20 16:01:34 1996 Barry Jaspan - - * Makefile.in (check-): warn more loudly about unrun tests - -Mon Oct 7 15:46:47 1996 Ezra Peisach - - * Makefile.in (HAVE_RUNTEST): Renamed from RUNTEST as - config/pre.in now defines. - -Sun Apr 7 23:03:01 1996 Ezra Peisach - - * configure.in: Add KRB5_RUN_FLAGS - - * Makefile.in (site.exp): Create site.exp with runtime environment - line from configure. - -Mon Feb 26 03:38:24 1996 Mark W. Eichin - - * *.exp: use $REALMNAME for the testing realm. - * default.exp: if REALMNAME isn't set, set it to KRBTEST.COM. - -Fri Sep 29 14:23:01 1995 Theodore Y. Ts'o - - * Makefile.in (clean-unix): Remove the dejagnu temporary files. - -Tue Aug 29 14:22:28 EDT 1995 Paul Park (pjpark@mit.edu) - * Makefile.in - Replace explicit library list with $(LIBS). This - gets set with the needed libraries (e.g. -lsocket on Solaris). - -Sat Aug 26 18:10:44 1995 Ezra Peisach (epeisach@kangaroo.mit.edu) - - * .Sanitize: Add t_inetd.c - - * t_inetd.c: Small program to simulate the use of inetd in running - tests. - - * configure.in: Add programming rules, shared libraries and - signal handling - - * Makefile.in: Build/clean t_inetd if dejagnu tests are run. - -Thu Aug 24 18:48:01 1995 Theodore Y. Ts'o - - * .Sanitize: Update file list - -Wed Jun 21 18:13:11 1995 Theodore Y. Ts'o - - * configure.in: Remove AC_CONFIG_FRAGMENTS call, since it's no - longer needed. (The aclocal.m4 V5_SET_TOPTREE handles it - all automatically now.) - -Fri Jun 9 18:58:29 1995 - - * configure.in: Remove standardized set of autoconf macros, which - are now handled by CONFIG_RULES. - -Wed Apr 26 18:41:04 1995 Ezra Peisach - - * configure.in: Check for runtest program present on system for - make check. - - * Makefile.in (check): Run runtest only if present on system - (install): do nothing - - - -- cgit