Skip to content

Commit 5c3314b

Browse files
committed
Release ktls-utils 0.11
Signed-off-by: Chuck Lever <[email protected]>
1 parent ad57063 commit 5c3314b

File tree

5 files changed

+12
-8
lines changed

5 files changed

+12
-8
lines changed

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
Change Log - In newest-release-first order
22

3+
ktls-utils 0.11 - 2024-06-05
4+
* Add support for chained certs
5+
* Move to-do items to the GitHub issue tracker
6+
* Fix minor bugs
7+
38
ktls-utils 0.10 - 2023-09-21
49
* Fix Server Name Indicator support (IP addresses)
510
* Add tlshd.conf option to provide specific trust chain

NEWS

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
ktls-utils 0.10 - 2023-09-21
2-
* Fix Server Name Indicator support (IP addresses)
3-
* Add tlshd.conf option to provide specific trust chain
4-
* Reorganize tlshd.conf
5-
* Fix numerous bugs reported by packagers
1+
ktls-utils 0.11 - 2024-06-05
2+
* Add support for chained certs
3+
* Move to-do items to the GitHub issue tracker
4+
* Fix minor bugs

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Release Notes for ktls-utils 0.11-dev
1+
# Release Notes for ktls-utils 0.11
22

33
Note well: This is experimental prototype software. It's purpose is
44
purely as a demonstration and proof-of-concept. USE AT YOUR OWN RISK.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Release Notes for ktls-utils 0.11-dev
1+
# Release Notes for ktls-utils 0.11
22

33
Note well: This is experimental prototype software. It's purpose is
44
purely as a demonstration and proof-of-concept. USE AT YOUR OWN RISK.

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dnl 02110-1301, USA.
1818
dnl
1919

2020
AC_PREREQ([2.69])
21-
AC_INIT([ktls-utils],[0.11-dev],[[email protected]])
21+
AC_INIT([ktls-utils],[0.11],[[email protected]])
2222
AM_INIT_AUTOMAKE
2323
AM_SILENT_RULES([yes])
2424
AC_CONFIG_SRCDIR([config.h.in])

0 commit comments

Comments
 (0)