diff --git a/ChangeLog b/ChangeLog index 6a7fa2925..1e9a2a458 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,14 @@ +2005-05-02 Dave Love + + * configure.in: sys/tty.h (for sys/ptyvar.h) might need termios.h. + 2005-05-02 Love Hörnquist Åstrand + * tools/krb5-config.in: add com_err to required libs + + * lib/krb5/pkinit.c (krb5_ui_method_read_string): use the fill in + length + * lib/krb5/init_creds_pw.c: Now that we fixed the signed-ness of nonce for windows, remove the code that removed the signed bit. Instead add comment that they still need to be the same diff --git a/lib/roken/ChangeLog b/lib/roken/ChangeLog index bb008dfac..b99a01acf 100644 --- a/lib/roken/ChangeLog +++ b/lib/roken/ChangeLog @@ -1,3 +1,8 @@ +2005-05-03 Dave Love + + * test-mem.c: Add member fd to map. + (rk_test_mem_alloc, rk_test_mem_free): Use it. + 2005-04-30 Love Hörnquist Åstrand * getifaddrs.c: add break on default: statements, from Douglas