  INTRODUCTION
  ------------

I'm trying a new release strategy with this version of tinyproxy.
There is on going work on tinyproxy, but I created a CVS branch rooted
at release 1.6.0 from which to do _only_ bug fixes for tinyproxy 1.6.
The next version of tinyproxy (probably 1.7) will be based on the
current CVS.  This should allow version 1.6 to actually stabilize while
work is progressing on the next version.  I hope this works.

If you find any problems with tinyproxy, please post them to the
tinyproxy bug tracking system at Sourceforge:

	http://sourceforge.net/tracker/?group_id=2632

Discussions about problems with tinyproxy (or general usage
questions) can always be posted to the tinyproxy mailing list.  See
the end of this document for more information.


  CHANGES
  -------

Summary of changes since 1.6.0:

 * Fixed an off-by-one error with respect to the MaxRequestsPerChild
   test.  [Fix proposed by Yannick Koehler]

 * Remove the assert on the pointer being NULL since a NULL pointer is
   allowed by the realloc() spec.


 FUTURE
 ------

Here is a list of improvements slated for the next tinyproxy release:

 * Improve the shared memory implementation (maybe using the MM
   library.)


  CONCLUSION
  ----------

tinyproxy is shaping up to be a very useful little tool.  There are
still long term goals relating to making tinyproxy a completely
HTTP/1.1 standards compliant proxy.  Anyone with ideas or patches for
tinyproxy should submit them to the tinyproxy-users mailing list at:

	tinyproxy-users@lists.sourceforge.net

or see the project's page at:

	http://tinyproxy.sourceforge.net/
        http://sourceforge.net/projects/tinyproxy/

Thanks again to all those who have helped to make tinyproxy a more
useful utility.

	Robert James Kaes
	July 14, 2003
