[libsoup] 2.52.0



commit 3697550f09011b0312bc8df25f099bba07d84159
Author: Dan Winship <danw gnome org>
Date:   Mon Sep 21 11:21:26 2015 -0400

    2.52.0

 NEWS         |    5 +++++
 configure.ac |    4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index c4392fa..df88087 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Changes in libsoup from 2.51.92 to 2.52.0:
+
+       * Removed duplicate test paths from tests/date so it will pass
+          with glib 2.46.0
+
 Changes in libsoup from 2.51.90 to 2.51.92:
 
        * Added g_autoptr() support for all libsoup types. [#754721,
diff --git a/configure.ac b/configure.ac
index d4961f4..7fb9fa4 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], [51])
-m4_define([soup_micro_version], [92])
+m4_define([soup_minor_version], [52])
+m4_define([soup_micro_version], [0])
 
 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]