aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Yu <tlyu@mit.edu>2010-03-02 18:13:43 +0000
committerTom Yu <tlyu@mit.edu>2010-03-02 18:13:43 +0000
commit75034744686b9b2ab76caec381403242c8b54fbb (patch)
tree891e36b62cf971b7997e1b2265ab3aa016633d2e
parent949f0cbf06c464adbf15d096f3ac802f55614d72 (diff)
downloadkrb5-75034744686b9b2ab76caec381403242c8b54fbb.zip
krb5-75034744686b9b2ab76caec381403242c8b54fbb.tar.gz
krb5-75034744686b9b2ab76caec381403242c8b54fbb.tar.bz2
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
-rw-r--r--README8
-rw-r--r--src/patchlevel.h4
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"