http://hoytech.com/antiweb/beta/antiweb-4.0BETA9.tar.gz
This is mostly a bug-fix release although there are a
few new features like CSS minification. Here's the
full CHANGELOG entry:
4.0BETA9 Nov 25, 2008
* Bug fix: jsmin.lisp used :overwrite where it should have
used :supersede which could cause corrupted javascript
files to be sent if :jsmin was enabled.
* Bug fix: When using jsmin.lisp, malformed javascript code
(unclosed comments and such) would throw an error and
terminate AW. Malformed javascript files are now sent
un-minified.
* Bug fix: When transfering a connection over a unix socket,
certain buffer sizes would cause an assertion to fail and
AW to terminate.
* Feature: Incorporated improved #>-reader into
bundled/lol.lisp from Martin Dirichs.
* Feature: Javascript code included in the :js-main fields
of AWP files is now minified.
* Feature: There is now a :cssmin option that is similar to
:jsmin. It uses Cal Henderson's CSS minification algorithm.
When :cssmin is enabled, CSS files in your HTML root are
minified, gzip compressed, and stored in the cache. :css
fields of AWP files are always minified.
* Feature: The antiweb Perl launch script now accepts the
option -eval. This option requires an argument. The
argument will be treated as a lisp expression and will
be evaluated by an antiweb lisp image. Once complete,
the lisp image will (quit).