diff --git a/ChangeLog b/ChangeLog index 9d38251f9..74fb45d0f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,19 @@ +2006-10-07 Love Hörnquist Åstrand + + * lib/hdb/Makefile.am: split build files into dist_ and noinst_ + SOURCES + + * lib/krb5/Makefile.am: split build files into dist_ and noinst_ + SOURCES + + * kdc/kerberos5.c: Adapt to signature change of + _krb5_principalname2krb5_principal. + 2006-10-06 Love Hörnquist Åstrand + * lib/krb5/krbhst.c (common_init): don't try DNS when there is + realm w/o a dot. + * kdc/524.c: Adapt to signature change of _krb5_principalname2krb5_principal. diff --git a/lib/gssapi/ChangeLog b/lib/gssapi/ChangeLog index 379a58159..3d274b09d 100644 --- a/lib/gssapi/ChangeLog +++ b/lib/gssapi/ChangeLog @@ -1,3 +1,7 @@ +2006-10-07 Love Hörnquist Åstrand + + * Makefile.am: split build files into dist_ and noinst_ SOURCES + 2006-10-06 Love Hörnquist Åstrand * gss.c: #if 0 out unused code.