Skip to content

Commit c85d09d

Browse files
committed
Release ktls-utils 1.3.0
Signed-off-by: Chuck Lever <[email protected]>
1 parent 914b6c7 commit c85d09d

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.3.0 2025-10-06
3+
ktls-utils 1.3.0 2025-10-20
44
* Implement support for certificates using post-quantum encryption
55
* Add several new GitHub Action workflows, including a gh-pages generator
66
* Move /etc/tlshd.conf to /etc/tlshd/config

NEWS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ktls-utils 1.3.0 2025-10-06
1+
ktls-utils 1.3.0 2025-10-20
22
* Implement support for certificates using post-quantum encryption
33
* Add several new GitHub Action workflows, including a gh-pages generator
44
* Move /etc/tlshd.conf to /etc/tlshd/config

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.3.0-rc1
1+
# Release Notes for ktls-utils 1.3.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.3.0-rc1
1+
# Release Notes for ktls-utils 1.3.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.3.0-rc1],[[email protected]])
21+
AC_INIT([ktls-utils],[1.3.0],[[email protected]])
2222
AM_INIT_AUTOMAKE
2323
AM_SILENT_RULES([yes])
2424
AC_CONFIG_SRCDIR([config.h.in])

0 commit comments

Comments
 (0)