- Make NewsPollMixin's poll.rate.sync a boolean - Make NewsPollMixin's poll.rate.offset a TimeDelta - Add y.rigid option to PlotTool
2008-08-19 Todd Valentic
- Only use basename when saving attached files in saveFiles().
2.0.59
2008-08-18 Todd Valentic
- Fix yet another bug with the 2008-08-11 update. Only check the news server connection when there are actually groups to create.
2.0.58
2008-08-15 Todd Valentic
- Rework waituntil() in Scheduler component to make sure that the target time is actually reached.
- Fix change in NewsTool.saveFiles() that added a path to all files, even if one wasn't specified (./ in that case).
2.0.57
2008-08-14 Todd Valentic
- Fix another bug with the 2008-08-11 update. NewsPostMixin does not have access to self.running when used in with clients importing AccessMixin (this is really a bug with the way running is implemented, but that is a bigger change).
2.0.56
2008-08-12 Todd Valentic
- Yesterday's fix broke in the normal case when the network is OK at startup. Fixed.