This commit was manufactured by cvs2svn to create tag
[krb5.git] / src / include / krb5 / ChangeLog
index 9ccfdd53bd93968f0f938d193ef4281eb2494d96..609a171c17ce7ce5a0f5c6becaf3f98be1742d19 100644 (file)
@@ -1,3 +1,44 @@
+2000-5-18      Alexandra Ellwood <lxs@mit.edu>
+
+       * macsock.h: local_addr_fallback_kludge defined to 0 again... fixed gethostname
+
+2000-5-9       Alexandra Ellwood <lxs@mit.edu>
+
+       * macsock.h: local_addr_fallback_kludge now defined to magic gethostaddr function
+       in the Sockets Library, which does exactly what we want if the search domain is not
+       specified.
+
+1998-11-22  Miro Jurisic  <meeroh@.mit.edu>
+
+       * macsock.h: MacOS: only #define MACHOSTNAMELEN when not
+       already defined
+
+Wed May 19 11:35:18 1999  Danilo Almeida  <dalmeida@mit.edu>
+
+       * Makefile.in: Create build rules for windows instead of blindly
+               copying files.  Wrap Unix build rules with !if 0/!endif
+               that get used only in windows build.  People need to
+               remember to keep this !if/!endif in the proper place when
+               they modify this file.
+
+Mon May 17 12:33:58 1999  Danilo Almeida  <dalmeida@mit.edu>
+
+       * Makefile.in: Add NO_OUTPRE flag to prevent creation of output
+               directory under win32.
+
+Fri May  7 15:26:44 1999  Theodore Y. Ts'o  <tytso@mit.edu>
+
+       * adm_proto.h: Fix the existing kludge to deal with the fact that
+               krb5_realm_params is defined in two, count them two,
+               header files.  There's real ugliness here that needs
+               cleaning up eventually, but I don't have the time now to
+               deal with it.
+
+Fri Apr 16 17:07:47 1999  Theodore Y. Ts'o  <tytso@mit.edu>
+
+       * Makefile.in (all-windows): Don't constantly recreate autoconf.h
+               with #include "win-mac.h"
+
 1999-04-09  Theodore Ts'o  <tytso@rsts-11.mit.edu>
 
        * kdb.h: Add new TL types provided by Frank Cusack's preauth patch