[wget-notify] COMMIT: r2429 - in /branches/1.11: ChangeLog DISTFILES doc/ChangeLog doc/version.texi src/ChangeLog src/version.c util/README util/dist-wget util/download-netscape.html util/download.html util/update_po_files.sh util/wget.spec

micah at cowan.name micah at cowan.name
Sat Jan 26 14:15:24 PST 2008


Author: micah
Date: Sat Jan 26 14:15:17 2008
New Revision: 2429

Log:
Bumped version number, and removed old cruft from util/

Removed:
    branches/1.11/util/dist-wget
    branches/1.11/util/download-netscape.html
    branches/1.11/util/download.html
    branches/1.11/util/update_po_files.sh
    branches/1.11/util/wget.spec
Modified:
    branches/1.11/ChangeLog
    branches/1.11/DISTFILES
    branches/1.11/doc/ChangeLog
    branches/1.11/doc/version.texi
    branches/1.11/src/ChangeLog
    branches/1.11/src/version.c
    branches/1.11/util/README

Modified: branches/1.11/ChangeLog
==============================================================================
--- branches/1.11/ChangeLog (original)
+++ branches/1.11/ChangeLog Sat Jan 26 14:15:17 2008
@@ -1,3 +1,10 @@
+2008-01-26  Micah Cowan  <micah at cowan.name>
+
+	* util/README, util/dist-wget, util/download-netscape.html,
+	util/download.html, util/update_po_files.sh, util/wget.spec:
+	Removed (obsolete and/or incomplete).
+	* DISTFILES: Removed the above entries from the dist.
+
 2008-01-25  Micah Cowan  <micah at cowan.name>
 
 	* Makefile.in, NEWS, README, autogen.sh, configure.bat,

Modified: branches/1.11/DISTFILES
==============================================================================
--- branches/1.11/DISTFILES (original)
+++ branches/1.11/DISTFILES Sat Jan 26 14:15:17 2008
@@ -195,14 +195,9 @@
 tests/Test--spider-r--no-content-disposition-trivial.px
 tests/Test--spider-r.px
 tests/WgetTest.pm.in
-util/dist-wget
-util/download.html
-util/download-netscape.html
 util/Makefile.in
 util/README
 util/rmold.pl
-util/update_po_files.sh
-util/wget.spec
 windows/ChangeLog
 windows/config-compiler.h
 windows/config.h

Modified: branches/1.11/doc/ChangeLog
==============================================================================
--- branches/1.11/doc/ChangeLog (original)
+++ branches/1.11/doc/ChangeLog Sat Jan 26 14:15:17 2008
@@ -4,6 +4,7 @@
 	* Makefile.in, wget.texi: Updated copyright year.
 	* Makefile.in: Mark wget.pod as secondary, to avoid regeneration
 	because of wget.1's dependency upon it.
+	* version.texi: Bumped version to 1.11.
 
 2007-12-10  Micah Cowan  <micah at cowan.name>
 

Modified: branches/1.11/doc/version.texi
==============================================================================
--- branches/1.11/doc/version.texi (original)
+++ branches/1.11/doc/version.texi Sat Jan 26 14:15:17 2008
@@ -1,1 +1,1 @@
- at set VERSION 1.10
+ at set VERSION 1.11

Modified: branches/1.11/src/ChangeLog
==============================================================================
--- branches/1.11/src/ChangeLog (original)
+++ branches/1.11/src/ChangeLog Sat Jan 26 14:15:17 2008
@@ -11,6 +11,7 @@
 	spider.c, spider.h, ssl.h, sysdep.h, test.c, test.h, url.c,
 	url.h, utils.c, utils.h, wget.h, xmalloc.c, xmalloc.h: Updated
 	copyright year.
+	* version.c: Bumped version number to 1.11.
 
 2007-12-10  Micah Cowan  <micah at cowan.name>
 

Modified: branches/1.11/src/version.c
==============================================================================
--- branches/1.11/src/version.c (original)
+++ branches/1.11/src/version.c Sat Jan 26 14:15:17 2008
@@ -1,1 +1,1 @@
-char *version_string = "1.10+devel";
+char *version_string = "1.11";

Modified: branches/1.11/util/README
==============================================================================
--- branches/1.11/util/README (original)
+++ branches/1.11/util/README Sat Jan 26 14:15:17 2008
@@ -2,23 +2,6 @@
 
 This directory contains various optional utilities to help you use
 Wget.
-
-
-Socks:
-======
-Antonio Rosella <antonio.rosella at agip.it> has written a sample HTML
-frontend and a Perl script to demonstrate usage of socksified Wget as
-web retriever.
-
-To configure Wget to use socks, do a
-$ ./configure --with-sox.
-
-download.html and download-netscape.html are examples of how you can
-use socksified Wget to schedule the WWW requests.  wget.cgi is a
-CGI Perl script used in conjunction with download.html, which
-schedules request using the "at" command.
-
-To get the script, contact Antonino.
 
 rmold.pl
 ========



More information about the wget-notify mailing list