From 4160aea34ca9366fa99043d6cd1687314b158db2 Mon Sep 17 00:00:00 2001 From: Chuck Lever Date: Mon, 6 Oct 2025 15:09:10 -0400 Subject: [PATCH] Release ktls-utils 1.3.0-rc1 Prepare to release ktls-utils 1.3.0. Signed-off-by: Chuck Lever --- ChangeLog | 6 ++++++ NEWS | 10 +++++----- README | 2 +- README.md | 2 +- configure.ac | 2 +- 5 files changed, 14 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index a5640b5..b7edf10 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ Change Log - In newest-release-first order +ktls-utils 1.3.0 2025-10-06 + * Implement support for certificates using post-quantum encryption + * Add several new GitHub Action workflows, including a gh-pages generator + * Move /etc/tlshd.conf to /etc/tlshd/config + * Smarter signal handling + ktls-utils 1.2.0 2025-07-11 * Implement Certificate Revocation Lists * Add a default keyring for NFS consumers diff --git a/NEWS b/NEWS index 60bd06e..29aa33d 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,5 @@ -ktls-utils 1.2.0 2025-07-11 - * Implement Certificate Revocation Lists - * Add a default keyring for NFS consumers - * Improvements to error reporting and logging - * Manage per-session resources more effectively +ktls-utils 1.3.0 2025-10-06 + * Implement support for certificates using post-quantum encryption + * Add several new GitHub Action workflows, including a gh-pages generator + * Move /etc/tlshd.conf to /etc/tlshd/config + * Smarter signal handling diff --git a/README b/README index dc28279..84c244f 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -# Release Notes for ktls-utils 1.2.0 +# Release Notes for ktls-utils 1.3.0-rc1 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 dc28279..84c244f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Release Notes for ktls-utils 1.2.0 +# Release Notes for ktls-utils 1.3.0-rc1 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 f545fe8..b26f2c3 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.2.0],[kernel-tls-handshake@lists.linux.dev]) +AC_INIT([ktls-utils],[1.3.0-rc1],[kernel-tls-handshake@lists.linux.dev]) AM_INIT_AUTOMAKE AM_SILENT_RULES([yes]) AC_CONFIG_SRCDIR([config.h.in])