JServ 0.9.7 - September 4, 1997
- Fixed some compiler warnings
- Correctly block signals when initializing, instead of ignoring them.
  This should prevent another race condition on startup or restart.

JServ 0.9.6 - August 28, 1997
- javax.servlet.ServletRequest.getAttribute("apache.jserv.<var>") returns
  a String with the contents of CGI environment variable <var>. e.g.
  getAttribute("apache.jserv.SERVER_SOFTWARE")
- Fixed problem with path info when using ServletAlias to point to a
  zip/jar file. (Orjan Reinholdsen)
- Added ServletEnvironment directive to pass arbitrary environment
  variables to Java.
- The jserv manual program now passes all environment variables to
  Java, not just PATH, CLASSPATH and TZ.
- Correctly allow virtual servers to use ServletAlias (Rhys Jones)
- Avoid a race condition in mod_jserv.c when receiving a signal.
- ServletRequest.getRealPath() works correctly.
- manual/jserv can now take -J arguments (after the first argument), which
  it will pass on to java.

JServ 0.9.5 - August 13, 1997
- Added "watcher" process to handle signals and allow graceful restart/
  termination of servlets
- New C program for use with manual mode (see manual/README)
- Moved Java classes and source to the classes directory
- Split Java source into several files instead of one
- Added Makefile to classes/apache/jserv
- Work around bug in the Linux JDK's java.net.Socket class

JServ 0.9.4 - August 7, 1997
- Default properties file changed to conf/servlets.properties
- Support for servlet aliases in servlets.properties
- Can now load servlets on startup (servlets.startup property)
- New ServletErrorLog directive can log System.err output from Java
- Exceptions and Errors caught from servlets will print a stack trace to
  to ServletErrorLog if active (or with -t switch in manual mode)

JServ 0.9.3 - July 31, 1997
- Fixed socket code so it will work with Linux (Jordan Mendelson)
- Added more secure auth string, ServletAuthExport directive (Ian Kluft)
- getServlets() now returns the correct object
- sendError() now closes the connection directly after sending the error

JServ 0.9.2 - July 30, 1997
- Added ServletManual directive and "-m" flag to JServHandler, to allow
  for manual starting/stopping of JServHandler.
- Put additional check into JServHandler to ensure that the request comes
  from the local host (127.0.0.1)
- Properly handle exceptions and errors generated by the servlet

JServ 0.9.1 - July 30, 1997
- Fixed so mod_jserv.c will work with Apache 1.2
- Made sendError(int) work correctly.

JServ 0.9 - July 29, 1997
- Initial version.
