summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2008-11-25 14:08:33 +0000
committerDan Winship <danw@src.gnome.org>2008-11-25 14:08:33 +0000
commitc84b49d9558b02b2ce61dbe992b5f223812b8dee (patch)
treec0cd7b88849bbf8b1dd8c5382b777036fd7c8713
parent7c8cc1c6acfa112991404c2ec4d9b6ded044c473 (diff)
downloadlibsoup-c84b49d9558b02b2ce61dbe992b5f223812b8dee.tar.gz
2.24.2.1 (sigh)LIBSOUP_2_24_2_1
* configure.in: 2.24.2.1 (sigh) * NEWS: update svn path=/branches/gnome-2-24/; revision=1212
-rw-r--r--ChangeLog4
-rw-r--r--NEWS5
-rw-r--r--configure.in2
3 files changed, 9 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 608b33eb..28a40ca6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2008-11-25 Dan Winship <danw@gnome.org>
+ * configure.in: 2.24.2.1 (sigh)
+
+ * NEWS: update
+
* libsoup/soup-uri.c (soup_uri_copy_root): set a path, since the
docs say SoupURI always has a path, and the URIs returned from
here get used as the URIs for proxy CONNECT requests, which might
diff --git a/NEWS b/NEWS
index c799d067..9da12bb3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Changes in libsoup from 2.24.1 to 2.24.2:
+Changes in libsoup from 2.24.1 to 2.24.2.1:
* Fixed two bugs and a memory leak in cookie handling
@@ -7,6 +7,9 @@ Changes in libsoup from 2.24.1 to 2.24.2:
* Minor updates to gtk-docs
+ * (2.24.2.1 fixes a crash in the cookie code introduced in
+ 2.24.2. [#562191])
+
Changes in libsoup from 2.24.0.1 to 2.24.1:
* Fixed a crash when unreffing the session from a
diff --git a/configure.in b/configure.in
index f83c59f9..99ace452 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.24.2)
+AC_INIT(libsoup, 2.24.2.1)
AC_CONFIG_SRCDIR(libsoup.pc.in)
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)