File Release Notes and Changelog
Release Name: 0.2
Notes:
Release 0.2
-----------
4 Feb 2001
o Added argument checking to simple_fast_cgi example.
o Added support for cookies and sessions to servlet library.
o Goanna FastCGI now compiles and executes correctly under SmallEiffel.
A new class STRING_MANIPULATION was needed to encapsulate different string
handling between ISE and SmallEiffel. ELKS2000 will hopefully fix this when
it is supported in all compilers.
o Changed all keywords 'create' to 'creation' for SmallEiffel compliance.
o Started to port all Goanna libraries to SmallEiffel but stopped because
too much work is involved. Will wait until SmallEiffel is ELKS2000 compliant.
o Added datetime cluster for simple date and timestamp handling.
o Added compiler specific utility classes to help port to SmallEiffel.
o Added Base64 encoder utility class.
Changes: