summaryrefslogtreecommitdiffstats
path: root/src/util/windows
diff options
context:
space:
mode:
authorSam Hartman <hartmans@mit.edu>2006-04-11 21:28:48 +0000
committerSam Hartman <hartmans@mit.edu>2006-04-11 21:28:48 +0000
commit779066fca01df6c4354ccd4f80dcafe4e96d891c (patch)
tree45813dea9d0492f0411ea537cd3b521544767a94 /src/util/windows
parent4e4c10590e698cfbb138bfb85bd1455b74919ec7 (diff)
downloadkrb5-779066fca01df6c4354ccd4f80dcafe4e96d891c.tar.gz
krb5-779066fca01df6c4354ccd4f80dcafe4e96d891c.tar.xz
krb5-779066fca01df6c4354ccd4f80dcafe4e96d891c.zip
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
Diffstat (limited to 'src/util/windows')
-rw-r--r--src/util/windows/ChangeLog20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/util/windows/ChangeLog b/src/util/windows/ChangeLog
deleted file mode 100644
index 06ce8afbb..000000000
--- a/src/util/windows/ChangeLog
+++ /dev/null
@@ -1,20 +0,0 @@
-2006-02-24 Jeffrey Altman <jaltman@mit.edu>
-
- * Makefile.in: support for 64-bit Windows builds
-
-2000-02-04 Danilo Almeida <dalmeida@mit.edu>
-
- * getopt.c, getopt_long.c, getopt.h: Update to latest BSD code
- found (from NetBSD).
-
- * Makefile.in: Build getopt.lib which includes getopt.obj and
- getopt_long.obj.
-
-Mon May 10 15:27:34 1999 Danilo Almeida <dalmeida@mit.edu>
-
- * Makefile.in: Do win32 build in subdir.
-
-1998-05-06 Theodore Ts'o <tytso@rsts-11.mit.edu>
-
- * getopt.c (getopt): POSIX states that getopt returns -1
- when it is done parsing options, not EOF.