--- 1.1.0: - some refactoring on all the MainHelpers - added rotate mode 1.0.0: - bug fixed where 42 unix socket files in /tmp were created for every jobrunnerdaemon but only one was removed at_exit. this probably isn't a big deal since they are all zero sized and thus will not fill up /tmp, but it's ugly nonetheless. the fix doesn't affect rq's functionality at all. - added (gasp) a small bit of api doccumention - need much more work but it's a start 0.1.7: - massive code re-org into libs so that each main program delegator and many supporting classes are in their own own class/file - fixed bug where, under certain conditions, lock refreshers might not be killed leading to many refresher process being started on a machine - added 'tag' field to db and command line tool - useful to mark jobs for easy query later 0.1.6: - added JobRunnerDaemon