diff --git a/ChangeLog b/ChangeLog index 125b388..a46076e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ Change Log - In newest-release-first order +ktls-utils 1.1.0 2025-06-02 + * Return to the old release process + * Update the contribution process + * Accept alternate keyrings during handshake upcall + * Initial support for building ktls-utils with MUSL + ktls-utils 1.0 - 2025-05-05 * Handshake support for in-kernel QUIC * Package is no longer "experimental" diff --git a/NEWS b/NEWS index 54cb4da..f6e6d92 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,5 @@ -ktls-utils 1.0 - 2025-05-05 - * Handshake support for in-kernel QUIC - * Package is no longer "experimental" - * Fix minor bugs +ktls-utils 1.1.0 2025-06-02 + * Return to the old release process + * Update the contribution process + * Accept alternate keyrings during handshake upcall + * Initial support for building ktls-utils with MUSL diff --git a/README b/README index e468102..a26e010 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -# Release Notes for ktls-utils 1.1.0-pre +# Release Notes for ktls-utils 1.1.0 In-kernel TLS consumers need a mechanism to perform TLS handshakes on a connected socket to negotiate TLS session parameters that can diff --git a/README.md b/README.md index e468102..a26e010 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Release Notes for ktls-utils 1.1.0-pre +# Release Notes for ktls-utils 1.1.0 In-kernel TLS consumers need a mechanism to perform TLS handshakes on a connected socket to negotiate TLS session parameters that can diff --git a/configure.ac b/configure.ac index ca9b37a..818b30b 100644 --- a/configure.ac +++ b/configure.ac @@ -18,7 +18,7 @@ dnl 02110-1301, USA. dnl AC_PREREQ([2.69]) -AC_INIT([ktls-utils],[1.1.0-pre],[kernel-tls-handshake@lists.linux.dev]) +AC_INIT([ktls-utils],[1.1.0],[kernel-tls-handshake@lists.linux.dev]) AM_INIT_AUTOMAKE AM_SILENT_RULES([yes]) AC_CONFIG_SRCDIR([config.h.in])