Skip to content

Commit a636be6

Browse files
committed
Release ktls-utils 1.0-rc1
Signed-off-by: Chuck Lever <[email protected]>
1 parent 6013484 commit a636be6

File tree

5 files changed

+11
-6
lines changed

5 files changed

+11
-6
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 1.0 - 2025-02-06
4+
* Handshake support for in-kernel QUIC
5+
* Package is no longer "experimental"
6+
* Fix minor bugs
7+
38
ktls-utils 0.11 - 2024-06-05
49
* Add support for chained certs
510
* Move to-do items to the GitHub issue tracker

NEWS

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ktls-utils 0.11 - 2024-06-05
2-
* Add support for chained certs
3-
* Move to-do items to the GitHub issue tracker
1+
ktls-utils 1.0 - 2025-02-06
2+
* Handshake support for in-kernel QUIC
3+
* Package is no longer "experimental"
44
* 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 1.0.0-pre
1+
# Release Notes for ktls-utils 1.0.0-rc1
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.0.0-pre
1+
# Release Notes for ktls-utils 1.0.0-rc1
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.0.0-pre],[[email protected]])
21+
AC_INIT([ktls-utils],[1.0.0-rc1],[[email protected]])
2222
AM_INIT_AUTOMAKE
2323
AM_SILENT_RULES([yes])
2424
AC_CONFIG_SRCDIR([config.h.in])

0 commit comments

Comments
 (0)