summaryrefslogtreecommitdiffstats
path: root/src/include/ChangeLog
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1995-05-23 19:34:12 +0000
committerTheodore Tso <tytso@mit.edu>1995-05-23 19:34:12 +0000
commit7b9913b6a1ba63671c566ace558b40c11c2e99e9 (patch)
tree3e5e16a447bf34fb563b340a80b4cdc39b4865ef /src/include/ChangeLog
parent493f4542050604e0030a2e7cbf3726a557037fb2 (diff)
downloadkrb5-7b9913b6a1ba63671c566ace558b40c11c2e99e9.tar.gz
krb5-7b9913b6a1ba63671c566ace558b40c11c2e99e9.tar.xz
krb5-7b9913b6a1ba63671c566ace558b40c11c2e99e9.zip
Makefile.in, configure.in, krb5.hin: Move krb5.h to krb5.hin,
and build krb5.h from krb5.hin and the error table include files, which are now built in this directory. This way, krb5.h is the only include file that we need to install. k5-int.h: Move the sockets specific setup out of k5-config.h to k5-sockets.h, and modify k5-int to include k5-sockets.h (if it is requested by NEED_SOCKETS) after including krb5.h. This keeps the gdb type numbers the same across .o files, so that recent binuntils can compress the debugging information in executables linked with a debugging library. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5848 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include/ChangeLog')
-rw-r--r--src/include/ChangeLog16
1 files changed, 15 insertions, 1 deletions
diff --git a/src/include/ChangeLog b/src/include/ChangeLog
index 0cd55b4d8..5579ae3b4 100644
--- a/src/include/ChangeLog
+++ b/src/include/ChangeLog
@@ -1,4 +1,18 @@
-
+Tue May 23 15:08:54 1995 Theodore Y. Ts'o (tytso@dcl)
+
+ * Makefile.in, configure.in, krb5.hin: Move krb5.h to krb5.hin,
+ and build krb5.h from krb5.hin and the error table
+ include files, which are now built in this directory.
+ This way, krb5.h is the only include file that we need to
+ install.
+
+ * k5-int.h: Move the sockets specific setup out of k5-config.h to
+ k5-sockets.h, and modify k5-int to include k5-sockets.h
+ (if it is requested by NEED_SOCKETS) after including
+ krb5.h. This keeps the gdb type numbers the same across
+ .o files, so that recent binuntils can compress the
+ debugging information in executables linked with a
+ debugging library.
Mon May 22 10:24:49 EDT 1995 Paul Park (pjpark@mit.edu)
* Makefile.in - (install) Always perform install actions using
$(INSTALL_DATA).