Skip to content

Commit 6d296ef

Browse files
committed
Release ktls-utils 1.2.0
Signed-off-by: Chuck Lever <[email protected]>
1 parent e60b6b8 commit 6d296ef

File tree

5 files changed

+14
-8
lines changed

5 files changed

+14
-8
lines changed

ChangeLog

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

3+
ktls-utils 1.2.0 2025-07-11
4+
* Implement Certificate Revocation Lists
5+
* Add a default keyring for NFS consumers
6+
* Improvements to error reporting and logging
7+
* Manage per-session resources more effectively
8+
39
ktls-utils 1.1.0 2025-06-02
410
* Return to the old release process
511
* Update the contribution process

NEWS

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
ktls-utils 1.1.0 2025-06-02
2-
* Return to the old release process
3-
* Update the contribution process
4-
* Accept alternate keyrings during handshake upcall
5-
* Initial support for building ktls-utils with MUSL
1+
ktls-utils 1.2.0 2025-07-11
2+
* Implement Certificate Revocation Lists
3+
* Add a default keyring for NFS consumers
4+
* Improvements to error reporting and logging
5+
* Manage per-session resources more effectively

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 1.1.0
1+
# Release Notes for ktls-utils 1.2.0
22

33
In-kernel TLS consumers need a mechanism to perform TLS handshakes
44
on a connected socket to negotiate TLS session parameters that can

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 1.1.0
1+
# Release Notes for ktls-utils 1.2.0
22

33
In-kernel TLS consumers need a mechanism to perform TLS handshakes
44
on a connected socket to negotiate TLS session parameters that can

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],[1.1.0],[[email protected]])
21+
AC_INIT([ktls-utils],[1.2.0],[[email protected]])
2222
AM_INIT_AUTOMAKE
2323
AM_SILENT_RULES([yes])
2424
AC_CONFIG_SRCDIR([config.h.in])

0 commit comments

Comments
 (0)