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.
