[libsoup] 2.51.3



commit 8c0ec513b2a881537c7cc70be3b32bb6b97b691c
Author: Dan Winship <danw gnome org>
Date:   Mon Jun 22 17:29:30 2015 -0400

    2.51.3

 NEWS         |   10 ++++++++++
 configure.ac |    4 ++--
 2 files changed, 12 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 100e582..929975c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+Changes in libsoup from 2.50.0 to 2.51.3:
+
+       * Fixed "make check" in non-English locales [rh #1224989,
+         #749397]
+
+       * Fixed some compiler warnings [#748514, Philip Withnall]
+
+       * New/Updated translations:
+         Aragonese, Catalan, Occitan, Russian
+
 Changes in libsoup from 2.49.92 to 2.50:
 
        * Updated translations:
diff --git a/configure.ac b/configure.ac
index 5808f84..386e6e1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,8 +3,8 @@ dnl *** Initialize automake and set version ***
 dnl *******************************************
 
 m4_define([soup_major_version], [2])
-m4_define([soup_minor_version], [50])
-m4_define([soup_micro_version], [0])
+m4_define([soup_minor_version], [51])
+m4_define([soup_micro_version], [3])
 
 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]