summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Griffis <pgriffis@igalia.com>2022-06-30 12:22:42 -0500
committerPatrick Griffis <pgriffis@igalia.com>2022-06-30 12:22:42 -0500
commitec9a66fb419b2d13872c9d0f2eb87e63cf9f433f (patch)
tree99d46efafc6ac4d057690d23e71b65c641cd9090
parenta6161e5e227f264cd276abf365f49395fcfa735a (diff)
downloadlibsoup-ec9a66fb419b2d13872c9d0f2eb87e63cf9f433f.tar.gz
3.1.1 (dev)3.1.1
-rw-r--r--NEWS20
-rw-r--r--meson.build2
2 files changed, 21 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 13bf894d..18afaea2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,23 @@
+Changes in libsoup from 3.0.7 to 3.1.1:
+
+* Reintroduce some thread-safety to SoupSession (see https://libsoup.org/libsoup-3.0/client-thread-safety.html) [Carlos Garcia Campos]
+* Add SoupServerMessage:tls-peer-certificate and SoupServerMessage:tls-peer-certificate-errors [Ignacio Casal Quinteiro]
+* Port docs to gi-docgen [Maximiliano Sandoval R]
+* Update documentation [Patrick Griffis]
+
+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 e16ccda6..e7db3a25 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('libsoup', 'c',
- version: '3.1.0',
+ version: '3.1.1',
meson_version : '>= 0.54',
license : 'LGPL-2.0-or-later',
default_options : [