]> sjero.net Git - wget/blobdiff - PATCHES
[svn] Update list address: sunsite.auc.dk -> sunsite.dk
[wget] / PATCHES
diff --git a/PATCHES b/PATCHES
index e64a6025a6f5898f371633353c1b568bad7678eb..9316a31a23f6ee9acbd75fa34af20eae100dff8f 100644 (file)
--- a/PATCHES
+++ b/PATCHES
@@ -5,13 +5,13 @@
 -----------------------------
 
 Patches intended to be applied to Wget should be mailed to
-<wget-patches@sunsite.auc.dk>.  Each patch will be reviewed by the
+<wget-patches@sunsite.dk>.  Each patch will be reviewed by the
 developers, and will be acked and added to the distribution, or
 rejected with an explanation.
 
 If you want to discuss your patch with the community of Wget users and
 developers, it is OK to send it to the general list at
-<wget@sunsite.auc.dk>.  If the patch is really huge (more than 100K or
+<wget@sunsite.dk>.  If the patch is really huge (more than 100K or
 so), you may want to put it on the web and post the URL.
 
 EVERY patch should be accompanied by an explanation of what the patch
@@ -28,6 +28,12 @@ utility after reviewing it.
 ** How to create patches.
 -------------------------
 
+First, make sure you get the latest version of the source.  This is
+normally the latest release.  If you're adding a new feature, or
+changing the code in some major way, you might want to download the
+latest sources from the CVS server.  This procedure is described at
+<http://sunsite.dk/wget/>.
+
 Patches are created using the `diff' utility.  When making patches,
 please use the `-u' option, or if your diff doesn't support it, `-c'.
 Using ordinary (context-free) diffs are notoriously prone to error,