[libsoup] 3.0.6



commit 5211c27a4c77c9bae511721cf20f0abac554d8b4
Author: Patrick Griffis <pgriffis igalia com>
Date:   Thu Mar 31 13:33:55 2022 -0500

    3.0.6

 NEWS        | 8 ++++++++
 meson.build | 2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 838c578f..13bf894d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+Changes in libsoup from 3.0.5 to 3.0.6:
+
+* Misc HTTP/2 fixes [Carlos Garcia Campos]
+* Add PUT/POST support to examples/get [Carlos Garcia Campos]
+* Add `--user-agent` option to examples/get [Carlos Garcia Campos]
+* Misc meson improvements [Nirbheek Chauhan]
+* Fix build with Visual Studio [Chun-wei Fan]
+
 Changes in libsoup from 3.0.4 to 3.0.5:
 
 * Misc HTTP/2 fixes [Carlos Garcia Campos]
diff --git a/meson.build b/meson.build
index 97798f53..b1ecbefd 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('libsoup', 'c',
-        version: '3.0.5',
+        version: '3.0.6',
         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]