[libsoup] 2.51.90



commit ded9460e400d7734b9cabdded4aa0c3808d9f7d1
Author: Dan Winship <danw gnome org>
Date:   Mon Aug 17 11:07:48 2015 -0400

    2.51.90

 NEWS         |   16 ++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 17 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 929975c..29c6dba 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+Changes in libsoup from 2.51.3 to 2.51.90:
+
+       * Added a new GVariant-based XMLRPC API, and deprecated the
+          old GValue-based API (along with the associated
+          GValue-manipulating utilities). [#746495, Xavier Claessens]
+
+       * Multiple build fixes for Visual Studio [#752952, Chun-wei Fan]
+
+       * Added VAPI generation [#750679, Daniel Espinosa]
+
+       * Fixed the mode bits on soup-cookie.c, which was previously
+          marked executable for some reason. [rh #1247285]
+
+       * Updated translations:
+         Norwegian bokmål, Portuguese, Thai, Turkish
+
 Changes in libsoup from 2.50.0 to 2.51.3:
 
        * Fixed "make check" in non-English locales [rh #1224989,
diff --git a/configure.ac b/configure.ac
index fbdc07c..b78c830 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ dnl *******************************************
 
 m4_define([soup_major_version], [2])
 m4_define([soup_minor_version], [51])
-m4_define([soup_micro_version], [3])
+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])


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