From a3a2fcd93a9abec5a8a14b1de27b73ebf6422aa0 Mon Sep 17 00:00:00 2001 From: Chuck Lever Date: Mon, 20 Oct 2025 14:38:49 -0400 Subject: [PATCH] Release ktls-utils 1.3.0 Signed-off-by: Chuck Lever --- ChangeLog | 2 +- NEWS | 2 +- README | 2 +- README.md | 2 +- configure.ac | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index b7edf10..f06140b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,6 @@ Change Log - In newest-release-first order -ktls-utils 1.3.0 2025-10-06 +ktls-utils 1.3.0 2025-10-20 * 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 diff --git a/NEWS b/NEWS index 29aa33d..5f3615b 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -ktls-utils 1.3.0 2025-10-06 +ktls-utils 1.3.0 2025-10-20 * 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 diff --git a/README b/README index 84c244f..5d3d33f 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -# Release Notes for ktls-utils 1.3.0-rc1 +# Release Notes for ktls-utils 1.3.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 84c244f..5d3d33f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Release Notes for ktls-utils 1.3.0-rc1 +# Release Notes for ktls-utils 1.3.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 b26f2c3..ecd2b41 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.3.0-rc1],[kernel-tls-handshake@lists.linux.dev]) +AC_INIT([ktls-utils],[1.3.0],[kernel-tls-handshake@lists.linux.dev]) AM_INIT_AUTOMAKE AM_SILENT_RULES([yes]) AC_CONFIG_SRCDIR([config.h.in])