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/gss-threads/ChangeLog | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 src/tests/gss-threads/ChangeLog (limited to 'src/tests/gss-threads') diff --git a/src/tests/gss-threads/ChangeLog b/src/tests/gss-threads/ChangeLog deleted file mode 100644 index 1c8a3bb3d..000000000 --- a/src/tests/gss-threads/ChangeLog +++ /dev/null @@ -1,26 +0,0 @@ -2006-03-11 Ken Raeburn - - * gss-misc.c: Don't get autoconf.h from krb5/. - -2005-06-20 Ken Raeburn - - * Makefile.in (gss-client, gss-server): Use THREAD_LINKOPTS - instead of PTHREAD_LIBS. - -2005-03-25 Ken Raeburn - - * Makefile.in (all-unix): Use @THREAD_SUPPORT@ and helper targets - to build programs only if thread support is enabled. - (all-unix-0, all-unix-1): New helper targets. - -2005-02-11 Ken Raeburn - - * gss-misc.c: Include autoconf.h. If both time.h and sys/time.h - are available, and they're compatible, include both. - -2005-02-09 Ken Raeburn - - * New directory. - * All files copies from appl/gss-sample, with Jeff Altman's - changes for multithreading on Windows, and mine for pthreads. - -- cgit