[Pas-dev] pas-3.0.20
Status: Beta
Brought to you by:
mortis
|
From: Kyle R . B. <mo...@vo...> - 2003-04-10 15:09:14
|
I just created a new release for Pas on SourceForge. The change log entry
is:
v3.0.20 Thu Apr 10 10:24:05 EDT 2003
* krb: implemented PSP comments, which are stripped from the psp file
when the file is read. PSP comments do not make it into the content
generated by the generated page object.
* krb/wjb: added new psp page directive 'raw include'. The include
directive adds a set of enclosing braces to introduce new scope for
included pages, this gets in the way of code blocks (like conditionals)
that attempt to span include files. The 'raw include' directive
does not introduce the new scoping and subsequently allows for code
blocks that span include files.
* krb: changed Session.pm to use Storable instead of Data::Dumper. This
will result in smaller serialized sessions and better performance
as compared to Data::Dumper. Also did some minor refactoring to the
session object. Added viewSession utility program under /bin.
Kyle
--
------------------------------------------------------------------------------
Wisdom and Compassion are inseparable.
-- Christmas Humphreys
mo...@vo... http://www.voicenet.com/~mortis
------------------------------------------------------------------------------
|