AutoGen Changelog

What's new in AutoGen 5.9.8

May 17, 2009
  • options may now be "deprecated". They get processed, but do not show in the usage output.
  • options may be marked "no-command", meaning they are not to appear on the command line. Thus, they are recognized in config files only.
  • "disable-save" and "disable-load" may be used to prevent the command line options from loading or saving options from/to a file.

New in AutoGen 5.9.6 (Nov 17, 2008)

  • A new function time-string->number will convert various time duration strings (a la ISO-8601) into a count of seconds.
  • There are various obscure cleanups.