diff options
author | Dan Winship <danw@src.gnome.org> | 2002-11-05 19:45:46 +0000 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2002-11-05 19:45:46 +0000 |
commit | d4629510fb547f3ed2cce829ea1ec0c73bc5647c (patch) | |
tree | 19ee5b614bf12a0aa2ebd29d8a9fd2535dea8386 /libsoup/soup-socket.h | |
parent | 6314c214c92e43c84be54754013580ecb475b486 (diff) | |
download | libsoup-d4629510fb547f3ed2cce829ea1ec0c73bc5647c.tar.gz |
Split libsoup out of soup. ChangeLog.old contains the original soup
* Split libsoup out of soup. ChangeLog.old contains the original
soup ChangeLog.
* Makefile.am, etc: Fix things up to work with the new directory
layout. Disable docs until we fix them.
* autogen.sh: Use gnome-autogen.sh
* configure.in: Require autoconf 2.53. Remove stuff that was only
needed for httpd or wsdl code. Remove glib1 support. Bump version
to 2.0.
* libsoup/Makefile.am: Rename library to libsoup-2.0, put includes
in ${includedir}/soup-2.0
* libsoup/*: Merge soup-0-7 back onto the trunk. Remove
SOAP-specific stuff, Windows support, and other things that
weren't being maintained.
* soup-config.in, soupConf.sh: Kill these. We only support
pkg-config now.
Diffstat (limited to 'libsoup/soup-socket.h')
-rw-r--r-- | libsoup/soup-socket.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libsoup/soup-socket.h b/libsoup/soup-socket.h index a190ecfb..e9d942c5 100644 --- a/libsoup/soup-socket.h +++ b/libsoup/soup-socket.h @@ -1,6 +1,6 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* - * soup-socket.c: ronous Callback-based SOAP Request Queue. + * soup-socket.c: ronous Callback-based HTTP Request Queue. * * Authors: * David Helder (dhelder@umich.edu) |