[libsoup] 2.56.0



commit 65f5c1d50f453f219d17eef17eb1b99e5382dcf8
Author: Dan Winship <danw gnome org>
Date:   Mon Sep 19 12:09:03 2016 -0400

    2.56.0

 NEWS         |   16 ++++++++++++++++
 configure.ac |    4 ++--
 2 files changed, 18 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 980fe76..ce44280 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+Changes in libsoup from 2.55.90 to 2.56.0:
+
+       * Added SoupWebsocketConnection:max-incoming-payload-size
+          property, to override the default maximum incoming payload
+          size. [#770022, Ignacio Casal Quinteiro]
+
+       * Added soup-version.h symbols (in particular
+          soup_check_version()) to introspection. [#771439, Rico
+          Tzschichholz]
+
+       * Updated the copy of the public suffix list used by SoupTLD
+         [#769650, Michael Catanzaro]
+
+       * Updated translations:
+         British English, Greek, Polish
+
 Changes in libsoup from 2.54.1 to 2.55.90:
 
        * Removed support for SSLv3 fallback; sites that reject TLS
diff --git a/configure.ac b/configure.ac
index dbc188a..3cabf3b 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], [55])
-m4_define([soup_micro_version], [90])
+m4_define([soup_minor_version], [56])
+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]