From 67109f2165961745a760a0018db824aca90855f4 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Mon, 10 Jul 2006 16:26:20 +0000 Subject: 2.2.95.1, and bump SOUP_AGE/SOUP_CURRENT this time. Pointed out by Daniel * configure.in: 2.2.95.1, and bump SOUP_AGE/SOUP_CURRENT this time. Pointed out by Daniel Holbach. * configure.in: 2.2.95 * NEWS: update --- ChangeLog | 11 +++++++++++ NEWS | 13 +++++++++++++ configure.in | 6 +++--- 3 files changed, 27 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index aac102dd..e615469d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2006-07-10 Dan Winship + + * configure.in: 2.2.95.1, and bump SOUP_AGE/SOUP_CURRENT this + time. Pointed out by Daniel Holbach. + +2006-07-10 Dan Winship + + * configure.in: 2.2.95 + + * NEWS: update + 2006-06-19 Dan Winship * tests/Makefile.am (noinst_PROGRAMS): don't build xmlrpc-test diff --git a/NEWS b/NEWS index 826c2bf2..4cafbf07 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,16 @@ +Changes in libsoup from 2.2.94 to 2.2.95.1: + + * Even more fixes to XML-RPC, found by the new XML-RPC + regression test. This includes some API changes that I don't + feel guilty about, because the code totally didn't work at + all before. + + * Fixed a bug in soup_mktime_utc() + + * (2.2.95 was identical to 2.2.95.1. The only difference is + that the shared library version was belatedly bumped from + 8.2.0 to 8.3.0 to reflect the API "additions") + Changes in libsoup from 2.2.93 to 2.2.94: * Various fixes to the XML-RPC code (which apparently had not diff --git a/configure.in b/configure.in index 87b9e540..0de07c8b 100644 --- a/configure.in +++ b/configure.in @@ -3,7 +3,7 @@ dnl *** Initialize automake and set version *** dnl ******************************************* AC_PREREQ(2.53) -AC_INIT(libsoup, 2.2.94) +AC_INIT(libsoup, 2.2.95.1) AC_CONFIG_SRCDIR(libsoup.pc.in) AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION) @@ -15,10 +15,10 @@ SOUP_API_VERSION=2.2 AC_SUBST(SOUP_API_VERSION) # Increment on interface addition. Reset on removal. -SOUP_AGE=2 +SOUP_AGE=3 # Increment on interface add, remove, or change. -SOUP_CURRENT=10 +SOUP_CURRENT=11 # Increment on source change. Reset when CURRENT changes. SOUP_REVISION=0 -- cgit v1.2.1