commit 0c1ad197fd4a5e4ea06d4d57ddce7dca9e0a84f7 Author: tlyu tlyu@dc483132-0cff-0310-8789-dd5450dbe970 Date: Tue Mar 2 18:13:43 2010 +0000
README and patchlevel.h for krb5-1.8 final
git-svn-id: svn://anonsvn.mit.edu/krb5/branches/krb5-1-8@23760 dc483132-0cff-0310-8789-dd5450dbe970
README | 8 +++++++- src/patchlevel.h | 4 ++-- 2 files changed, 9 insertions(+), 3 deletions(-) --- diff --git a/README b/README index 1135b8f..8063109 100644 --- a/README +++ b/README @@ -74,7 +74,13 @@ krb5-1.7 release contains measures to encourage sites to migrate away from using single-DES cryptosystems. Among these is a configuration variable that enables "weak" enctypes, which now defaults to "false" beginning with krb5-1.8. The krb5-1.8 release includes additional -measures to ease the transition away from single-DES. +measures to ease the transition away from single-DES. These +additional measures include: + +* enctype config enhancements (so you can do "DEFAULT +des", etc.) +* new API to allow applications (e.g. AFS) to explicitly reenable weak + crypto +* easier kadmin history key changes
Major changes in 1.8 -------------------- diff --git a/src/patchlevel.h b/src/patchlevel.h index c151756..2a5126f 100644 --- a/src/patchlevel.h +++ b/src/patchlevel.h @@ -53,6 +53,6 @@ #define KRB5_MAJOR_RELEASE 1 #define KRB5_MINOR_RELEASE 8 #define KRB5_PATCHLEVEL 0 -#define KRB5_RELTAIL "beta2-postrelease" +/* #undef KRB5_RELTAIL */ /* #undef KRB5_RELDATE */ -#define KRB5_RELTAG "branches/krb5-1-8" +#define KRB5_RELTAG "tags/krb5-1-8-final"
authhub-commits@lists.fedorahosted.org