summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2011-04-04 11:39:26 -0400
committerDan Winship <danw@gnome.org>2011-04-04 11:39:26 -0400
commite43b5638b2b60b57a1e7b673bb64c7eb8b7a693d (patch)
tree4730711da05c299f64b9ea68a2dee33325253e45
parent87e7ae14487fde5144d16963c4a73612acf0aca5 (diff)
downloadlibsoup-e43b5638b2b60b57a1e7b673bb64c7eb8b7a693d.tar.gz
-rw-r--r--NEWS12
-rw-r--r--configure.ac2
2 files changed, 13 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 6bf838de..4d6498a7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+Changes in libsoup from 2.33.92 to 2.34.0:
+
+ * Fixed the GMainContext handling of the new
+ SoupProxyResolverDefault (which among other things fixes
+ gstreamer usage inside epiphany). [#646201, Sebastian Dröge]
+
+ * Tweaked the introspection Makefile rules to fix a problem
+ building on Debian/Ubuntu. [#645505]
+
+ * Belated bumped the shared library versioning to reflect the
+ API additions since 2.32.0
+
Changes in libsoup from 2.33.90 to 2.33.92:
* LIBSOUP NO LONGER DEPENDS ON GCONF OR LIBPROXY.
diff --git a/configure.ac b/configure.ac
index b0414cb0..a2475371 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ dnl *** Initialize automake and set version ***
dnl *******************************************
AC_PREREQ(2.63)
-AC_INIT([libsoup],[2.33.92],[http://bugzilla.gnome.org/enter_bug.cgi?product=libsoup])
+AC_INIT([libsoup],[2.34.0],[http://bugzilla.gnome.org/enter_bug.cgi?product=libsoup])
AC_CONFIG_SRCDIR([libsoup-2.4.pc.in])
AC_CONFIG_MACRO_DIR([m4])