diff --git a/ChangeLog b/ChangeLog index cdf0b11ba..401c5138e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,15 @@ 2002-09-10 Johan Danielsson + * include/Makefile.am: use make_crypto to create crypto-headers.h + + * include/make_crypto.c: crypto header generation tool + + * configure.in: move crypto test to just after testing for krb4, + and move roken tests to after both, this speeds up various failure + cases with krb4 + + * lib/krb5/config_file.c: don't use NULL when we mean 0 + * configure.in: we don't set package_libdir anymore, so no point in testing for it diff --git a/kadmin/ChangeLog b/kadmin/ChangeLog index 3adaf7982..6e625f872 100644 --- a/kadmin/ChangeLog +++ b/kadmin/ChangeLog @@ -1,5 +1,7 @@ 2002-09-10 Johan Danielsson + * server.c: constify match_appl_version() + * version4.c: change some lingering krb_err_base 2002-09-09 Jacques Vidrine diff --git a/lib/roken/ChangeLog b/lib/roken/ChangeLog index aa3a715ed..6097a89ef 100644 --- a/lib/roken/ChangeLog +++ b/lib/roken/ChangeLog @@ -1,3 +1,8 @@ +2002-09-10 Johan Danielsson + + * roken.awk: include config.h before stdio.h (breaks with + _FILE_OFFSET_BITS on solaris otherwise) + 2002-09-09 Johan Danielsson * resolve.c: fix res_nsearch call, but don't use it for now, AIX5