diff --git a/ChangeLog b/ChangeLog index 3deed6576..71a360145 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,41 @@ +1999-10-20 Assar Westerlund + + * lib/krb5/Makefile.am: bump version to 4:0:0 + (krb524_convert_creds_kdc and potentially some other functions + have changed prototypes) + + * lib/hdb/Makefile.am: bump version to 3:1:0 + + * lib/asn1/Makefile.am: bump version to 1:3:0 + + * configure.in (LIB_roken): add dbopen. getcap in roken + references dbopen and with shared libraries we need to add this + dependency. + + * lib/krb5/verify_krb5_conf.c (main): support speicifying the + configuration file to test on the command line + + * lib/krb5/config_file.c (parse_binding): handle line with no + whitespace before = + (krb5_config_parse_file_debug): set lineno earlier so that we don't + use it unitialized + + * configure.in (AM_INIT_AUTOMAKE): bump to 0.2b-pre opt*: need + more include files for these tests + + * lib/krb5/set_default_realm.c (krb5_set_default_realm): use + krb5_config_get_strings, which means that your configuration file + should look like: + + [libdefaults] + default_realm = realm1 realm2 realm3 + + * lib/krb5/set_default_realm.c (config_binding_to_list): fix + copy-o. From Michal Vocu + + * kdc/config.c (configure): add a missing strdup. From Michal + Vocu + 1999-10-17 Assar Westerlund * Release 0.2a diff --git a/lib/des/ChangeLog b/lib/des/ChangeLog index b171f4b85..8369b1521 100644 --- a/lib/des/ChangeLog +++ b/lib/des/ChangeLog @@ -1,3 +1,7 @@ +1999-10-20 Assar Westerlund + + * Makefile.am: bump version to 0:2:0 + 1999-09-21 Johan Danielsson * des.h: make this work with mips 64-bit abi diff --git a/lib/gssapi/ChangeLog b/lib/gssapi/ChangeLog index 89e985f17..ab37a93d4 100644 --- a/lib/gssapi/ChangeLog +++ b/lib/gssapi/ChangeLog @@ -1,3 +1,7 @@ +1999-10-20 Assar Westerlund + + * Makefile.am: set version to 0:2:0 + 1999-09-21 Assar Westerlund * init_sec_context.c (gss_init_sec_context): initialize `ticket' diff --git a/lib/gssapi/krb5/ChangeLog b/lib/gssapi/krb5/ChangeLog index 89e985f17..ab37a93d4 100644 --- a/lib/gssapi/krb5/ChangeLog +++ b/lib/gssapi/krb5/ChangeLog @@ -1,3 +1,7 @@ +1999-10-20 Assar Westerlund + + * Makefile.am: set version to 0:2:0 + 1999-09-21 Assar Westerlund * init_sec_context.c (gss_init_sec_context): initialize `ticket' diff --git a/lib/kadm5/ChangeLog b/lib/kadm5/ChangeLog index fd096cea5..53dde5d20 100644 --- a/lib/kadm5/ChangeLog +++ b/lib/kadm5/ChangeLog @@ -1,3 +1,11 @@ +1999-10-20 Assar Westerlund + + * Makefile.am: set version of kadm5srv to 3:0:2 (new password + quality functions). + set version of kdam5clnt to 2:1:1 (no interface changes) + + * Makefile.am (LDADD): add $(LIB_dlopen) + 1999-10-17 Assar Westerlund * randkey_s.c (kadm5_s_randkey_principal): use diff --git a/lib/kafs/ChangeLog b/lib/kafs/ChangeLog index 279d83848..27957ff68 100644 --- a/lib/kafs/ChangeLog +++ b/lib/kafs/ChangeLog @@ -1,3 +1,9 @@ +1999-10-20 Assar Westerlund + + * Makefile.am: set version to 1:1:1 + + * afskrb5.c (get_cred): always request a DES key + Fri Oct 8 18:17:22 1999 Bjoern Groenvall * afskrb.c, common.c : Change code to make a clear distinction diff --git a/lib/otp/ChangeLog b/lib/otp/ChangeLog index ed6ac9b08..c9ac54591 100644 --- a/lib/otp/ChangeLog +++ b/lib/otp/ChangeLog @@ -1,3 +1,7 @@ +1999-10-20 Assar Westerlund + + * Makefile.am: set version to 0:1:0 + Fri Mar 19 14:52:48 1999 Johan Danielsson * Makefile.am: add version-info diff --git a/lib/roken/ChangeLog b/lib/roken/ChangeLog index 8b6371edc..4960c1e1c 100644 --- a/lib/roken/ChangeLog +++ b/lib/roken/ChangeLog @@ -1,3 +1,7 @@ +1999-10-20 Assar Westerlund + + * Makefile.am: set version to 3:0:0 + 1999-10-18 Johan Danielsson * getarg.3: document arg_collect