complete changelog for v2.3.0

This commit is contained in:
Yves Rutschle 2025-04-06 11:46:19 +02:00
parent 4978641271
commit 5ad1ea1e25
6 changed files with 14 additions and 7 deletions

View File

@ -1,11 +1,18 @@
vNEXT:
v2.2.0:
Added a boolean setting "is_unix" for listen and
protocol entries. This will use the 'host' setting
as a path name to a socket file, and connections
(listening or connecting) will be performed on Unix
socket instead of Internet sockets.
Support proxyprotocol on the backend server side.
Support HAProxy's proxyprotocol on the backend
server side.
Lots of documentation about a new, simpler way to
perform transparent proxying.
New "verbose" option that overrides all other
verbose settings.
v2.1.3:
Fix Landlock access to /etc/hosts.deny and

View File

@ -1,5 +1,5 @@
/* Generated by conf2struct (https://www.rutschle.net/tech/conf2struct/README)
* on Mon Feb 24 18:37:24 2025.
* on Sun Apr 6 11:44:59 2025.
# conf2struct: generate libconf parsers that read to structs
# Copyright (C) 2018-2024 Yves Rutschle

View File

@ -1,5 +1,5 @@
/* Generated by conf2struct (https://www.rutschle.net/tech/conf2struct/README)
* on Mon Feb 24 18:37:24 2025.
* on Sun Apr 6 11:44:59 2025.
# conf2struct: generate libconf parsers that read to structs
# Copyright (C) 2018-2024 Yves Rutschle

View File

@ -1,5 +1,5 @@
/* Generated by conf2struct (https://www.rutschle.net/tech/conf2struct/README)
* on Mon Feb 24 18:37:24 2025.
* on Sun Apr 6 11:44:58 2025.
# conf2struct: generate libconf parsers that read to structs
# Copyright (C) 2018-2024 Yves Rutschle

View File

@ -1,5 +1,5 @@
/* Generated by conf2struct (https://www.rutschle.net/tech/conf2struct/README)
* on Mon Feb 24 18:37:24 2025.
* on Sun Apr 6 11:44:58 2025.
# conf2struct: generate libconf parsers that read to structs
# Copyright (C) 2018-2024 Yves Rutschle

View File

@ -1,5 +1,5 @@
#ifndef VERSION_H
#define VERSION_H
#define VERSION "v2.1.4-40-g416a82f-dirty"
#define VERSION "v2.1.4-42-g4978641-dirty"
#endif