Skip to content

Commit

Permalink
Merge tag 'v19.2'
Browse files Browse the repository at this point in the history
release v19.2
  • Loading branch information
MaxKellermann committed Jan 16, 2025
2 parents cef1517 + a2b430a commit 6767d17
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
cm4all-beng-proxy (19.2) unstable; urgency=low
cm4all-beng-proxy (19.3) unstable; urgency=low

* http/local: fix crash bug (19.0 regression)
* http/server: receive using io_uring
* was: reduce the number of epoll_ctl() system calls again
* was: receive from control channel using io_uring
Expand All @@ -9,6 +8,12 @@ cm4all-beng-proxy (19.2) unstable; urgency=low

--

cm4all-beng-proxy (19.2) unstable; urgency=low

* http/local: fix crash bug (19.0 regression)

-- Max Kellermann <[email protected]> Thu, 16 Jan 2025 17:26:56 +0100

cm4all-beng-proxy (19.1) unstable; urgency=low

* bp: fix crash due to uninitialized variable
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
project('CM4all beng-proxy', 'cpp', version: '19.2',
project('CM4all beng-proxy', 'cpp', version: '19.3',
meson_version: '>= 1.0',
default_options: [
'cpp_std=c++20',
Expand Down

0 comments on commit 6767d17

Please sign in to comment.