[libsoup/libsoup-3-0] 3.0.7



commit 40cabaef1bd71475fcf34a618ad5937cefb76513
Author: Patrick Griffis <pgriffis igalia com>
Date:   Thu Jun 30 12:11:48 2022 -0500

    3.0.7

 NEWS        | 13 +++++++++++++
 meson.build |  2 +-
 2 files changed, 14 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 13bf894d..ad435cb8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+Changes in libsoup from 3.0.6 to 3.0.7:
+
+* Fix leak in SoupAuthNTLM [Milan Crha]
+* Fix constructing SoupAuthNTLM objects [Milan Crha]
+* Disable mutual negotiation in SoupAuthNegotiate [Michael Catanzaro]
+* http2: Do not advertise the `h2` protocool for proxy connections [Carlos Garcia Campos]
+* http2: Remove left-over headers when HTTP/1 redirects to HTTP/2 [Carlos Garcia Campos]
+* http2: Handle HTTP_1_1_REQUIRED error [Carlos Garcia Campos]
+* http2: Read request bodies synchronously for sync requests [Carlos Garcia Campos]
+* http2: Properly handle server sending shut down GOAWAY [Carlos Garcia Campos]
+* tests: Remove dependency on Apache's PHP module [Carlos Garcia Campos]
+* tests: Depend upon Apache's http2 module [Carlos Garcia Campos]
+
 Changes in libsoup from 3.0.5 to 3.0.6:
 
 * Misc HTTP/2 fixes [Carlos Garcia Campos]
diff --git a/meson.build b/meson.build
index 5f15aa93..c4a5e2e0 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('libsoup', 'c',
-        version: '3.0.6',
+        version: '3.0.7',
         meson_version : '>= 0.54',
         license : 'LGPL-2.0-or-later',
         default_options : [


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]