Skip to content

Commit c787cd2

Browse files
committed
Release ktls-utils 1.0
Signed-off-by: Chuck Lever <[email protected]>
1 parent 7043a68 commit c787cd2

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

ChangeLog

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

3-
ktls-utils 1.0 - 2025-02-06
3+
ktls-utils 1.0 - 2025-05-05
44
* Handshake support for in-kernel QUIC
55
* Package is no longer "experimental"
66
* Fix minor bugs

NEWS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ktls-utils 1.0 - 2025-02-06
1+
ktls-utils 1.0 - 2025-05-05
22
* Handshake support for in-kernel QUIC
33
* 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-rc2
1+
# Release Notes for ktls-utils 1.0.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.0.0-rc2
1+
# Release Notes for ktls-utils 1.0.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.0.0-rc2],[[email protected]])
21+
AC_INIT([ktls-utils],[1.0.0],[[email protected]])
2222
AM_INIT_AUTOMAKE
2323
AM_SILENT_RULES([yes])
2424
AC_CONFIG_SRCDIR([config.h.in])

0 commit comments

Comments
 (0)