krb5 commit [krb5-1.19]: Update for krb5-1.19-beta2
Greg Hudson
ghudson at mit.edu
Mon Jan 11 12:55:20 EST 2021
https://github.com/krb5/krb5/commit/f76d3e3f6f757bfcd4300df927e65d3bd3ccf06d
commit f76d3e3f6f757bfcd4300df927e65d3bd3ccf06d
Author: Greg Hudson <ghudson at mit.edu>
Date: Mon Jan 11 12:41:15 2021 -0500
Update for krb5-1.19-beta2
README | 12 +++++++-----
src/patchlevel.h | 4 ++--
src/po/mit-krb5.pot | 4 ++--
3 files changed, 11 insertions(+), 9 deletions(-)
diff --git a/README b/README
index e16fe23..14c9cb5 100644
--- a/README
+++ b/README
@@ -122,11 +122,6 @@ Protocol evolution:
User experience:
-* The default setting of dns_canonicalize_realm is now "fallback".
- Hostnames provided from applications will be tried in principal
- names as given (possibly with shortname qualification), falling back
- to the canonicalized name.
-
* kinit will now issue a warning if the des3-cbc-sha1 encryption type
is used in the reply. This encryption type will be deprecated and
removed in future releases.
@@ -138,6 +133,7 @@ krb5-1.19 changes by ticket ID
------------------------------
7976 Client keytab does not refresh manually obtained ccaches
+8332 Referral and cross-realm TGS requests fail with anonymous cache
8871 Zero length fields when freeing object contents
8879 Allow certauth modules to set hw-authent flag
8885 PKINIT calls responder twice
@@ -191,6 +187,11 @@ krb5-1.19 changes by ticket ID
8964 Add GSS credential store documentation
8965 Install shared libraries as executable
8966 Improve duplicate checking in gss_add_cred()
+8967 Continue on KRB5_FCC_NOFILE in KCM cache iteration
+8969 Update kvno(1) synopsis with missing options
+8971 Implement fallback for GSS acceptor names
+8973 Revert dns_canonicalize_hostname default to true
+8975 Incorrect runstatedir substitution affecting "make install"
Acknowledgements
----------------
@@ -391,6 +392,7 @@ reports, suggestions, and valuable resources:
Holger Isenberg
Spencer Jackson
Diogenes S. Jesus
+ Mike Jetzer
Pavel Jindra
Brian Johannesmeyer
Joel Johnson
diff --git a/src/patchlevel.h b/src/patchlevel.h
index 7faea5a..f967287 100644
--- a/src/patchlevel.h
+++ b/src/patchlevel.h
@@ -52,6 +52,6 @@
#define KRB5_MAJOR_RELEASE 1
#define KRB5_MINOR_RELEASE 19
#define KRB5_PATCHLEVEL 0
-#define KRB5_RELTAIL "beta1-postrelease"
+#define KRB5_RELTAIL "beta2"
/* #undef KRB5_RELDATE */
-#define KRB5_RELTAG "krb5-1.19"
+#define KRB5_RELTAG "krb5-1.19-beta2"
diff --git a/src/po/mit-krb5.pot b/src/po/mit-krb5.pot
index 62bdc45..58f3045 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.19-beta1-postrelease\n"
+"Project-Id-Version: mit-krb5 1.19-beta2\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-01-11 12:27-0500\n"
+"POT-Creation-Date: 2021-01-11 12:40-0500\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