summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaudio Saavedra <csaavedra@igalia.com>2018-05-21 18:32:35 +0300
committerClaudio Saavedra <csaavedra@igalia.com>2018-05-21 18:32:35 +0300
commit9e84e84142e15a6201fb226222052003d5e659d6 (patch)
tree5425877b95d3c40a6e4e43f8da435243b0c6265d
parentafff0232c7f6af26bfe355146b0fd19e49549477 (diff)
downloadlibsoup-9e84e84142e15a6201fb226222052003d5e659d6.tar.gz
2.63.22.63.2
-rw-r--r--NEWS10
-rw-r--r--configure.ac2
-rw-r--r--meson.build2
3 files changed, 12 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 7d95ac25..3d0a08ad 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+Changes in libsoup from 2.63.1 to 2.63.2:
+
+ * Many fixes to the meson build system support [#795324,
+ #782410, Tomas Popela, Jan Alexander Steffens]
+ * Fixes to xmlrpc-server test with PHP >= 7.2 and related
+ [#795111, #782410 Jan Alexander Steffens]
+ * Fix critical warning in SoupSocket [Carlos Garcia Campos]
+ * Updated translations: Romanian, Friulian, Slovenian,
+ Czech, Spanish, Indonesian, Chinese (China).
+
Changes in libsoup from 2.62.0 to 2.63.1:
* Fix digest authentication with encoded URIs [#794208,
diff --git a/configure.ac b/configure.ac
index 041696e8..98ea0208 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], [1])
+m4_define([soup_micro_version], [2])
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 a77579f6..329e8890 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('libsoup', 'c',
- version: '2.63.1',
+ version: '2.63.2',
meson_version : '>=0.43',
license : 'LGPL2',
default_options : 'c_std=c89')