0.56 - 2004/11/08
     - Solve ERROR_ vs LOG_ conflicts
     - Add cache code into HSML (sepharad)
     - Remove silly code in Date Format
     - Hsml code fragmented into language modules:
     	 c, perl, brainfuck, python modules

0.54 - 2004/06/23
     - Separated IO code from Accept
     - Add HSML comment tag: <?- -?>
     - Add launcher from cmdline (path|port) using HsmlExec module.
     - Allow stdin to read the configuration file (-c -)
     - Disable exectimeout by default to allow large file processing.
     - Disable keep-alive (not all scripts print Content-Length)
     - Solve IExplorer 'bug' that forces screws to segfault
     - Add initial support for Range-bytes in Headers and HsmlExec.
     - Drop nonblocking sockets, and use IOpoll/IOselect by default.
     - Solved longfiles buffering problems.
     - Solve XSS bug on HsmlExec
     - Initial screws_* API
     - Allow logs using syslog (LOG_ERR) and piped logs (|...)
     - Create macros for modules.
     - Add CleanLog module
     - Move hsml_lua_init into HsmlExec_init (3x faster)
     - Exterminate zombies using setsid()
     - Change bool env from TRUE/"" to 1/0
     - patch unicode bug that wraps the ARGV env.
     - Implement headers support for hsml and .x's (redirect, mimetype, 404...)
     - do not overwrite user config file
     - initial alloc drop process.

0.53 - 2004/05/10
     - Initial code for file uploading
     - Solve Dead children ripper bug.
     - Cleaner Makefiles
     - add portable getpath(Utils/whereis)
     - Add nonblocking sockets for child ripping.
     - Add multi-part support for fileuploading
     - Solve argument parsing bug.
     - Add some filechecks in HsmlExec.so
     - Add csharp support.
     - Patch an hsml parsing bug.
     - Hashbang support on hsml (to separate hsml1 and hsml2 code)
     - Solve http request bug.
     - Write all manpages.

0.52 - 2004/04/23
     - Add default mime.types (system independent)
     - Add MOD_REQ - To wrap on request state.
     - Add default MIMEFILE for Mime.so
     - Add default exec PATH 
     - Test installation, create rc.d script
     - Create default configfile
     - Add '-k' flag to see all cfgfile directives.
     - Drop '.so' extension syntax for PATHMODULE files.
     - Set default logstr to the apache like format.
     - Solve all config syntax (@*..) and test the correct work.
     - UID/GID could be 'string' in Config file.
     - Add unsetenv (env ENV) without argument
     - Add PATH_MODULE and add verbosity to dlopen errors.
     - Add full support to LUA into hsml and HsmlExec, bugfixing.
     - Patch getenv linux bug.
     - Add Forbidden directive into perl scripts.

0.51 2004/04/04
     - Add system-related Envs (uname, sysversion, architecture..)
     - Incore LUA.
     - Add DEP to hsml2
     - Add initial Java support to Hsml2
     - Update Exec/perl to use standard ENVs and some patches
     - parse PATH_xx envs into hsml2
     - pipe stderr to stdout by default in hsml2 (add -s flag to use std err)
     - Add SSL support to FreeBSD and OpenBSD.
     - Add HTTP var to logs and set an standard logstr (apache format)
     - Patch some hsml bugs in tag parsing.
     - Reorder NonBlocking sockets, speedups replys and reduces cpu-usage
     - noresolv by default in cfgfile
     - Add BrainFuck support to Hsml (by sKUrZ0)
     - Add LoadBalancing module
     - Humanize some error messages
     - Solve SSL bug appeared in 0.49

0.50 2004/03/07
     - Add <& tag to HSML (sepharad)
     - Solve DATE for correct format string (sepharad)
     - Add Mime module (sets MIME env with 'text/html' strings like)
     - Redecorate all module API and .h
     - Add Env directive as global definition.
     - Initial import of HsmlExec module.
     - Patch segfault on strcasecmp
     - Patch log permisions creation
     - Add %e to logs (parse return code in http/1.1) (not for IO_direct)
     - Add tag <@ to HSML
     - Add maxthr directive
     - Two patches to solve forkbomb DoS (limit and control forks)
     - Patch one buggy free() on screwsd
     - Add -I(DefaultIncludePath) and -n(Do not chdir to file) to hsml
     - Add C language embedding to hsml
     - Add hsml_flags to Exec/perl
     - Test and check for bugs

0.49 2004/01/17
     - Unicode module parses ARG_xxx
     - Add .xx.html parser to hsml (3 times faster than older one).
     - Add DIP (Default Include Path) for hsml
     - Add LUA support
     - Autodetect binary paths (env)
     - Update to buildtool 0.16
     - Add IO_select() and patch some IO uglies
     - Port to Solaris and Syllable
     - Add Env Directive
     - DATE env returns correct string

0.48 2003/11/29
     - Add `screwsctl` command
     - Better config file parser
     - SSL support also available for NetBSD
     - Separate IO in different files (patch io_buffer)
     - Show execution errors on HTTP, and security fixes
     - Patch some Hsml bugs and begin HSMLv2 code
     - Solve 'install' target in root Makefile
     - Add source headers (this code is part of...)
     - Add Content-Length (post is now allowed)
     - Add new Hsml features (to get XML programming tips)

0.46 * 2003/10/14
     - Securize cpu-usage on readRequest
     - Recode part of IO (io xxx)
     - Add keep-alive connections
     - Add DIR env-variable
     
<0.44 - Development series
