From 092915ebcb32859ae0b74aa6defa72bae0476c96 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Mon, 25 Mar 2013 08:40:19 -0400 Subject: [PATCH] 2.42.0 --- NEWS | 9 +++++++++ configure.ac | 8 ++++---- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 5713ec4..c697ff3 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +Changes in libsoup from 2.41.92 to 2.42.0: + + * Fixed a compiler warning on 32bit in a test program. [Kalev + Lember] + + * New/updated translations: + Hindi, Kannada, Korean, Malayalam, Marathi, Odia, Persian, + Tadjik, Tamil, Telugu + Changes in libsoup from 2.41.91 to 2.41.92: * Fixed a bug that caused libsoup to retry an incorrect diff --git a/configure.ac b/configure.ac index b9e2501..c5645b4 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], [41]) -m4_define([soup_micro_version], [92]) +m4_define([soup_minor_version], [42]) +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]) @@ -27,10 +27,10 @@ SOUP_API_VERSION=2.4 AC_SUBST(SOUP_API_VERSION) # Increment on interface addition. Reset on removal. -SOUP_AGE=5 +SOUP_AGE=6 # Increment on interface add, remove, or change. -SOUP_CURRENT=6 +SOUP_CURRENT=7 # Increment on source change. Reset when CURRENT changes. SOUP_REVISION=0 -- 2.7.4