Changes since 0.3.4
===================

* Added sub-module redirection.py to __all__; it is public.
* Updated XSLT to include documentation from the sub-module redirection.py.
* Added a docstring to function redirectFds().

Changes since 0.3.3
===================

* Added announce_signals argument to enableSignalHandling(); this restores the
  functionality of the old enableAnnounceSignals(), disableAnnounceSignals()
  functions.
* Changed ALL from 0 to 1.
* Fixed announce_signals not bracketing with enableSignalHandling(),
  disableSignalHandling().
* Moved redirectFds() into its own module: redirection.py.

Changes since 0.3.2
===================

* doc/Makefile: parameterized teudng as TEUDNG.
* doc/xsl/docbook/teudng.xsl: Removed unnecessary localization.

Changes since 0.3.1
===================

* Fixed bug in Makefile: /usr/lib/python-2.4 -> /usr/lib/python2.4 .

Changes since 0.3.0
===================

* Fixed bug when assigning signal handler for some signals on some systems:
  sclapp now catches the RuntimeError that can result.

Changes since 0.2.3
===================

* Implemented BackgroundProcess class.
* Major changes in API -- see documentation.

Changes since 0.2.2
===================

* Fixed a bug where sclapp prints documentation twice for -h/--help option,
  unnecessarily prints documenation for -v/--version option.

Changes since 0.2.1
===================

* Added sclapp.main() option ignore_unrecognized_options.
* Raising a UsageError now causes sclapp to print doc (as if -h had been
  specified on the command line), if it is specified.
* Tweaked Makefile: doc target now depends on version file.

Changes since 0.2.0
===================

* Fixed bug where sclapp.__version__ was bound to module sclapp.version instead
  of string sclapp.version.version.

Changes since 0.1.1
===================

* Major rewrite; no stone left unturned:
   - more reliable signal handling
   - substantially improved documentation
   - more & better tests
   - output protection is now transparent (sys.stdout and sys.stderr are
     replaced with compatible objects)
   - sclapp will now handle help and version command line options if desired
   - daemonization functionality included for those who want it
   - all sclapp messages are now customizable (version, bug, doc)
   - many other small changes

Changes since 0.1.0
===================

* Renamed SimpleCommandLineApp to sclapp to reduce naming convention
  compatibility problems.

Changes since 0.0.0
===================

* Initial release.

