From 2f32d42c74a1c64bcfdbdb431a995595aceed699 Mon Sep 17 00:00:00 2001 From: Patrick Griffis Date: Fri, 28 May 2021 10:08:06 -0500 Subject: 2.99.7 --- NEWS | 8 ++++++++ meson.build | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index b4b18cd3..3fe085c3 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,11 @@ +Changes in libsoup from 2.99.6 to 2.99.7: + + * Change SoupSession to only support one SoupSessionFeature of a given type [Patrick Griffis] + + * Remove soup_session_get_features() API [Patrick Griffis] + + * Numerous HTTP/2 fixes and improvements [Carlos Garcia Campos] + Changes in libsoup from 2.99.5 to 2.99.6: * Added HTTP/2 support. Enable by setting `SOUP_ENABLE_HTTP2` env var. [Patrick Griffis, Carlos Garcia Campos] diff --git a/meson.build b/meson.build index ac74f1a6..64964f67 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('libsoup', 'c', - version: '2.99.6', + version: '2.99.7', meson_version : '>= 0.53', license : 'LGPL2', default_options : [ -- cgit v1.2.1