summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2008-09-01 21:48:11 +0000
committerDan Winship <danw@src.gnome.org>2008-09-01 21:48:11 +0000
commitba9cbfea79fe161a79d21f4ad89e1b73c6197523 (patch)
tree7467a3f21608817bdd0ff32cf40a1fe1e4cb8190
parentf0705a82524d16d862c943597bd5da0a64c4b9bb (diff)
downloadlibsoup-ba9cbfea79fe161a79d21f4ad89e1b73c6197523.tar.gz
* configure.in: 2.23.91 * NEWS: update svn path=/trunk/; revision=1156
-rw-r--r--ChangeLog6
-rw-r--r--NEWS11
-rw-r--r--configure.in2
3 files changed, 18 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e06258b7..3c56c606 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-09-01 Dan Winship <danw@gnome.org>
+
+ * configure.in: 2.23.91
+
+ * NEWS: update
+
2008-08-25 Dan Winship <danw@gnome.org>
* libsoup/soup-uri.h (SOUP_URI_VALID_FOR_HTTP): new macro to check
diff --git a/NEWS b/NEWS
index 0eb79037..5ed67d57 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+Changes in libsoup from 2.23.6 to 2.23.91:
+
+ * Fixed a crash in gvfs [#528882], though there is still an
+ unknown bug there. As part of this fix, libsoup will now
+ return an error if you try to do an operation on a non-HTTP
+ URI. (Previously it was just treating any URI scheme except
+ "https" as HTTP.)
+
+ * Added soup_date_to_timeval() for gvfs. [#549006, patch from
+ Bastien Nocera]
+
Changes in libsoup from 2.23.1 to 2.23.6:
* Fixed use of g_idle_add() so that heavy I/O won't end up
diff --git a/configure.in b/configure.in
index 76aa9015..f3417aa1 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.6)
+AC_INIT(libsoup, 2.23.91)
AC_CONFIG_SRCDIR(libsoup.pc.in)
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)