summaryrefslogtreecommitdiffstats
path: root/src/include/krb5/ChangeLog
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1995-03-24 22:24:45 +0000
committerTheodore Tso <tytso@mit.edu>1995-03-24 22:24:45 +0000
commit8e59fa77ee76f2dd68a1f1f07635638e2a88624c (patch)
treeb5d17036336742b0c93e1dbf57ce10043c4fe643 /src/include/krb5/ChangeLog
parent8a474e85015785ca4fafa7ab7199d952f6bef713 (diff)
adm_defs.h (ADM5_DEFAULT_PORT): Add definition of default
administration port. Makefile.in (install): Delete the destination header files before copying in the new ones. Also install autoconf.h. Only install header files if the header file has changed. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5230 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include/krb5/ChangeLog')
-rw-r--r--src/include/krb5/ChangeLog11
1 files changed, 10 insertions, 1 deletions
diff --git a/src/include/krb5/ChangeLog b/src/include/krb5/ChangeLog
index 394b89ee9..bb005272c 100644
--- a/src/include/krb5/ChangeLog
+++ b/src/include/krb5/ChangeLog
@@ -1,8 +1,17 @@
+Fri Mar 24 14:15:51 1995 <tytso@rsx-11.mit.edu>
+
+ * adm_defs.h (ADM5_DEFAULT_PORT): Add definition of default
+ administration port.
+
+ * Makefile.in (install): Delete the destination header files
+ before copying in the new ones. Also install autoconf.h.
+ Only install header files if the header file has changed.
+
Wed Mar 22 11:37:24 1995 Keith Vetter (keithv@fusion.com)
* k5-config.h: added HAVE_SYS_TYPES_H. Cleaned up the loading
of sys/types.h which john added earlier. Specifically, we always
- have it and it's missing some typedefs used by this code.
+ have it and it's missing some typedefs used by this code.
Tue Mar 21 18:42:23 1995 Keith Vetter (keithv@fusion.com)