diff --git a/gsi/gssapi/source/configure.ac b/gsi/gssapi/source/configure.ac index a991c8457..1f313cdce 100644 --- a/gsi/gssapi/source/configure.ac +++ b/gsi/gssapi/source/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ([2.60]) -AC_INIT([globus_gssapi_gsi],[14.19],[https://github.com/gridcf/gct/issues]) +AC_INIT([globus_gssapi_gsi],[14.20],[https://github.com/gridcf/gct/issues]) AC_CONFIG_MACRO_DIR([m4]) AC_SUBST([MAJOR_VERSION], [${PACKAGE_VERSION%%.*}]) AC_SUBST([MINOR_VERSION], [${PACKAGE_VERSION##*.}]) diff --git a/packaging/debian/globus-gssapi-gsi/debian/changelog.in b/packaging/debian/globus-gssapi-gsi/debian/changelog.in index bc27b0824..105522a25 100644 --- a/packaging/debian/globus-gssapi-gsi/debian/changelog.in +++ b/packaging/debian/globus-gssapi-gsi/debian/changelog.in @@ -1,3 +1,9 @@ +globus-gssapi-gsi (14.20-1+gct.@distro@) @distro@; urgency=medium + + * Disable sending session tickets after the TLS 1.3 handshake + + -- Mattias Ellert Fri, 20 May 2022 10:02:24 +0200 + globus-gssapi-gsi (14.19-1+gct.@distro@) @distro@; urgency=medium * Better logic for TLS 1.3 special handling diff --git a/packaging/fedora/globus-gssapi-gsi.spec b/packaging/fedora/globus-gssapi-gsi.spec index de5f1c402..a26b1e8b9 100644 --- a/packaging/fedora/globus-gssapi-gsi.spec +++ b/packaging/fedora/globus-gssapi-gsi.spec @@ -3,7 +3,7 @@ Name: globus-gssapi-gsi %global soname 4 %global _name %(echo %{name} | tr - _) -Version: 14.19 +Version: 14.20 Release: 1%{?dist} Summary: Grid Community Toolkit - GSSAPI library @@ -158,6 +158,9 @@ make %{?_smp_mflags} check VERBOSE=1 %doc %{_pkgdocdir}/GLOBUS_LICENSE %changelog +* Fri May 20 2022 Mattias Ellert - 14.20-1 +- Disable sending session tickets after the TLS 1.3 handshake + * Sun Mar 06 2022 Mattias Ellert - 14.19-1 - Better logic for TLS 1.3 special handling