krb5 commit [krb5-1.14]: Updates for krb5-1.14-beta1
Tom Yu
tlyu at mit.edu
Fri Oct 9 15:07:09 EDT 2015
https://github.com/krb5/krb5/commit/f5ab3b3b18b7373ddfbcc2c2bd9cbe2b333f0203
commit f5ab3b3b18b7373ddfbcc2c2bd9cbe2b333f0203
Author: Tom Yu <tlyu at mit.edu>
Date: Fri Oct 9 14:10:34 2015 -0400
Updates for krb5-1.14-beta1
README | 10 ++++++++++
src/patchlevel.h | 4 ++--
src/po/mit-krb5.pot | 4 ++--
3 files changed, 14 insertions(+), 4 deletions(-)
diff --git a/README b/README
index 8b1c05e..1137515 100644
--- a/README
+++ b/README
@@ -223,6 +223,7 @@ krb5-1.14 changes by ticket ID
8215 Unify KDB principal flag specifiers
8217 Limit use of deprecated krb5 mech OIDs
8219 Conditionalize iprop stderr output in kadmind
+8221 Fail during configure if stdint.h missing
8224 Add KDC_ERR_PREAUTH_EXPIRED support
8225 Improve krb5_cccol_have_content() error messages
8227 Allow missing authenticator checksum with GSSAPI
@@ -235,6 +236,14 @@ krb5-1.14 changes by ticket ID
8243 Add tabular dump capability to kdb5_util
8245 kerberos.ldif file has malformed entries
8246 Fix error mappings for IOV MIC mechglue funcs
+8251 Fix kadmin with e2fsprogs libss
+8253 Fix minor utf8-to-ucs2s read overrun bug
+8255 Define error status GSS_S_BAD_MIC
+8256 Fix typo in GSS_S_UNAUTHORIZED error message
+8257 Fix gss_inquire_names_for_mech() on MS krb5 mech
+8258 Correct GSS major code for non-default QOP values
+8259 Check output params on GSS OID set functions
+8260 Fix gss_store_cred() minor code on acceptor cred
Acknowledgements
@@ -343,6 +352,7 @@ reports, suggestions, and valuable resources:
Radoslav Bodo
Sumit Bose
Emmanuel Bouillon
+ Philip Brown
Michael Calmer
Andrea Campi
Julien Chaffraix
diff --git a/src/patchlevel.h b/src/patchlevel.h
index bfea6a7..eb45b31 100644
--- a/src/patchlevel.h
+++ b/src/patchlevel.h
@@ -52,6 +52,6 @@
#define KRB5_MAJOR_RELEASE 1
#define KRB5_MINOR_RELEASE 14
#define KRB5_PATCHLEVEL 0
-#define KRB5_RELTAIL "alpha1-postrelease"
+#define KRB5_RELTAIL "beta1"
/* #undef KRB5_RELDATE */
-#define KRB5_RELTAG "krb5-1.14"
+#define KRB5_RELTAG "krb5-1.14-beta1"
diff --git a/src/po/mit-krb5.pot b/src/po/mit-krb5.pot
index e773c01..2d4dbc2 100644
--- a/src/po/mit-krb5.pot
+++ b/src/po/mit-krb5.pot
@@ -6,9 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: mit-krb5 1.14-alpha1-postrelease\n"
+"Project-Id-Version: mit-krb5 1.14-beta1\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2015-10-09 14:17-0400\n"
+"POT-Creation-Date: 2015-10-09 14:25-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
"Language-Team: LANGUAGE <LL at li.org>\n"
More information about the cvs-krb5
mailing list