Changes ======= 1.9 (30 Jan 2013) ------------------ - Changed :command:`jenkins` checker to more robustly record versions of plugins installed. 1.8 (29 Jan 2013) ------------------ - :command:`jenkins` checker now records the versions of plugins installed. 1.7 (19 Jan 2013) ------------------ - implement :option:`--no-email` option. 1.6 (29 Jul 2012) ------------------ - with the :command:`path` checker, ignore the extra column in the permission block added by the SELinux integration in the 2.6 kernel. 1.5 (8 Feb 2012) ----------------- - add the :command:`jenkins` checker. - Development model moved to continuous integration using Jenkins. - 100% line and branch coverage with tests. - Introduced `Tox`__ based testing to ensure packaging and dependencies are as expected. __ http://tox.testrun.org/latest/ 1.4 (26 Sep 2010) ----------------- - add the generic :command:`command` checker. 1.3 (15 Jul 2010) ----------------- - switch to using the :mod:`execute` package. - generalize the :command:`dpkg` checker into an `os_packages` checker. The result is that the :command:`dpkg` checker no longer exists. 1.2 (29 Dec 2009) ----------------- - Supply :command:`LC_COLLATE="C"` before calling :command:`ls` to make sure entries the :file:`.listing` files generated by the `path` checker are in a consistent order no matter which user runs :command:`checker`. 1.1 (20 Dec 2009) ----------------- - Fix bug in `init` checker; :command:`update-rc.d` must be called with its full path to work from cron. 1.0 (20 Dec 2009) ------------------ - Initial Release