README and patchlevel.h for krb5-1.8 final
authorTom Yu <tlyu@mit.edu>
Tue, 2 Mar 2010 18:13:43 +0000 (18:13 +0000)
committerTom Yu <tlyu@mit.edu>
Tue, 2 Mar 2010 18:13:43 +0000 (18:13 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/branches/krb5-1-8@23760 dc483132-0cff-0310-8789-dd5450dbe970

README
src/patchlevel.h

diff --git a/README b/README
index 1135b8f0b51898c12cbe6cdf1ad0b066d0fc1a1c..8063109db41bd5b137ba47e7e878a79c79b90bd2 100644 (file)
--- 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
 --------------------
index c151756165c3bd116eb2d59382467f6dab571869..2a5126fbe7cccb3605bee5732bc6ca56a5367f4f 100644 (file)
@@ -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"