From: Tom Yu Date: Tue, 16 Oct 2007 19:54:02 +0000 (+0000) Subject: patchlevel and readme for kfw-3.2.2-beta2 X-Git-Tag: kfw-3.2.2-beta2~1 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=ca87e5c50ab911878f4d7a371976147f903af9b4;p=krb5.git patchlevel and readme for kfw-3.2.2-beta2 git-svn-id: svn://anonsvn.mit.edu/krb5/branches/krb5-1-6@20123 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/README b/README index e618af181..58bc42605 100644 --- a/README +++ b/README @@ -160,8 +160,8 @@ krb5-1.6.3 changes by ticket ID 5772 NIM: BUG: SRC: Increase size of max ccache name buffers and remove extraneous trailing path component separators 5773 NIM: BUG: KMM: Ensure proper buffer length for registry - multi-string reads; avoid error reports for modules without config - data; avoid race when sending thread quit message + multi-string reads; avoid error reports for modules without + config data; avoid race when sending thread quit message 5779 NIM: BUG: LIB: optimize khui_find_action() 5780 NIM: FEATURE: APP: Notification Icon Tooltip now includes default identity name @@ -189,6 +189,11 @@ krb5-1.6.3 changes by ticket ID 5801 remove error tables by pointer 5802 libgssapi mechglue doesn't always store delegated credentials 5803 fix pkinit module deps for krb5-1.6.x +5808 KfW Build: add new installer build files to copyfiles.xml. +5809 NIM: BUG: APP: New edit controls should be marked ES_AUTOHSCROLL +5820 KFW: BUG: WIX: Improve Usability of multiple architecture MSI + installations, remove non-unique GUID component identifiers, + and include Beta ID in the package name Major changes in krb5-1.6.2 --------------------------- diff --git a/src/patchlevel.h b/src/patchlevel.h index 6e890c28b..5bc465c38 100644 --- a/src/patchlevel.h +++ b/src/patchlevel.h @@ -53,6 +53,6 @@ #define KRB5_MAJOR_RELEASE 1 #define KRB5_MINOR_RELEASE 6 #define KRB5_PATCHLEVEL 3 -#define KRB5_RELTAIL "beta2-kfw-3.2.2-beta1" +#define KRB5_RELTAIL "beta2-kfw-3.2.2-beta2" /* #undef KRB5_RELDATE */ -#define KRB5_RELTAG "tags/kfw-3_2_2-beta1" +#define KRB5_RELTAG "tags/kfw-3_2_2-beta2" diff --git a/src/windows/winlevel.h b/src/windows/winlevel.h index e87a7451d..84e119750 100644 --- a/src/windows/winlevel.h +++ b/src/windows/winlevel.h @@ -30,4 +30,4 @@ * updated for each alpha, beta, final release. This will ensure * that file identifiers are unique */ -#define KRB5_BUILDLEVEL 14 +#define KRB5_BUILDLEVEL 15