summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaudio Saavedra <csaavedra@igalia.com>2018-08-03 17:48:59 +0300
committerClaudio Saavedra <csaavedra@igalia.com>2018-08-09 17:05:27 +0300
commitdfc4a9ee505ce63c00b40c8a00a3c2d250af1025 (patch)
treeaed85e7f66658e9caf2cd1d10467ddac4c0f8435
parentd42f52c76956525e396ff9e14fb9c9f0375fe904 (diff)
downloadlibsoup-dfc4a9ee505ce63c00b40c8a00a3c2d250af1025.tar.gz
2.63.902.63.90
-rw-r--r--NEWS14
-rw-r--r--configure.ac2
-rw-r--r--meson.build2
3 files changed, 16 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 3d0a08ad..73ea7812 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+Changes in libsoup from 2.63.2 to 2.63.90:
+
+ * Set default cookie path for NULL origins [#1, Adrian Perez de Castro]
+ * Fixes to GObject-introspection [bgo#794787, Corentin Noël]
+ * Use atomic-refcounting in classes that are not using GObject-refcounting
+ [bgo#785110, Edward Hervey]
+ * Many Coverity-found code fixes [bgo#781771, Milan Crha]
+ * Bail out on cookie-jar calls with empty hostnames [#3, Michael Catanzaro]
+ * Fixes to the simple-httpd example [#2, Mooffie]
+ * Updated translations: Chinese (Taiwan), Catalan
+
+ Note: from now onwards bgo# references bugs in GNOME Bugzilla
+ and # issues in GNOME gitlab.
+
Changes in libsoup from 2.63.1 to 2.63.2:
* Many fixes to the meson build system support [#795324,
diff --git a/configure.ac b/configure.ac
index 98ea0208..907968d6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ dnl *******************************************
m4_define([soup_major_version], [2])
m4_define([soup_minor_version], [63])
-m4_define([soup_micro_version], [2])
+m4_define([soup_micro_version], [90])
AC_PREREQ(2.63)
AC_INIT([libsoup],[soup_major_version.soup_minor_version.soup_micro_version],[http://bugzilla.gnome.org/enter_bug.cgi?product=libsoup])
diff --git a/meson.build b/meson.build
index 329e8890..de0b9dd6 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('libsoup', 'c',
- version: '2.63.2',
+ version: '2.63.90',
meson_version : '>=0.43',
license : 'LGPL2',
default_options : 'c_std=c89')