[libsoup] 2.63.2



commit 9e84e84142e15a6201fb226222052003d5e659d6
Author: Claudio Saavedra <csaavedra igalia com>
Date:   Mon May 21 18:32:35 2018 +0300

    2.63.2

 NEWS         |   10 ++++++++++
 configure.ac |    2 +-
 meson.build  |    2 +-
 3 files changed, 12 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 7d95ac2..3d0a08a 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 041696e..98ea020 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 a77579f..329e889 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')


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