summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2008-04-21 20:18:18 +0000
committerDan Winship <danw@src.gnome.org>2008-04-21 20:18:18 +0000
commit6672b2b40685ed2230f4994cae726be3d5d9e5c1 (patch)
tree173daa8ff290d026bc5c3826052d23d5e1a7ffab
parent1012ecb39d1081732ff5bb9f6911f8ea2a8a783a (diff)
downloadlibsoup-6672b2b40685ed2230f4994cae726be3d5d9e5c1.tar.gz
2.23.1, bump AGE and CURRENTLIBSOUP_2_23_1
* configure.in: 2.23.1, bump AGE and CURRENT * NEWS: update svn path=/trunk/; revision=1138
-rw-r--r--ChangeLog6
-rw-r--r--NEWS18
-rw-r--r--configure.in6
3 files changed, 27 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 8254612e..3e31f255 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-04-21 Dan Winship <danw@gnome.org>
+
+ * configure.in: 2.23.1, bump AGE and CURRENT
+
+ * NEWS: update
+
2008-04-20 Dan Winship <danw@gnome.org>
Fixes for GnuTLS support on Win32. #528752, patch from Marc Maurer
diff --git a/NEWS b/NEWS
index c6fbdfe4..973cb481 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+Changes in libsoup from 2.4.1 to 2.23.1:
+
+ * This is the first unstable release leading up to GNOME 2.24.
+ Bumped the libsoup version number up to 2.23.x to match the
+ GNOME version; note that the API version is still "2.4",
+ meaning in particular that you still call it "libsoup-2.4"
+ when using pkg-config.
+
+ * Added SoupSessionFeature, an interface type that will be
+ used for several new features. Ported SoupLogger and
+ SoupAuthManager to use it.
+
+ * Added SoupCookie and SoupCookieJar. This API is already
+ being used in Epiphany, via WebKit, but it is not yet
+ complete.
+
+ * Fixed GnuTLS support on Win32. [#528752, Marc Maurer]
+
Changes in libsoup from 2.4.0 to 2.4.1:
* Fixed SoupMessage to not downgrade to HTTP/1.0 for the
diff --git a/configure.in b/configure.in
index 5b0ec8d0..c638eff6 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.23.0)
+AC_INIT(libsoup, 2.23.1)
AC_CONFIG_SRCDIR(libsoup.pc.in)
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
@@ -15,10 +15,10 @@ SOUP_API_VERSION=2.4
AC_SUBST(SOUP_API_VERSION)
# Increment on interface addition. Reset on removal.
-SOUP_AGE=1
+SOUP_AGE=2
# Increment on interface add, remove, or change.
-SOUP_CURRENT=2
+SOUP_CURRENT=3
# Increment on source change. Reset when CURRENT changes.
SOUP_REVISION=0