home *** CD-ROM | disk | FTP | other *** search
/ Dream 52 / Amiga_Dream_52.iso / Linux / Magazine / wwwoffle-2.1.tar.gz / wwwoffle-2.1 / NEWS < prev    next >
Text File  |  1998-03-05  |  13KB  |  322 lines

  1. Version 2.1 of WWWOFFLE released : Thu Mar 5 17:50:00 1998
  2. ----------------------------------------------------------
  3.  
  4. Bug fixes:
  5.   Modified the ftp web-pages to work with Netscape.  Explicitly deny access to
  6.   URLS that include usernames and passwords instead of mishandling them.  Allow
  7.   '!' in URLs except immediately after a '?'.  Don't recursively fetch, or get
  8.   images, from pages with an error status.  Follow Meta Refresh links when
  9.   fetching.
  10.  
  11. Use stricter checking in the config file.
  12.  
  13. Allow a username and password to be specified for external proxy authorisation.
  14. Allow a username and password to be specified for different FTP servers.
  15.  
  16. Specify the maximum age of cached pages to use while online instead of a yes/no.
  17. Allow users to cancel their own requests without a password (one chance only).
  18.  
  19. Added an option to not make requests while used offline.
  20. Added an autodial mode that uses cached file if exists or gets from network.
  21.  
  22. Provide an index of all files fetched while online the last time.
  23.  
  24. Store a list of URLs to be fetched at regular intervals automatically.
  25.  
  26. Keep backup copies of pages so remote server errors do not overwrite the cache.
  27.  
  28. Added the finger protocol as an option.
  29.  
  30. Add a WWWOFFLE_PROXY environment variable option to the wwwoffle program.
  31.  
  32. *NOTE* If upgrading from version 1.x see also the NEWS for version 2.0 below.
  33.  
  34.  
  35. Version 2.0c of WWWOFFLE released : Mon Jan 12 18:40:00 1998
  36. ------------------------------------------------------------
  37.  
  38. Bug fixes:
  39.    When using 'wwwoffle -o' stop core dumps, make HTML better, fix bug that
  40.    stopped images or frames from being fetched automatically, stop HTTP header
  41.    information appearing in browser, use add-info-refresh on all spooled pages
  42.    even errors.
  43.  
  44. *NOTE* If upgrading from version 1.x see also the NEWS for version 2.0b below.
  45.  
  46.  
  47. Version 2.0b of WWWOFFLE released : Fri Jan 02 19:30:00 1998
  48. ------------------------------------------------------------
  49.  
  50. A bug fix to stop crashes when used while online.
  51.  
  52. *NOTE* If upgrading from version 1.x see also the NEWS for version 2.0a below.
  53.  
  54.  
  55. Version 2.0a of WWWOFFLE released : Wed Dec 31 19:30:00 1997
  56. ------------------------------------------------------------
  57.  
  58. Bug fixes:
  59.    When purging it now deletes all appropriate files if atime is used, the
  60.    default FTPPassWord code is more portable, forms using POST work, FTP access
  61.    to Microsoft servers works, some Makefile fixes, MIME Types file extensions
  62.    match more sensibly.
  63.  
  64. Print more useful error messages for hostname lookup errors.
  65. Allow the error level for stderr to be specified on the wwwoffled command line.
  66.  
  67. Added some more automation scripts to the contrib directory.
  68.  
  69. *NOTE* If upgrading from version 1.x see also the NEWS for version 2.0 below.
  70.  
  71.  
  72. Version 2.0 of WWWOFFLE released : Sun Dec 21 10:30:00 1997
  73. -----------------------------------------------------------
  74.  
  75. Updated and improved all of the README files.
  76.  
  77. Fixed several small bugs:
  78.   Config file editing page file parser, closing outgoing spool file, Location
  79.   header will not get missed in reply.
  80.  
  81. FTP directory listings are now in clickable HTML format.
  82. FTP requests for directories without a traiing '/' now redirect browser.
  83.  
  84. Added a button to the index to delete all pages from a host or all requests.
  85.  
  86. Included some scripts to automate using wwwoffle (in contrib directory).
  87.  
  88. *NOTE* See also the NEWS for version 2.0-beta below.
  89.  
  90.  
  91. Version 2.0-beta of WWWOFFLE released : Sun Dec 14 12:30:00 1997
  92. ----------------------------------------------------------------
  93.  
  94. Upgraded the cache file format:
  95.    More extensible to new protocols (ftp etc.).
  96.    Better hashing function (md5, less collisions).
  97.    Outgoing directory same format as cache.
  98.    No 'special cases' in filename to URL conversion.
  99.    URL-encoding of URLs handled better.
  100.  
  101. Re-written a lot of the code to make it easier to maintain.
  102.  
  103. Improved the index - easier to navigate.
  104. Pages that are requested but not yet fetched do not appear in index.
  105.  
  106. Added in a '-kill' option to wwwoffle to kill the server.
  107. Allow wwwoffle to read a file to specify the links to get.
  108.  
  109. Added a Mirror section to the config file for mirrored hosts.
  110. Rewritten the proxy section to allow different proxies for different protocols.
  111. Rewritten the DontCache, DontGet and DontGetRecursive sections to simplify them.
  112.  
  113. Added in the ftp protocol.
  114.  
  115. *NOTE* You *MUST* run the upgrade-cache program before using version 2.x.
  116.        See the file UPGRADE for details.
  117.  
  118. *NOTE* The wwwoffle.conf file has changed format in some sections, see the file
  119.        CHANGES.CONF for details of the changes.
  120.  
  121.  
  122. Version 1.3a of WWWOFFLE released : Mon Oct 6 18:00:00 1997
  123. -----------------------------------------------------------
  124.  
  125. Fixed a bug where the index links did not work for URL-encoded URLs.
  126.  
  127.  
  128. Version 1.3 of WWWOFFLE released : Wed Sep 24 19:00:00 1997
  129. -----------------------------------------------------------
  130.  
  131. Added an interactive configuration file editing web-page.
  132.  
  133. Recursive fetching now uses more than one server process.
  134. Added in a DontGetRecursive section to the configuration file.
  135. Fixed bugs with recursive getting of pages containing frames.
  136.  
  137. Proxy now recognises the If-Modified-Since header and gives suitable reply.
  138. Optionally ignore the 'Pragma: no-cache' header with a config file switch.
  139.  
  140. Small improvements to the indexes.
  141. Added in a CONFDIR option for the configuration file location.
  142. Formalise the way that logical links work for directories in the cache.
  143.  
  144. *NOTE* The loglevel option in the configuration file is now called log-level.
  145.  
  146.  
  147. Version 1.2e of WWWOFFLE released : Sat Aug 30 14:00:00 1997
  148. ------------------------------------------------------------
  149.  
  150. Better handling of child servers exiting.
  151. Optimised outgoing directory for large numbers of requests.
  152. Added the age of the page to the 'add-info-refresh' option.
  153.  
  154. Added in two new options to the wwwoffle.conf file:
  155.   The maximum number of servers and the maximum number of fetch servers.
  156.   The logging level of error messages.
  157.  
  158. Bug fixes
  159.   Recursive fetching could fail or hangup the program.
  160.   URLS with names like http://www.foo.com/. did not work.
  161.   Fix the outgoing directory index for certain URLs.
  162.  
  163.  
  164. Version 1.2d of WWWOFFLE released : Sun Aug  3 10:30:00 1997
  165. ------------------------------------------------------------
  166.  
  167. Added in more information about the compile time options in INSTALL.
  168.  
  169. Added the ability to index the outgoing directory.
  170. Added in the ability to delete pages from the outgoing directory and the cache.
  171.  
  172.  
  173. Version 1.2c of WWWOFFLE released : Thu Jul 17 16:40:00 1997
  174. ------------------------------------------------------------
  175.  
  176. Added in a fetch-frames option that works like fetch-images but gets frames.
  177.  
  178. Fixed a bug in the DontGet and DontCache sections ('host=foo' was broken).
  179. Fixed a bug that caused a proxy to be used for pages on the local network.
  180.  
  181. Added config options for user/group id to run as.
  182. Make wwwoffled detach from the terminal when started (no '&' needed).
  183. Allow a HUP signal to force a re-read of the config file.
  184.  
  185. *NOTE* wwwoffled now detaches itself from the console by default and syslog is
  186.        needed to get the error messages, use '-d' to get the previous behaviour.
  187.  
  188. *NOTE* The force option to wwwoffle is now '-F' not '-f' so that '-f' can be
  189.        used for frames.
  190.  
  191.  
  192. Version 1.2b of WWWOFFLE released : Thu Jun 26 16:20:00 1997
  193. ------------------------------------------------------------
  194.  
  195. Changed the operation of the 'wwwoffle -f' option to work better.
  196.  
  197. Better handling of POST method
  198.   - Works with posting to a URL with args.
  199.   - POST method always gets sent again even if currently cached.
  200.   - No longer allow refresh of a POSTed URL.
  201.  
  202. Added an Options button pointing to the refresh page with URL filled in.
  203.   - In the indexes.
  204.   - In the add-info-refresh tag on the bottom of the page.
  205.   - On the 'WWWOFFLE will get' message page.
  206.  
  207. Changed the add-info-refresh time-tag to local time not GMT.
  208.  
  209.  
  210. Version 1.2a of WWWOFFLE released : Fri Jun 13 20:45:00 1997
  211. ------------------------------------------------------------
  212.  
  213. A couple of minor bug-fixes for fetching and outgoing dir handling.
  214.   - Possible race condition in outgoing directory.
  215.   - Failure to get all pages requested in outgoing directory.
  216.   - Refresh of remote host error pages gives wwwoffle error page.
  217.   - Remote host error message handling improved.
  218.  
  219. Added a 'wwwoffle -f' option to force refreshing of a page.
  220.  
  221.  
  222. Version 1.2 of WWWOFFLE released : Thu May 29 17:00:00 1997
  223. -----------------------------------------------------------
  224.  
  225. Added the ability to get a URL from the cache using the wwwoffle command line.
  226.  
  227. Added a config file option to use a file from the cache even when online.
  228. Added in a method of not getting files based on the file extension or host.
  229. Added in a method of not caching files based on the file extension or host.
  230.  
  231. Recursive fetch while offline works exactly like when online.
  232. Recursive fetch can be limited to links in the same directory or sub-dir.
  233.  
  234. Censorship can be applied to outgoing headers (username, browser version etc).
  235. Added in a Host header in HTTP requests for browsers that do not add it.
  236.  
  237. Can now purge the oldest files until the cache is down to a specified size.
  238.  
  239. Support 'Pragma: no-cache' used by browsers to force a refresh through proxies.
  240.  
  241. Fixed a number of bugs that caused crashes due to signal handling.
  242. Zero length files in the spool are refetched or deleted as appropriate.
  243.  
  244.  
  245. Version 1.1 of WWWOFFLE released : Wed Mar 26 20:00:00 1997
  246. -----------------------------------------------------------
  247.  
  248. Provide cache size information when doing a purge.
  249.  
  250. Maintain directory access times even after doing an index.
  251.  
  252. Improved the options for the recursive fetching using wwwoffle.
  253. Added an interactive page to the server for refresh or recursive fetching.
  254.  
  255.  
  256. Version 1.1-beta of WWWOFFLE released : Mon Mar 10 18:00:00 1997
  257. ----------------------------------------------------------------
  258.  
  259. Added a Welcome Page with info and links to the index, control and homepage.
  260. Made the index more user-friendly and moved it to /index/.
  261. Added an interactive web page to control the server, as well as wwwoffle.
  262.  
  263. Pages requested while online are refreshed only if newer than the one in cache.
  264. If the page requested while offline has been moved then the link is followed.
  265.  
  266. Merged wwwoffles into wwwoffled to simplify them and allow future iprovements.
  267.  
  268. Allow wwwoffle to optionally fetch links from the specified page.
  269.  
  270. Added the option to use syslog for messages as well as standard error.
  271.  
  272. Changed to a configuration file:
  273.    Removed the wwwoffled command line parameters.
  274.    Added cache purge ages on a host by host basis, and mtime or atime choice.
  275.    Added a list of server host names, allowed client hosts and non-cached hosts.
  276.    Allow different proxies for different hosts.
  277.    Added a password to control the use of wwwoffle to configure wwwoffled.
  278.    Added an option to fetch images that are contained in requested pages.
  279.    Added the option to put a refresh button at the bottom of every spooled page.
  280.  
  281.  
  282. Version 1.0 of WWWOFFLE released : Sat Jan 25 13:00:00 1997
  283. -----------------------------------------------------------
  284.  
  285. Made POST method work for the more general case.
  286. Changed the way wwwoffle requests URLs, now the same as refresh button in index.
  287. Tidied up the code ready for first release version.
  288.  
  289.  
  290. Version 0.9b (beta) of WWWOFFLE released : Sun Jan 19 17:30:00 1997
  291. -------------------------------------------------------------------
  292.  
  293. Added support for POST method, but no refresh available (impossible).
  294. Server messages have correct status codes.
  295. A server reply with code 304 does not get cached.
  296. Accesses to localhost do not go via the specified external proxy.
  297. Refresh button in index fetches or stores request and shows cached version.
  298. The index process does not modify the access time of the files for purging.
  299.  
  300.  
  301. Version 0.9a (beta) of WWWOFFLE released : Fri Jan 17 21:00:00 1997
  302. -------------------------------------------------------------------
  303.  
  304. Localhost is not cached, all requests are fetched.
  305. Purge does not alter the time of the directories, and now works on access time.
  306. When connected, requested pages that are already cached are not fetched again.
  307. The index can now be sorted by time, or alphabetical, and can force refreshing.
  308.  
  309.  
  310. Version 0.9 (beta) of WWWOFFLE released : Sat Jan 11 13:30:00 1997
  311. ------------------------------------------------------------------
  312.  
  313. The WWWOFFLE programs simplify World Wide Web browsing from computers that use
  314. intermittent (dial-up) connections to the internet.
  315.  
  316.       - Caching of pages that are viewed while connected for review later.
  317.       - Browsing of cached pages while not connected, with the ability to follow
  318.         links and mark other pages for download.
  319.       - Downloading of specified pages non-interactively.
  320.       - Command line interface to select pages for downloading.
  321.       - Index of pages stored in cache for easy selection.
  322.