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 /HACKING | |
parent | 6314c214c92e43c84be54754013580ecb475b486 (diff) | |
download | libsoup-d4629510fb547f3ed2cce829ea1ec0c73bc5647c.tar.gz libsoup-d4629510fb547f3ed2cce829ea1ec0c73bc5647c.tar.bz2 libsoup-d4629510fb547f3ed2cce829ea1ec0c73bc5647c.zip |
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 'HACKING')
-rw-r--r-- | HACKING | 13 |
1 files changed, 7 insertions, 6 deletions
@@ -1,13 +1,14 @@ In order to build Soup, just follow the generic directions in the INSTALL file. -All changes to Soup must be approved by the maintainers before they can be -commited. Mail your patch (created using diff -u) with a detailed ChangeLog and -a description of changes to soup-list@ximian.com [1], and do not apply it until -it is approved by Alex or Dick. +All changes to Soup must be approved by the maintainers before they +can be commited. Mail your patch (created using diff -u) with a +detailed ChangeLog and a description of changes to +soup-list@ximian.com [1], and do not apply it until it is approved by +one of the maintainers. Please be sure to follow the GNOME Programming guidelines for all code -submitted. The programming guidelines can be found in the white-papers CVS -module. +submitted. The programming guidelines can be found in the white-papers +CVS module. [1] To subscribe to the Soup discussion list, send mail with the word "Subscribe" in the message body to soup-list-request@ximian.com. |