From aafb84055ee571f734b71fd66b683ec36f746b4a Mon Sep 17 00:00:00 2001 From: Keith Vetter Date: Tue, 28 Mar 1995 19:54:19 +0000 Subject: Renamed some windows files git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5284 dc483132-0cff-0310-8789-dd5450dbe970 --- src/windows/ChangeLog | 16 ---------------- src/windows/changelo | 20 ++++++++++++++++++++ src/windows/cns/ChangeLog | 10 ---------- src/windows/cns/changelo | 14 ++++++++++++++ 4 files changed, 34 insertions(+), 26 deletions(-) delete mode 100644 src/windows/ChangeLog create mode 100644 src/windows/changelo delete mode 100644 src/windows/cns/ChangeLog create mode 100644 src/windows/cns/changelo (limited to 'src') diff --git a/src/windows/ChangeLog b/src/windows/ChangeLog deleted file mode 100644 index 32b38e6b1..000000000 --- a/src/windows/ChangeLog +++ /dev/null @@ -1,16 +0,0 @@ -Mon Mar 27 23:34:58 1995 Keith Vetter (keithv@fusion.com) - - * makefile: fixed typo on the cd command - -Mon Mar 27 20:34:58 1995 Keith Vetter (keithv@fusion.com) - - * makefile: makes recursively in wintel directory - * readme: updated for wintel program. - -Thu Mar 23 14:00:00 1995 Keith Vetter (keithv@fusion.com) - - * readme: updated to reflect name change of zipping target. - -Wed Mar 22 15:01:33 1995 Keith Vetter (keithv@fusion.com) - - * readme: how-to create Windows version of kerberos 5 diff --git a/src/windows/changelo b/src/windows/changelo new file mode 100644 index 000000000..cbd9f7b20 --- /dev/null +++ b/src/windows/changelo @@ -0,0 +1,20 @@ +Tue Mar 28 12:00:00 1995 Keith Vetter (keithv@fusion.com) + + * ChangeLog renamed to changelo to avoid having to always rename it. + +Mon Mar 27 23:34:58 1995 Keith Vetter (keithv@fusion.com) + + * makefile: fixed typo on the cd command + +Mon Mar 27 20:34:58 1995 Keith Vetter (keithv@fusion.com) + + * makefile: makes recursively in wintel directory + * readme: updated for wintel program. + +Thu Mar 23 14:00:00 1995 Keith Vetter (keithv@fusion.com) + + * readme: updated to reflect name change of zipping target. + +Wed Mar 22 15:01:33 1995 Keith Vetter (keithv@fusion.com) + + * readme: how-to create Windows version of kerberos 5 diff --git a/src/windows/cns/ChangeLog b/src/windows/cns/ChangeLog deleted file mode 100644 index 0f5445632..000000000 --- a/src/windows/cns/ChangeLog +++ /dev/null @@ -1,10 +0,0 @@ -Mon Mar 27 20:31:04 1995 Keith Vetter (keithv@fusion.com) - - * cns.c. cns.rc: removed debugging menu item - * cns.c: fixed up parsing and unparsing of user name - * makefile: removed some configuration crud - - -Wed Mar 22 16:27:48 1995 Keith Vetter (keithv@fusion.com) - - * cns.c: added some error checking code to catch missing realms files diff --git a/src/windows/cns/changelo b/src/windows/cns/changelo new file mode 100644 index 000000000..e61d607a4 --- /dev/null +++ b/src/windows/cns/changelo @@ -0,0 +1,14 @@ +Tue Mar 28 12:00:00 1995 Keith Vetter (keithv@fusion.com) + + * ChangeLog renamed to changelo to avoid having to always rename it. + +Mon Mar 27 20:31:04 1995 Keith Vetter (keithv@fusion.com) + + * cns.c. cns.rc: removed debugging menu item + * cns.c: fixed up parsing and unparsing of user name + * makefile: removed some configuration crud + + +Wed Mar 22 16:27:48 1995 Keith Vetter (keithv@fusion.com) + + * cns.c: added some error checking code to catch missing realms files -- cgit