summaryrefslogtreecommitdiffstats
path: root/src/lib/ChangeLog
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1997-07-30 03:12:30 +0000
committerTheodore Tso <tytso@mit.edu>1997-07-30 03:12:30 +0000
commit8414ce52c49d41c39703067f5974f040364acfb0 (patch)
treef915407e68275f414a7afd33f8c129ef665bee01 /src/lib/ChangeLog
parent1839ec63c63410e7e320f32d69e6b20ff48a878a (diff)
downloadkrb5-8414ce52c49d41c39703067f5974f040364acfb0.tar.gz
krb5-8414ce52c49d41c39703067f5974f040364acfb0.tar.xz
krb5-8414ce52c49d41c39703067f5974f040364acfb0.zip
Makefile.in: Remove msvcrt.lib from the explicit WINLIBS link line
since we're now using /MD and have removed the /nodefaultlibs switch. For now, build debug versions of the libraries. krb5_16.def, krb5_32.def, sapkrb16.def: Add decode_krb5_ap_req to the exported functions list, since the GSSAPI krb5 mechanism routine needs access to this internal routine. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10143 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/ChangeLog')
-rw-r--r--src/lib/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/lib/ChangeLog b/src/lib/ChangeLog
index fc807acb5..42eece651 100644
--- a/src/lib/ChangeLog
+++ b/src/lib/ChangeLog
@@ -1,3 +1,14 @@
+Tue Jul 29 23:09:31 1997 Theodore Y. Ts'o <tytso@mit.edu>
+
+ * Makefile.in: Remove msvcrt.lib from the explicit WINLIBS link
+ line since we're now using /MD and have removed the
+ /nodefaultlibs switch. For now, build debug versions of
+ the libraries.
+
+ * krb5_16.def, krb5_32.def, sapkrb16.def: Add decode_krb5_ap_req
+ to the exported functions list, since the GSSAPI krb5
+ mechanism routine needs access to this internal routine.
+
Thu May 1 22:56:04 1997 Theodore Ts'o <tytso@rsts-11.mit.edu>
* Makefile.in, win_glue.c, sapkrb16.def, sapkrb32.def: Write