diff --git a/ChangeLog b/ChangeLog index 631081061..c5a6beeb7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +1999-11-02 Assar Westerlund + + * configure.in (VERSION): bump to 0.2d-pre + +1999-10-29 Assar Westerlund + + * lib/krb5/principal.c (krb5_parse_name): check memory allocations + 1999-10-28 Assar Westerlund * Release 0.2c diff --git a/appl/kx/ChangeLog b/appl/kx/ChangeLog index bfec7bac2..3a97c50b2 100644 --- a/appl/kx/ChangeLog +++ b/appl/kx/ChangeLog @@ -1,3 +1,8 @@ +1999-11-02 Assar Westerlund + + * kx.c (main): redo the v4/v5 selection for consistency. -4 -> + try only v4 -5 -> try only v5 none, -45 -> try v5, v4 + 1999-10-10 Assar Westerlund * Makefile.am (CLEANFILES): add generated files so that they get diff --git a/appl/popper/ChangeLog b/appl/popper/ChangeLog index 15817d92d..6e0213db0 100644 --- a/appl/popper/ChangeLog +++ b/appl/popper/ChangeLog @@ -1,3 +1,8 @@ +1999-11-02 Assar Westerlund + + * pop_debug.c (main): redo the v4/v5 selection for consistency. + -4 -> try only v4 -5 -> try only v5 none, -45 -> try v5, v4 + 1999-10-16 Johan Danielsson * pop_init.c (krb5_authenticate): don't use the principal diff --git a/appl/push/ChangeLog b/appl/push/ChangeLog index 460d01fb6..c81dcaa8f 100644 --- a/appl/push/ChangeLog +++ b/appl/push/ChangeLog @@ -1,3 +1,8 @@ +1999-11-02 Assar Westerlund + + * push.c (main): redo the v4/v5 selection for consistency. -4 -> + try only v4 -5 -> try only v5 none, -45 -> try v5, v4 + 1999-08-19 Assar Westerlund * push.c (doit): remember to step over the error message when we diff --git a/appl/rsh/ChangeLog b/appl/rsh/ChangeLog index 0fba190cd..c541716c8 100644 --- a/appl/rsh/ChangeLog +++ b/appl/rsh/ChangeLog @@ -1,3 +1,8 @@ +1999-11-02 Assar Westerlund + + * rsh.c (main): redo the v4/v5 selection for consistency. -4 -> + try only v4 -5 -> try only v5 none, -45 -> try v5, v4 + 1999-10-26 Assar Westerlund * rshd.c (main): ignore SIGPIPE