summaryrefslogtreecommitdiffstats
path: root/src/clients/kinit/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/clients/kinit/ChangeLog')
-rw-r--r--src/clients/kinit/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/clients/kinit/ChangeLog b/src/clients/kinit/ChangeLog
index 39d7ec895..0c8a52e0b 100644
--- a/src/clients/kinit/ChangeLog
+++ b/src/clients/kinit/ChangeLog
@@ -1,3 +1,14 @@
+2000-02-04 Danilo Almeida <dalmeida@mit.edu>
+
+ * kinit.c: Major revamp to support Kerberos 4 compatibility. Code
+ restructured to allow changes to support Kerberos 4 or Kerberos 5
+ only operation depending on whether dynamic libraries are
+ avialable. Explicit documentation and support files to make it
+ easy to do this will be forthcoming.
+
+ * Makefile.in: On Windows, use getopt.lib instead of getopt.obj,
+ and add support for getopt_long.
+
1999-12-03 Danilo Almeida <dalmeida@mit.edu>
* Makefile.in: Windows fix for 10/26/99 cleanup.