summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS8
-rw-r--r--meson.build2
2 files changed, 9 insertions, 1 deletions
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 : [