From: <dg...@us...> - 2009-04-19 10:37:35
|
Revision: 325 http://pytrainer.svn.sourceforge.net/pytrainer/?rev=325&view=rev Author: dgranda Date: 2009-04-19 10:37:23 +0000 (Sun, 19 Apr 2009) Log Message: ----------- Updating changelog and version to 1.6.0.8 Modified Paths: -------------- pytrainer/trunk/CHANGES pytrainer/trunk/pytrainer/main.py Modified: pytrainer/trunk/CHANGES =================================================================== --- pytrainer/trunk/CHANGES 2009-04-19 10:32:07 UTC (rev 324) +++ pytrainer/trunk/CHANGES 2009-04-19 10:37:23 UTC (rev 325) @@ -1,3 +1,12 @@ +- PyTrainer tasks for 1.6.0.8: + +Rotating log file support added (rev 322, http://sourceforge.net/tracker/?func=detail&aid=2717142&group_id=213157&atid=1024595) +Translations reviewed and added script to facilitate them (rev 319-321,323) +Several improvements to Wordpress extension (rev 315,317) +Changed potential problems when dealing with date objects using MySQL as DB (rev 311-314) +Removing redundant calls improving graphical performance (rev 310, linked to http://sourceforge.net/tracker/?func=detail&aid=2717135&group_id=213157&atid=1024592, not yet fully fixed) +Optimizing xml files parsing when retrieving data from them (rev 309) + - PyTrainer tasks for 1.6.0.7: Removing pytrainer gui minimal window size (svn rev 304) Modified: pytrainer/trunk/pytrainer/main.py =================================================================== --- pytrainer/trunk/pytrainer/main.py 2009-04-19 10:32:07 UTC (rev 324) +++ pytrainer/trunk/pytrainer/main.py 2009-04-19 10:37:23 UTC (rev 325) @@ -86,7 +86,7 @@ def __init__(self,filename = None, data_path = None): logging.debug('>>') self.data_path = data_path - self.version ="1.6.0.7" # 20.10.2008 + self.version ="1.6.0.8" # 19.04.2009 self.date = Date() # Checking profile This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |