From b78cb58ee9b47f8ffe18697ee3b096743a01e6a8 Mon Sep 17 00:00:00 2001 From: Patrick Griffis Date: Sat, 29 Apr 2023 12:48:31 -0500 Subject: 3.4.2 --- NEWS | 4 ++++ meson.build | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 2850b8b0..0ac5a309 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +Changes in libsoup from 3.4.1 to 3.4.2: + +* Revert changes to request cancellation [Patrick Griffis] + Changes in libsoup from 3.4.0 to 3.4.1: * Fix HTTP/2 on platforms with unsigned char [Patrick Griffis] diff --git a/meson.build b/meson.build index 2746ff75..056b358e 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('libsoup', 'c', - version: '3.4.1', + version: '3.4.2', meson_version : '>= 0.54', license : 'LGPL-2.0-or-later', default_options : [ -- cgit v1.2.1