From 49e0178c6f91725ca348acf6d3c5d1343e6c9eb1 Mon Sep 17 00:00:00 2001 From: Patrick Griffis Date: Wed, 2 Nov 2022 14:46:22 -0500 Subject: 3.2.2 --- NEWS | 6 ++++++ meson.build | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 79b1c253..67b495e8 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +Changes in libsoup from 3.2.1 to 3.2.2: + +* Various HTTP/2 Fixes: [Carlos Garcia Campos] + * Fix `content-sniffed` not being emitted for resources without content + * Fix leak of SoupServerConnection when stolen + Changes in libsoup from 3.2.0 to 3.2.1: * When built against nghttp2 1.50.0+ be relaxed about header whitespace [Carlos Garcia Campos] diff --git a/meson.build b/meson.build index cdf9ad6d..e9f1a6d6 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('libsoup', 'c', - version: '3.2.1', + version: '3.2.2', meson_version : '>= 0.54', license : 'LGPL-2.0-or-later', default_options : [ -- cgit v1.2.1