SteelBlue Change History
Version 2.1b2
- SteelBlue is now released under the OSI-approved Artistic License
- Fixed bugs with Win32 dates before 1969 in date eval functions
Version 2.1b1
- Added classes and object oriented capabilities to Eval language
- Added Draw and Graph classes to allow dynamic drawings and graphs
- Added File class to allow easy access to server directories and files
- Reorganized source code into a better directory structure
- Reorganized Makefiles for easier configuration
Version 2.0.1
- Added COMMENT tag for comments not intended for the HTML stream
- Fixed bug with NULL environment variables with getEnv()
- Added MaxUserDelete configuration parameter to distribute the
responsibility of removing timed-out guest sessions
Version 2.0.0
- Added CONTENTTYPE tag to EMAIL command
- Enabled EMAIL tag for WIN32
- Enabled email in error handler for WIN32
- Enabled execSteelBlue() for Win32
- Enabled execCmd() for Win32
- Fixed bug in random creation of guest usernames
Version 2.0b3
- Fixed bug limiting the number of query parameters to 11
- Fixed bug causing a crash if executed on the command-line and only two parameters are given (Thanks to Richard DeCosta for finding this)
- SET and CLICK in SBFORM now do variable interpretation (Thanks to "madleech" for finding this)
Version 2.0b2
- Added support for unixODBC (thanks
to Nick Gorham)
- The session ticket is changed from an integer in [1,10000]
to a string of the form
"A#A#A#A#A#" where "A" is a capital letter and # is a number, for
increased security
Version 2.0b1 (Kenobi)
- Converted interpreter to C++ (Version 1 has a Perl interpreter)
- Added internal Eval language instead of embedded Perl
- Added support for PostGres and Sybase
- Released the code as open-source
Return to SteelBlue Home