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])