From 89c20462d24298734c7fd476ca4c87058438e52c Mon Sep 17 00:00:00 2001 From: Patrick Griffis Date: Tue, 11 Oct 2022 13:11:57 -0500 Subject: 3.2.1 --- NEWS | 7 +++++++ meson.build | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 07aca1b8..79b1c253 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +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] +* Fix possible crash when cancelling an HTTP/2 message [Carlos Garcia Campos] +* Fix regresion where soup_server_message_get_socket() could return NULL [Carlos Garcia Campos] +* Fix minor memory leak [Milan Crha] + Changes in libsoup from 3.1.4 to 3.2.0: Changes in libsoup from 3.1.3 to 3.1.4: diff --git a/meson.build b/meson.build index b21fe6dc..cdf9ad6d 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('libsoup', 'c', - version: '3.2.0', + version: '3.2.1', meson_version : '>= 0.54', license : 'LGPL-2.0-or-later', default_options : [ -- cgit v1.2.1