- 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.
2.0.55
2008-08-11 Todd Valentic
- Make sure NewsPollMixin and NewsPostMixin can connect to the news server before continuing at start up. - Add better log information in PlotTool.
2.0.54
2008-07-18 Todd Valentic
- Print news group and server in NewPostMixin error messages. - ArchiveGroups updates: - more robust multipart message joining - send trouble emails
2.0.53
2008-06-07 Todd Valentic
- Added NewsGateway component
2.0.52
2008-05-27 Todd Valentic
- Fixed off by one error in ArchiveGroups when using startCurrent and the news group only contained one message.
2008-05-08 Todd Valentic
- Make sure to use basename for filename in PatternTemplate replacement in ArchiveGroups.
2008-03-28 Todd Valentic
- Added transportd.conf param client.delay to stagger the client starts (ran into race condition problem in creating working directories on slow flash system).