From 75034744686b9b2ab76caec381403242c8b54fbb Mon Sep 17 00:00:00 2001 From: Tom Yu Date: Tue, 2 Mar 2010 18:13:43 +0000 Subject: [PATCH] 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 1135b8f0b..8063109db 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 c15175616..2a5126fbe 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" -- 2.26.2