From: Jeffrey Altman Date: Fri, 23 Jul 1999 17:58:20 +0000 (+0000) Subject: Updating changelog X-Git-Tag: krb5-1.1-beta1~34 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=bd439c316efa659a47ec3800dd8eaf4a10eed99c;p=krb5.git Updating changelog git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11593 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/lib/krb5/krb/ChangeLog b/src/lib/krb5/krb/ChangeLog index 1068b556b..2d795202d 100644 --- a/src/lib/krb5/krb/ChangeLog +++ b/src/lib/krb5/krb/ChangeLog @@ -1,3 +1,8 @@ +1999-07-22 Jeffrey Altman + + get_in_tkt.c: rename conf_boolean to krb5_conf_boolean so that + it may be used in additional modules. + 1999-06-28 Tom Yu * enc_helper.c (krb5_encrypt_helper): NULL out the pointer to the diff --git a/src/util/profile/ChangeLog b/src/util/profile/ChangeLog index 8beb7423a..7d8ab2ef0 100644 --- a/src/util/profile/ChangeLog +++ b/src/util/profile/ChangeLog @@ -1,3 +1,9 @@ +1999-07-22 Jeffrey Altman + + * prof_init.c (prof_init) + Change behavior so that a NULL filespec means allocate + a profile without a backing store. + 1999-07-21 Ken Raeburn * prof_int.h (profile_t): Delete typedef, since Miro changed