summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2015-08-17 11:07:48 -0400
committerDan Winship <danw@gnome.org>2015-08-17 11:07:48 -0400
commitded9460e400d7734b9cabdded4aa0c3808d9f7d1 (patch)
tree47edd91df2c2030f0ecd905975b0871afa488d8a
parent472f09609df53b2f21dde2e89e74378463cbded3 (diff)
downloadlibsoup-ded9460e400d7734b9cabdded4aa0c3808d9f7d1.tar.gz
2.51.902.51.90
-rw-r--r--NEWS16
-rw-r--r--configure.ac2
2 files changed, 17 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 929975c8..29c6dba3 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 fbdc07cd..b78c830c 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])