From: <jb...@us...> - 2009-09-23 06:50:01
|
Revision: 348 http://pytrainer.svn.sourceforge.net/pytrainer/?rev=348&view=rev Author: jblance Date: 2009-09-23 06:49:49 +0000 (Wed, 23 Sep 2009) Log Message: ----------- Merge 1.6.0.9 changes to plugins-v2 branch Modified Paths: -------------- pytrainer/branches/plugins-v2/CHANGES pytrainer/branches/plugins-v2/pytrainer/main.py Property Changed: ---------------- pytrainer/branches/plugins-v2/ Property changes on: pytrainer/branches/plugins-v2 ___________________________________________________________________ Added: svn:mergeinfo + /pytrainer/trunk:345-347 Modified: pytrainer/branches/plugins-v2/CHANGES =================================================================== --- pytrainer/branches/plugins-v2/CHANGES 2009-09-22 16:35:56 UTC (rev 347) +++ pytrainer/branches/plugins-v2/CHANGES 2009-09-23 06:49:49 UTC (rev 348) @@ -1,3 +1,14 @@ +- PyTrainer tasks for 1.6.0.9: + +Added dynamic loading and unloading of plugin menu items (svn rev 344) +Removal of decommissioned plugin (garmin301) and addition of new ones (garmingpx). Update of project data (version and url) (svn rev 343) +Adding calories support suggested by JB (svn rev 342) +Maximum is misspelled Maximun, see http://bugs.debian.org/537723 (svn 341) +Fixed some hardcoded stuff that prevents pytrainer to copy entries to ~/.pytrainer/gpx (thanks to JB) (svn 340) +Major improvements in graphs (thanks to Fiz) (svn revs 339, 336, 332, 331) +Updated german translation - bug ID: 2811507 (thanks to Noèl) (svn revs 338, 333) +Minor project and license information updated (svn revs 337, 335, 334, 329) + - 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) Modified: pytrainer/branches/plugins-v2/pytrainer/main.py =================================================================== --- pytrainer/branches/plugins-v2/pytrainer/main.py 2009-09-22 16:35:56 UTC (rev 347) +++ pytrainer/branches/plugins-v2/pytrainer/main.py 2009-09-23 06:49:49 UTC (rev 348) @@ -86,7 +86,7 @@ def __init__(self,filename = None, data_path = None): logging.debug('>>') self.data_path = data_path - self.version ="1.6.0.8" # 19.04.2009 + self.version ="1.6.0.9" # 22.10.2009 self.date = Date() # Checking profile This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |