====================
sclapp Release Notes
====================

.. contents::


sclapp 0.5.1 2008-03-07
=======================

 * Fixed Shell trace output does not include interpolated values.

 * Implemented ``decode_argv`` for ``main_function``, ``mainWrapper``.  Members
   of the ``argv`` argument to main function will be decoded to Unicode unless
   ``decode_argv`` is set to False.
   (Forest Bond)

 * Fixed UnicodeEncodeError with Shell.followWrite, Shell.followWriteReturn.
   (Forest Bond)

 * Fixed bug in setup.py causing version information to be excluded from
   generated .egg file.  
   (Forest Bond)

 * Fleshed out more metadata in setup.py; the following fields were added:

    - author
    - author_email
    - url
    - license
    - description

   (Forest Bond)

 * Shell: Fix UnicodeEncodeError when interpolating unicode strings into byte
   strings.
   (Forest Bond)

 * ``Shell.exit``: fix call to wrongly-named method ``sendEOF``; should have
   been ``sendeof``.
   (Forest Bond)


sclapp 0.5.0 2007-12-16
=======================

 * Added NEWS file; sorry for the previous absence.
   (Forest Bond)

 * [NEWS file not present]
