$MODULE=Apache::ASP; $VERSION = 2.35; $DATE="TBA"
Please see README for changes for past versions.
+ = improvement; - = bug fix; (d) = documentation
+Destroy better $Server & $Response objects so that my closure references
to these to not attempt to work in the future against invalid internal data.
There was enough data left in these old objects to make debugging the
my closure problem confusing, where it looked like the ASP object state
became invalid.
+Added system debug diagnostics to inspect StateManager group cleanup
(d) Documentation update about flock() work around for Win95/Win98/WinMe systems,
confirmed by Rex Arul
(d) Documentation/site build bug found by Mitsunobu Ozato, where <% %>
not being escaped correctly with $Server->HTMLEncode().
New japanese documentation project started by him at
http://sourceforge.jp/projects/apache-asp-jp/
-InitPackageGlobals() called after new Apache::ASP object created so
core system templates can be compiled even when there was a runtime
compilation error of user templates. Bug fix needed pointed out by
Eamon Daly