Thu Jan 30 17:47:31 1997  Andrew M. Bishop  <amb@gedanken.demon.co.uk>

	* Makefile: Fixed bug in installation.

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

	Version 1.0 of WWWOFFLE Released.

Sat Jan 25 12:40:50 1997  Andrew M. Bishop  <amb@gedanken.demon.co.uk>

	* NEWS: Updated for version 1.0.

	* sockets.h, purge.c, messages.c, io.c, errors.h, errors.c:
	Updated version number to 1.0.

	* sockets.c: Fixed bug in creating client socket.

Sat Jan 25 08:13:43 1997  Andrew M. Bishop  <amb@gedanken.demon.co.uk>

	* wwwoffles.c: Fixed bug in opening server connection.

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

	* parse.c: Made the POST method work more consistently when fetching.

Wed Jan 22 20:35:33 1997  Andrew M. Bishop  <amb@gedanken.demon.co.uk>

	* README:
	Upgraded with a technical description of the new modes for wwwoffles.

	* wwwoffled.c:
	Tidied up the code, check for spool directory before creating one.

	* wwwoffle.h:
	Changed the interface to the GenerateIndex() and OpenWebpageSpoolFile() functions.

	* index.c:
	Changed the interface to the OpenWebpageSpoolFile() function.

	* spool.c: Changed the interface to the GenerateIndex() function.

	* wwwoffles.c:
	The option to get a url now goes via the http proxy, removed the get option.
	Changed the interface to the GenerateIndex() and OpenWebpageSpoolFile() functions.

	* wwwoffle.man, connect.c:
	The option to get a url now goes via the http proxy, removed the get option.

	* wwwoffle.c:
	The option to get a url now goes via the http proxy, removed the get option.
	Also tidied up the code.

Mon Jan 20 19:56:46 1997  Andrew M. Bishop  <amb@gedanken.demon.co.uk>

	* INSTALL, wwwoffled.man, wwwoffle.man, Makefile:
	Updated to version 1.0, and changed the installation location of wwwoffled, wwwoffles, wwwoffled.man.

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

	* index.c, parse.c: Made POST work for the more general case.

Sun Jan 19 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

