From 5c3314b5728b272cbaf0d98f4d521cca9610b6bf Mon Sep 17 00:00:00 2001 From: Chuck Lever Date: Wed, 5 Jun 2024 14:15:54 -0400 Subject: [PATCH] Release ktls-utils 0.11 Signed-off-by: Chuck Lever --- ChangeLog | 5 +++++ NEWS | 9 ++++----- README | 2 +- README.md | 2 +- configure.ac | 2 +- 5 files changed, 12 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index 65fa5a1..903370c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ Change Log - In newest-release-first order +ktls-utils 0.11 - 2024-06-05 + * Add support for chained certs + * Move to-do items to the GitHub issue tracker + * Fix minor bugs + ktls-utils 0.10 - 2023-09-21 * Fix Server Name Indicator support (IP addresses) * Add tlshd.conf option to provide specific trust chain diff --git a/NEWS b/NEWS index 7df60f7..2eb6a9c 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,4 @@ -ktls-utils 0.10 - 2023-09-21 - * Fix Server Name Indicator support (IP addresses) - * Add tlshd.conf option to provide specific trust chain - * Reorganize tlshd.conf - * Fix numerous bugs reported by packagers +ktls-utils 0.11 - 2024-06-05 + * Add support for chained certs + * Move to-do items to the GitHub issue tracker + * Fix minor bugs diff --git a/README b/README index ef2e8dc..578f249 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -# Release Notes for ktls-utils 0.11-dev +# Release Notes for ktls-utils 0.11 Note well: This is experimental prototype software. It's purpose is purely as a demonstration and proof-of-concept. USE AT YOUR OWN RISK. diff --git a/README.md b/README.md index ef2e8dc..578f249 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Release Notes for ktls-utils 0.11-dev +# Release Notes for ktls-utils 0.11 Note well: This is experimental prototype software. It's purpose is purely as a demonstration and proof-of-concept. USE AT YOUR OWN RISK. diff --git a/configure.ac b/configure.ac index e977e7f..2ab5708 100644 --- a/configure.ac +++ b/configure.ac @@ -18,7 +18,7 @@ dnl 02110-1301, USA. dnl AC_PREREQ([2.69]) -AC_INIT([ktls-utils],[0.11-dev],[kernel-tls-handshake@lists.linux.dev]) +AC_INIT([ktls-utils],[0.11],[kernel-tls-handshake@lists.linux.dev]) AM_INIT_AUTOMAKE AM_SILENT_RULES([yes]) AC_CONFIG_SRCDIR([config.h.in])