aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Yu <tlyu@mit.edu>2010-07-23 20:25:17 +0000
committerTom Yu <tlyu@mit.edu>2010-07-23 20:25:17 +0000
commit56c916151a2374d5e4abd6bbe3cea358ff367503 (patch)
treea2f01a1c61893212771f4db49303ad8837cbd8f0
parenteff72ca9cdf2a334c956e05b57b510363830e79a (diff)
downloadkrb5-56c916151a2374d5e4abd6bbe3cea358ff367503.zip
krb5-56c916151a2374d5e4abd6bbe3cea358ff367503.tar.gz
krb5-56c916151a2374d5e4abd6bbe3cea358ff367503.tar.bz2
README and patchlevel.h for krb5-1.8.3-beta1
git-svn-id: svn://anonsvn.mit.edu/krb5/branches/krb5-1-8@24207 dc483132-0cff-0310-8789-dd5450dbe970
-rw-r--r--README32
-rw-r--r--src/patchlevel.h6
2 files changed, 35 insertions, 3 deletions
diff --git a/README b/README
index 9310c2d..b479d93 100644
--- a/README
+++ b/README
@@ -82,6 +82,37 @@ additional measures include:
crypto
* easier kadmin history key changes
+Major changes in 1.8.3
+----------------------
+
+* Behavior Change:
+
+ GSS-API context expiration -- the gss_wrap and gss_unwrap
+ functions no longer check for ticket expiration. Applications
+ wishing to enforce ticket lifetimes should check using the
+ gss_inquire_context function. The previous behavior of checking
+ for ticket expiration produced results that were not expected by
+ application developers, and could lead to poor user experience.
+
+* Fix an interoperability issue when the Microsoft HMAC-MD5 checksum
+ type was used with non-RC4 keys.
+
+* Fix an interoperability issue with ephemeral Diffie-Hellman key
+ exchange in PKINIT that would happen for less than 1% of
+ transactions.
+
+krb5-1.8.3 changes by ticket ID
+-------------------------------
+
+6345 no kdb5_util stash equivalent with LDAP database
+6738 PKINIT DH exchange occasionally produces mismatch
+6739 Behavior change: gssapi context expiration
+6740 kadmin ktadd may display wrong name of default keytab
+6744 only test t_locate_kdc if known-good DNS name is present
+6745 Add correct error table when initializing gss-krb5
+6750 krb5kdc doesn't parse the -P command-line option correctly
+6751 Allow Microsoft HMAC-MD5 checksum types to use non-RC4 keys
+
Major changes in 1.8.2
----------------------
@@ -405,6 +436,7 @@ reports, suggestions, and valuable resources:
Michael Calmer
Ravi Channavajhala
Srinivas Cheruku
+ Leonardo Chiquitto
Howard Chu
Andrea Cirulli
Christopher D. Clausen
diff --git a/src/patchlevel.h b/src/patchlevel.h
index 72e202b..998cdee 100644
--- a/src/patchlevel.h
+++ b/src/patchlevel.h
@@ -52,7 +52,7 @@
*/
#define KRB5_MAJOR_RELEASE 1
#define KRB5_MINOR_RELEASE 8
-#define KRB5_PATCHLEVEL 2
-#define KRB5_RELTAIL "postrelease"
+#define KRB5_PATCHLEVEL 3
+#define KRB5_RELTAIL "beta1"
/* #undef KRB5_RELDATE */
-#define KRB5_RELTAG "branches/krb5-1-8"
+#define KRB5_RELTAG "tags/krb5-1-8-3-beta1"