From ec1d0493118a334c44b833921804c8e6aea554ff Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Thu, 4 Nov 1999 02:18:10 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7309 ec53bebd-3082-4978-b11e-865c3cabbd6b --- ChangeLog | 4 ++++ NEWS | 8 ++++++++ lib/kadm5/ChangeLog | 3 +++ lib/roken/ChangeLog | 4 ++++ 4 files changed, 19 insertions(+) diff --git a/ChangeLog b/ChangeLog index 1714266fb..c1e03f684 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 1999-11-04 Assar Westerlund + * lib/krb5/Makefile.am: bump version to 5:0:0 to be safe + (krb5_context_data has changed and some code do (might) access + fields directly) + * lib/krb5/krb5.h (krb5_context_data): add `etypes_des' * lib/krb5/get_cred.c (init_tgs_req): use diff --git a/NEWS b/NEWS index 00440af92..352aa88d5 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,11 @@ +Changes in release 0.2d: + + * new configuration option [libdefaults]default_etypes_des + * internal ls in ftpd builds without KRB4 + * kx/rsh/push/pop_debug tries v5 and v4 consistenly + * build bug fixes + * other bug fixes + Changes in release 0.2c: * bug fixes (see ChangeLog's for details) diff --git a/lib/kadm5/ChangeLog b/lib/kadm5/ChangeLog index 83fc2d8f7..079a1eb11 100644 --- a/lib/kadm5/ChangeLog +++ b/lib/kadm5/ChangeLog @@ -1,5 +1,8 @@ 1999-11-04 Assar Westerlund + * Makefile.am: bump version to 4:0:0 and 3:0:0 (they access fields + directly in libkrb5's context - bad functions) + * set_keys.c (_kadm5_set_keys_randomly): set enctypes correctly in the copied keys diff --git a/lib/roken/ChangeLog b/lib/roken/ChangeLog index c1ae5fe74..860269c77 100644 --- a/lib/roken/ChangeLog +++ b/lib/roken/ChangeLog @@ -1,3 +1,7 @@ +1999-11-04 Assar Westerlund + + * Makefile.am: bump version to 3:2:0 + 1999-10-30 Assar Westerlund * snprintf.c (PARSE_INT_FORMAT): add redundant casts to work