bump version to 2.2.90. This will not be officially released, but once
authorDan Winship <danw@src.gnome.org>
Thu, 10 Nov 2005 16:48:42 +0000 (16:48 +0000)
committerDan Winship <danw@src.gnome.org>
Thu, 10 Nov 2005 16:48:42 +0000 (16:48 +0000)
commit9781c6572877b6a2b83661073cf7932e4d54566b
treed43354b1a7692460514c516c3449c034cb642110
parentfda55879a793982bf069d399fce60c85380ad7b0
bump version to 2.2.90. This will not be officially released, but once

* configure.in: bump version to 2.2.90. This will not be
officially released, but once these patches have gotten some
testing they may be pulled up to the gnome-2-12 branch.

* libsoup/soup-connection.c:
* libsoup/soup-server.c:
* libsoup/soup-session.c:
* libsoup/soup-socket.c: add an "async-context" property,
which gets passed from server to socket, and session to connection
to socket, allowing async usage outside the main thread. Based on
patches from Armin Bauer and Jürg Billeter.

* libsoup/soup-misc.c (soup_add_io_watch, soup_add_idle,
soup_add_timeout): utility routines to add watches, idles, and
timeouts to non-default GMainContexts.

* libsoup/soup-message-io.c (io_write): set the read state
appropriately after writing a "100 Continue" response
(io_read): More 100-Continue stuff. I don't think this is quite
right so it will probably change again later.
13 files changed:
ChangeLog
configure.in
libsoup/soup-connection.c
libsoup/soup-connection.h
libsoup/soup-message-io.c
libsoup/soup-misc.c
libsoup/soup-misc.h
libsoup/soup-server.c
libsoup/soup-server.h
libsoup/soup-session.c
libsoup/soup-session.h
libsoup/soup-socket.c
libsoup/soup-socket.h