]> sjero.net Git - wget/blobdiff - NEWS
[svn] Added support for cookies.
[wget] / NEWS
diff --git a/NEWS b/NEWS
index 15068f9f2462f070c8c9af0599290a4d63de85f0..4fd6588eff873c5d1924ffbeae95b8800b39b343 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -11,8 +11,14 @@ Please send GNU Wget bug reports to <bug-wget@gnu.org>.
 use the `--with-ssl' configure flag.  You need to have OpenSSL
 installed.
 
-** "Keep-alive" (persistent) HTTP connections are now supported.  This
-means that multiple requests from the same hosts are now much faster.
+** Cookies are now supported.  Wget will accept cookies sent by the
+server and return them in later requests.  Additionally, it can load
+and save cookies to disk, in the same format that Netscape uses.
+
+** "Keep-alive" (persistent) HTTP connections are now supported.
+Using keep-alive allows Wget to share one TCP/IP connection for
+many retrievals, making multiple-file downloads faster and less
+stressing for the server and the network.
 
 ** Wget now recognizes FTP directory listings generated by NT and VMS
 servers.