You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Joshua Chamas <jo...@chamas.com> on 2001/06/19 19:49:48 UTC

[ANNOUNCE] Apache::ASP v2.17

Hey,

Apache::ASP v2.17 is in your local CPAN or

  http://www.perl.com/CPAN-local/modules/by-module/Apache/

Mostly this is a bug fix release, with a debugging
enhancement, and a bundled emacs mmm-mode.

The web site for Apache::ASP is http://www.apache-asp.org
and the CHANGES are listed below.

 Apache::ASP provides an Active Server Pages port to the Apache Web
 Server with Perl scripting only, and enables developing of dynamic web
 applications with session management and embedded perl code. There are
 also many powerful extensions, including XML taglibs, XSLT rendering,
 and new events not originally part of the ASP API!

-- Josh
_________________________________________________________________
Joshua Chamas                           Chamas Enterprises Inc.
NodeWorks <- Web Link Checking          Huntington Beach, CA  USA 
http://www.nodeworks.com                1-714-625-4051

 + = improvement; - = bug fix

=item $VERSION = 2.17; $DATE="6/17/2001";

 +Added ASP perl mmm-mode subclass and configuration
  in editors/mmm-asp-perl.el file for better emacs support.
  Updated SYNTAX/Editors documentation.

 +Better debugging error message for Debug 2 or 3 settings
  for global.asa errors.  Limit debug output for lines
  preceding rendered script.

 -In old inline include mode, there should no longer
  be the error "need id for includes" when using
  $Response->Include() ... if DynamicIncludes were
  enabled, this problem would not have likely occured
  anyway.  DynamicIncludes are preferrable to use so
  that compiled includes can be shared between scripts.
  This bug was likely introduced in version 2.11.

 -Removed logging from $Response->BinaryWrite() in regular
  debug mode 1 or 2.  Logging still enabled in system Debug mode, -1 or -2

 -Removed other extra system debugging call that is really not
  necessary.