svn rev #23760: branches/krb5-1-8/ src/
tlyu@MIT.EDU
tlyu at MIT.EDU
Tue Mar 2 13:13:43 EST 2010
http://src.mit.edu/fisheye/changelog/krb5/?cs=23760
Commit By: tlyu
Log Message:
README and patchlevel.h for krb5-1.8 final
Changed Files:
U branches/krb5-1-8/README
U branches/krb5-1-8/src/patchlevel.h
Modified: branches/krb5-1-8/README
===================================================================
--- branches/krb5-1-8/README 2010-02-28 20:32:00 UTC (rev 23759)
+++ branches/krb5-1-8/README 2010-03-02 18:13:43 UTC (rev 23760)
@@ -74,8 +74,14 @@
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
--------------------
Modified: branches/krb5-1-8/src/patchlevel.h
===================================================================
--- branches/krb5-1-8/src/patchlevel.h 2010-02-28 20:32:00 UTC (rev 23759)
+++ branches/krb5-1-8/src/patchlevel.h 2010-03-02 18:13:43 UTC (rev 23760)
@@ -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"
More information about the cvs-krb5
mailing list