libsoup r1138 - trunk
- From: danw svn gnome org
- To: svn-commits-list gnome org
- Subject: libsoup r1138 - trunk
- Date: Mon, 21 Apr 2008 21:18:19 +0100 (BST)
Author: danw
Date: Mon Apr 21 20:18:18 2008
New Revision: 1138
URL: http://svn.gnome.org/viewvc/libsoup?rev=1138&view=rev
Log:
* configure.in: 2.23.1, bump AGE and CURRENT
* NEWS: update
Modified:
trunk/ChangeLog
trunk/NEWS
trunk/configure.in
Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS (original)
+++ trunk/NEWS Mon Apr 21 20:18:18 2008
@@ -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
Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in (original)
+++ trunk/configure.in Mon Apr 21 20:18:18 2008
@@ -3,7 +3,7 @@
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 @@
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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]