summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2015-10-12 17:25:57 -0400
committerDan Winship <danw@gnome.org>2015-10-12 17:25:57 -0400
commita801eb8876498ce6c7e1fab541190127e697c1c4 (patch)
tree3ba261d8b5f98c255d824c5045261ff47506694b
parenta28a6974cb5f176cf0a43fd99c3b19e26a52399e (diff)
downloadlibsoup-a801eb8876498ce6c7e1fab541190127e697c1c4.tar.gz
2.52.12.52.1
-rw-r--r--NEWS17
-rw-r--r--configure.ac2
2 files changed, 18 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index df88087c..2384bafc 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 d15b40c3..72e56112 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])