home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 22 gnu / 22-gnu.zip / wget153.zip / NEWS < prev    next >
Text File  |  1998-09-21  |  7KB  |  239 lines

  1. GNU Wget NEWS -- history of user-visible changes.
  2.  
  3. Copyright (C) 1997, 1998 Free Software Foundation, Inc.
  4. See the end for copying conditions.
  5.  
  6. Please send GNU Wget bug reports to <bug-wget@gnu.org>.
  7.  
  8. * Wget 1.5.3 is a bugfix release with no user-visible changes.
  9.  
  10. * Wget 1.5.2 is a bugfix release with no user-visible changes.
  11.  
  12. * Wget 1.5.1 is a bugfix release with no user-visible changes.
  13.  
  14. * Changes in Wget 1.5.0
  15.  
  16. ** Wget speaks many languages!
  17.  
  18. On systems with gettext(), Wget will output messages in the language
  19. set by the current locale, if available.  At this time we support
  20. Czech, German, Croatian, Italian, Norwegian and Portuguese.
  21.  
  22. ** Opie (Skey) is now supported with FTP.
  23.  
  24. ** HTTP Digest Access Authentication (RFC2069) is now supported.
  25.  
  26. ** The new `-b' option makes Wget go to background automatically.
  27.  
  28. ** The `-I' and `-X' options now accept wildcard arguments.
  29.  
  30. ** The `-w' option now accepts suffixes `s' for seconds, `m' for
  31. minutes, `h' for hours, `d' for days and `w' for weeks.
  32.  
  33. ** Upon getting SIGHUP, the whole previous log is now copied to
  34. `wget-log'.
  35.  
  36. ** Wget now understands proxy settings with explicit usernames and
  37. passwords, e.g. `http://user:password@proxy.foo.com/'.
  38.  
  39. ** You can use the new `--cut-dirs' option to make Wget create less
  40. directories.
  41.  
  42. ** The `;type=a' appendix to FTP URLs is now recognized.  For
  43. instance, the following command will retrieve the welcoming message in
  44. ASCII type transfer:
  45.  
  46.     wget "ftp://ftp.somewhere.com/welcome.msg;type=a"
  47.  
  48. ** `--help' and `--version' options have been redone to to conform to
  49. standards set by other GNU utilities.
  50.  
  51. ** Wget should now be compilable under MS Windows environment.  MS
  52. Visual C++ and Watcom C have been used successfully.
  53.  
  54. ** If the file length is known, percentages are displayed during
  55. download.
  56.  
  57. ** The manual page, now hopelessly out of date, is no longer
  58. distributed with Wget.
  59.  
  60. * Wget 1.4.5 is a bugfix release with no user-visible changes.
  61.  
  62. * Wget 1.4.4 is a bugfix release with no user-visible changes.
  63.  
  64. * Changes in Wget 1.4.3
  65.  
  66. ** Wget is now a GNU utility.
  67.  
  68. ** Can do passive FTP.
  69.  
  70. ** Reads .netrc.
  71.  
  72. ** Info documentation expanded.
  73.  
  74. ** Compiles on pre-ANSI compilers.
  75.  
  76. ** Global wgetrc now goes to /usr/local/etc (i.e. $sysconfdir).
  77.  
  78. ** Lots of bugfixes.
  79.  
  80. * Changes in Wget 1.4.2
  81.  
  82. ** New mirror site at ftp://sunsite.auc.dk/pub/infosystems/wget/,
  83. thanks to Karsten Thygesen.
  84.  
  85. ** Mailing list!  Mail to wget-request@sunsite.auc.dk to subscribe.
  86.  
  87. ** New option --delete-after for proxy prefetching.
  88.  
  89. ** New option --retr-symlinks to retrieve symbolic links like plain
  90. files.
  91.  
  92. ** rmold.pl -- script to remove files deleted on the remote server
  93.  
  94. ** --convert-links should work now.
  95.  
  96. ** Minor bugfixes.
  97.  
  98. * Changes in Wget 1.4.1
  99.  
  100. ** Minor bugfixes.
  101.  
  102. ** Added -I (the opposite of -X).
  103.  
  104. ** Dot tracing is now customizable; try wget --dot-style=binary
  105.  
  106. * Changes in Wget 1.4.0
  107.  
  108. ** Wget 1.4.0 [formerly known as Geturl] is an extensive rewrite of
  109. Geturl.  Although many things look suspiciously similar, most of the
  110. stuff was rewritten, like recursive retrieval, HTTP, FTP and mostly
  111. everything else.  Wget should be now easier to debug, maintain and,
  112. most importantly, use.
  113.  
  114. ** Recursive HTTP should now work without glitches, even with Location
  115. changes, server-generated directory listings and other naughty stuff.
  116.  
  117. ** HTTP regetting is supported on servers that support Range
  118. specification. WWW authorization is supported -- try
  119. wget http://user:password@hostname/
  120.  
  121. ** FTP support was rewritten and widely enhanced. Globbing should now
  122. work flawlessly. Symbolic links are created locally. All the
  123. information the Unix-style ls listing can give is now recognized.
  124.  
  125. ** Recursive FTP is supported, e.g.
  126.     wget -r ftp://gnjilux.cc.fer.hr/pub/unix/util/
  127.  
  128. ** You can specify "rejected" directories, to which you do not want to
  129. enter, e.g. with wget -X /pub
  130.  
  131. ** Time-stamping is supported, with both HTTP and FTP. Try wget -N URL.
  132.  
  133. ** A new texinfo reference manual is provided.  It can be read with
  134. Emacs, standalone info, or converted to HTML, dvi or postscript.
  135.  
  136. ** Fixed a long-standing bug, so that Wget now works over SLIP
  137. connections.
  138.  
  139. ** You can have a system-wide wgetrc (/usr/local/lib/wgetrc by
  140. default). Settings in $HOME/.wgetrc override the global ones, of
  141. course :-)
  142.  
  143. ** You can set up quota in .wgetrc to prevent sucking too much
  144. data. Try `quota = 5M' in .wgetrc (or quota = 100K if you want your
  145. sysadmin to like you).
  146.  
  147. ** Download rate is printed after retrieval.
  148.  
  149. ** Wget now sends the `Referer' header when retrieving
  150. recursively.
  151.  
  152. ** With the new --no-parent option Wget can retrieve FTP recursively
  153. through a proxy server.
  154.  
  155. ** HTML parser, as well as the whole of Wget was rewritten to be much
  156. faster and less memory-consuming (yes, both).
  157.  
  158. ** Absolute links can be converted to relative links locally. Check
  159. wget -k.
  160.  
  161. ** Wget catches hangup, filtering the output to a log file and
  162. resuming work. Try kill -HUP %?wget.
  163.  
  164. ** User-defined headers can be sent.  Try
  165.  
  166.     wget http://fly.cc.her.hr/ --header='Accept-Charset: iso-8859-2'
  167.  
  168. ** Acceptance/Rejection lists may contain wildcards.
  169.  
  170. ** Wget can display HTTP headers and/or FTP server response with the
  171. new `-S' option.  It can save the original HTTP headers with `-s'.
  172.  
  173. ** socks library is now supported (thanks to Antonio Rosella
  174. <Antonio.Rosella@agip.it>). Configure with --with-socks.
  175.  
  176. ** There is a nicer display of REST-ed output.
  177.  
  178. ** Many new options (like -x to force directory hierarchy, or -m to
  179. turn on mirroring options).
  180.  
  181. ** Wget is now distributed under GNU General Public License (GPL).
  182.  
  183. ** Lots of small features I can't remember. :-)
  184.  
  185. ** A host of bugfixes.
  186.  
  187. * Changes in Geturl 1.3
  188.  
  189. ** Added FTP globbing support (ftp://fly.cc.fer.hr/*)
  190.  
  191. ** Added support for no_proxy
  192.  
  193. ** Added support for ftp://user:password@host/
  194.  
  195. ** Added support for %xx in URL syntax
  196.  
  197. ** More natural command-line options
  198.  
  199. ** Added -e switch to execute .geturlrc commands from the command-line
  200.  
  201. ** Added support for robots.txt
  202.  
  203. ** Fixed some minor bugs
  204.  
  205. * Geturl 1.2 is a bugfix release with no user-visible changes.
  206.  
  207. * Changes in Geturl 1.1
  208.  
  209. ** REST supported in FTP
  210.  
  211. ** Proxy servers supported
  212.  
  213. ** GNU getopt used, which enables command-line arguments to be ordered
  214. as you wish, e.g.  geturl http://fly.cc.fer.hr/ -vo log is the same as
  215. geturl -vo log http://fly.cc.fer.hr/
  216.  
  217. ** Netscape-compatible URL syntax for HTTP supported: host[:port]/dir/file
  218.  
  219. ** NcFTP-compatible colon URL syntax for FTP supported: host:/dir/file
  220.  
  221. ** <base href="xxx"> supported
  222.  
  223. ** autoconf supported
  224.  
  225. ----------------------------------------------------------------------
  226. Copyright information:
  227.  
  228. Copyright (C) 1997, 1998 Free Software Foundation, Inc.
  229.  
  230.    Permission is granted to anyone to make or distribute verbatim
  231.    copies of this document as received, in any medium, provided that
  232.    the copyright notice and this permission notice are preserved, thus
  233.    giving the recipient permission to redistribute in turn.
  234.  
  235.    Permission is granted to distribute modified versions of this
  236.    document, or of portions of it, under the above conditions,
  237.    provided also that they carry prominent notices stating who last
  238.    changed them.
  239.