]> sjero.net Git - wget/blobdiff - src/ChangeLog
[svn] Send the no-cache directive when required regardless of whether we're
[wget] / src / ChangeLog
index cadb7bb168b6de1e9b99a991b1775999104efdd0..19e9cb2f94681e3d6590ba96d5f30da5c6d08fc8 100644 (file)
@@ -1,3 +1,12 @@
+2001-04-27  Hrvoje Niksic  <hniksic@arsdigita.com>
+
+       * http.c (http_loop): If allow_cache is zero, always disable
+       caching, not only when retrieving through proxy.
+
+       * init.c: Ditto.
+
+       * options.h (struct options): Rename proxy_cache to allow_cache.
+
 2001-04-27  Hrvoje Niksic  <hniksic@arsdigita.com>
 
        * http.c (mktime_from_utc): Improve documentation.