Fri Jan 17 17:30:00 1997  Andrew M. Bishop  <amb@gedanken.demon.co.uk>

	Version 0.9b (beta) of WWWOFFLE Released.

Sun Jan 19 17:14:06 1997  Andrew M. Bishop  <amb@gedanken.demon.co.uk>

	* NEWS: Updated for version 0.9b.

	* index.c, parse.c, wwwoffles.c:
	Handle the POST method, cannot refresh the page though.

Sun Jan 19 11:07:17 1997  Andrew M. Bishop  <amb@gedanken.demon.co.uk>

	* index.c:
	Set the access time of the args file back to that of the page after using it for the index.

Sun Jan 19 10:56:59 1997  Andrew M. Bishop  <amb@gedanken.demon.co.uk>

	* README: Added a description of the index pages.

	* wwwoffle.h: Changed prototypes to reflect other source code changes.

	* wwwoffle.c, wwwoffled.c: Changed initialise error handler parameter.

	* wwwoffles.c:
	Major reorgonisation of code to open files read request, then open files and reply.
	Refresh by 301 'redirection', handles 304 'unchanged', localhost not via proxy.

Sat Jan 18 21:13:20 1997  Andrew M. Bishop  <amb@gedanken.demon.co.uk>

	* parse.c: Simplified the request parser, and added a reply parser.

	* messages.c:
	Replies have the correct status codes, added a redirection message for refreshing.

	* io.c: Removed the timeout argument from ReadOrTimeout.

	* errors.h, errors.c:
	Changed the argument to InitErrorHandler to name not argv[0].

Fri Jan 17 21:00:00 1997  Andrew M. Bishop  <amb@gedanken.demon.co.uk>

	Version 0.9a (beta) of WWWOFFLE Released.

Fri Jan 17 20:48:05 1997  Andrew M. Bishop  <amb@gedanken.demon.co.uk>

	* NEWS: Initial revision

	* wwwoffles.c:
	Does not fetch pages if they are already in spool in real mode,
	can force a refetch of a page by using a url similar to that for the index.

Fri Jan 17 20:31:03 1997  Andrew M. Bishop  <amb@gedanken.demon.co.uk>

	* README:
	Spellchecked, added a new description of operation, changes due to version upgrade.

Fri Jan 17 20:29:22 1997  Andrew M. Bishop  <amb@gedanken.demon.co.uk>

	* wwwoffle.h, parse.c:
	Removed a redundant parameter from the MakeRequestNonProxy() function.

Fri Jan 17 19:45:26 1997  Andrew M. Bishop  <amb@gedanken.demon.co.uk>

	* connect.c:
	Remembered to close the bound sockets when the server is forked.

	* wwwoffled.c:
	Print a message when the server reports there is no more to fetch.

	* index.c:
	Added a 'back' button to the index for each host, and a 'refresh' button to
	re-fetch the page else it is got from cache, even when online.

Fri Jan 17 17:48:46 1997  Andrew M. Bishop  <amb@gedanken.demon.co.uk>

	* wwwoffle.man, spool.c:
	Changed the purge decision to access time instead of modification time.

	* purge.c:
	Changed the purge decision to access time instead of modification time.
	Check that the purge age is positive.

	* wwwoffle.c: Check that the purge age is positive.

Mon Jan 13 19:34:37 1997  Andrew M. Bishop  <amb@gedanken.demon.co.uk>

	* purge.c:
	The modification and access times of directories are restored after files are
	deleted from them to stop the sorted index getting messed up.
	Also fixed a dumb bug with strlen usage.

	* io.c:
	ReadOrTimeout() could get an EPIPE from read(), [not possible, but happening]
	fixed by waiting for a second, then trying again.

Sun Jan 12 12:25:15 1997  Andrew M. Bishop  <amb@gedanken.demon.co.uk>

	* wwwoffled.man:
	Add information about the changes to the index sorting and no cacheing of localhost.

	* wwwoffles.c: Cacheing is not performed for localhost at all.

	* index.c: The index can now return the data in natural order,
	or sorted into alphabetical (/?alpha),
	or sorted by atime/mtime/ctime (/?[amc]time).

Sat Jan 11 13:30:00 1997  Andrew M. Bishop  <amb@gedanken.demon.co.uk>

	Version 0.9 (beta) of WWWOFFLE Released.

Sat Jan 11 13:21:42 1997  Andrew M. Bishop  <amb@gedanken.demon.co.uk>

	* INSTALL, Makefile, README,
 	  connect.c, errors.c, errors.h, index.c, io.c, messages.c, parse.c, purge.c,
 	  sockets.c, sockets.h, spool.c, wwwoffle.c, wwwoffle.h, wwwoffled.c, wwwoffles.c,
	  wwwoffled.man, wwwoffle.man:
	Initial revision

