From e43b5638b2b60b57a1e7b673bb64c7eb8b7a693d Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Mon, 4 Apr 2011 11:39:26 -0400 Subject: 2.34.0 --- NEWS | 12 ++++++++++++ configure.ac | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) 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]) -- cgit v1.2.1