aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Yu <tlyu@mit.edu>2010-12-03 20:35:42 +0000
committerTom Yu <tlyu@mit.edu>2010-12-03 20:35:42 +0000
commit8af9f41edefe6b53b74d2b220819f562f5ad9e57 (patch)
treeee4f54f8f3889e4bfcc6c5f4b124ee2ae8ca7ba7
parentb699884aaa23269a5c439b21ffa88ab36579fd1c (diff)
downloadkrb5-8af9f41edefe6b53b74d2b220819f562f5ad9e57.zip
krb5-8af9f41edefe6b53b74d2b220819f562f5ad9e57.tar.gz
krb5-8af9f41edefe6b53b74d2b220819f562f5ad9e57.tar.bz2
README and patchlevel.h for krb5-1.9-beta2
git-svn-id: svn://anonsvn.mit.edu/krb5/branches/krb5-1-9@24557 dc483132-0cff-0310-8789-dd5450dbe970
-rw-r--r--README12
-rw-r--r--src/patchlevel.h4
2 files changed, 14 insertions, 2 deletions
diff --git a/README b/README
index a9ebd61..fc27b57 100644
--- a/README
+++ b/README
@@ -91,6 +91,7 @@ Protocol evolution:
krb5-1.9 changes by ticket ID
-----------------------------
+1219 mechanism to delete old keys should exist
2032 No advanced warning of password expiry
5014 kadmin (and other utilities) should report enctypes as it takes them
6647 Memory leak in kdc
@@ -153,6 +154,17 @@ krb5-1.9 changes by ticket ID
6811 Mark Camellia-CCM code as experimental
6812 krb5_get_credentials should not fail due to inability to store
a credential in a cache
+6815 Failed kdb5_util load removes real database
+6819 Handle referral realm in kprop client principal
+6820 Read KDC profile settings in kpropd
+6822 Implement Camellia-CTS-CMAC instead of Camellia-CCM
+6823 getdate.y: declare yyparse
+6824 Export krb5_tkt_creds_get
+6825 Add missing KRB5_CALLCONV in callback declaration
+6826 Fix Windows build
+6827 SA-2010-007 Checksum vulnerabilities (CVE-2010-1324 and others)
+6828 Install kadm5_hook_plugin.h
+6829 Implement restrict_anonymous_to_tgt realm flag
Acknowledgements
----------------
diff --git a/src/patchlevel.h b/src/patchlevel.h
index abf2a90..ac659ce 100644
--- a/src/patchlevel.h
+++ b/src/patchlevel.h
@@ -53,6 +53,6 @@
#define KRB5_MAJOR_RELEASE 1
#define KRB5_MINOR_RELEASE 9
#define KRB5_PATCHLEVEL 0
-#define KRB5_RELTAIL "beta1-postrelease"
+#define KRB5_RELTAIL "beta2"
/* #undef KRB5_RELDATE */
-#define KRB5_RELTAG "branches/krb5-1-9"
+#define KRB5_RELTAG "tags/krb5-1-9-beta2"