[libsoup] 2.52.1



commit a801eb8876498ce6c7e1fab541190127e697c1c4
Author: Dan Winship <danw gnome org>
Date:   Mon Oct 12 17:25:57 2015 -0400

    2.52.1

 NEWS         |   17 +++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 18 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index df88087..2384baf 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+Changes in libsoup from 2.52.0 to 2.52.1:
+
+       * Fixed build under MinGW [Chun-wei Fan]
+
+       * Fixed build with --disable-introspection [#755389, Quentin
+          Glidic]
+
+       * Fixed HTTP authentication protection space handling for
+          files directly under the root directory. [#755617, Carlos
+          Garcia Campos]
+
+       * Fixed a warning when loading data from SoupCache while using
+          an authenticated proxy. [#756076, Carlos Garcia Campos]
+
+       * Updated translations:
+         German, Vietnamese
+
 Changes in libsoup from 2.51.92 to 2.52.0:
 
        * Removed duplicate test paths from tests/date so it will pass
diff --git a/configure.ac b/configure.ac
index d15b40c..72e5611 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ dnl *******************************************
 
 m4_define([soup_major_version], [2])
 m4_define([soup_minor_version], [52])
-m4_define([soup_micro_version], [0])
+m4_define([soup_micro_version], [1])
 
 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]