summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2006-07-10 16:26:20 +0000
committerDan Winship <danw@src.gnome.org>2006-07-10 16:26:20 +0000
commit67109f2165961745a760a0018db824aca90855f4 (patch)
treef587901db56d8806a1ccc7a14a91cf8712efb3dc
parentb3cd7920a25e66e8fd95a0a63fc3a97c4c0bd05e (diff)
downloadlibsoup-67109f2165961745a760a0018db824aca90855f4.tar.gz
2.2.95.1, and bump SOUP_AGE/SOUP_CURRENT this time. Pointed out by DanielLIBSOUP_2_2_95_1
* 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
-rw-r--r--ChangeLog11
-rw-r--r--NEWS13
-rw-r--r--configure.in6
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 <danw@novell.com>
+
+ * configure.in: 2.2.95.1, and bump SOUP_AGE/SOUP_CURRENT this
+ time. Pointed out by Daniel Holbach.
+
+2006-07-10 Dan Winship <danw@novell.com>
+
+ * configure.in: 2.2.95
+
+ * NEWS: update
+
2006-06-19 Dan Winship <danw@novell.com>
* 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