- 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,326)
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)
Ordered shutdown of logging stuff (svn rev 303)
HR and elevation graphs included when exporting to wordpress (svn rev 302)
Removal of maps directory due to license issue: https://sourceforge.net/mailarchive/message.php?msg_name=1237752714.4330.15.camel%40thinker.domain.lan (svn rev 300) 
Removal of opensuse_mozpytrainer.sh launch script as it is included in (renamed) pytrainer.sh. Deleted README.txt file to avoid confusion (svn rev 298)
Updated INSTALL file with current package versions (svn rev 297)
Fixed Google Maps integration (svn rev 296)
Updated garmin-hr config file with correct usb port value (svn rev 294)
Fixed bug where track record was supposed to be updated in database. Type cast was missing (svn rev 293)
Bug #2100647 - Quick entry doesn't work if no gpx file - Fixed (svn rev. 287)
FR #2126411 - Package python-sqlite2 not needed anymore: http://www.python.org/doc/2.5.2/lib/module-sqlite3.html (svn rev. 286)

- PyTrainer tasks for 1.6.0.6:

Close button in "About" dialog now works. Migrating from Glade to GTKBuilder
Fixed some properties in pytrainer.desktop (ID#2126616)
Added COPYING file with GPLv2 (ID#2126413)
Removal of garmin301 plugin
Fixed some issues with MySql tables creation (email from Jonas Liljenfeldt)

- PyTrainer tasks for 1.6.0.5:

mozpytrainer launch script with log level support -> DONE (24.08.2008)
MET and extra weight values swapped when adding a new sport -> DONE (22.08.2008)
PyTrainer crashes when adding an activity which sport is not yet in DB -> DONE (31.08.2008) 
Should be enough to check timestamps when adding new activities -> DONE (31.08.2008)
Correct initialization of pace and maxpace values -> DONE (31.08.2008)

- PyTrainer tasks for 1.6.0.4:

Added support for date_time_utc field when importing new tracks via file upload
pytrainer/profile.py: fixed logging issue when removing sport from database

- PyTrainer tasks for 1.6.0.3:

Complete review of migration scripts. Special attention to ~/.pytrainer/conf.xml file -> DONE (31.07.2008)
Number output always with two figures to avoid confusion -> DONE (02.08.2008)

- PyTrainer tasks for 1.6.0.2:

Check paces in DB (maxspeed<->maxpace | average<->pace) -> DONE (19.07.2008)
Error when updating records because of new date_time_utc field in DB -> FIXED (20.07.2008)

- PyTrainer tasks for 1.6.0.1:

Adjust migration scripts
	Sports saved in ddbb (new column in table sports) -> id_sports in table sports (nothing to do)
	Date_time saved for each record (new column in table records) -> main.addDateTimeUTC (DONE - 13.07.2008)
		ALTER TABLE records ADD date_time_utc varchar2(20);
		update records set date_time_utc="2008-07-11T10:21:31Z" where id_record='158';
		-> automate process reading gpx files at the beginning

Hardcoded sport whem importing
	record.shortFromLocal (retrieves sport from local files) -> retrieve from DB (shortFromLocalDB) DONE - 13.07.2008
	record.summaryFromGPX (retrieves what will be saved in DB) DONE (12.07.2008)

- Future releases

Loading of changed preferences seems weird
Incorrect timezone when importing tracks -> check gpx._getValues
garmintools integration (laps and calories support, real sport and complete history retrieved from gps device, overall performance improvement)
Logging improvements
XML output with cElementTree
Tracks regularization
Review visual output

Added from Pierre's email:

- Equipment management :
Ability to store a list of equipment (running shoes, ...) and associate it (or not) with records. It is to follow how many km have been done with some shoes for example.

- Graph improvement:
Many things here... Curve smoothing option. Ability to zoom in and out. Select a portion of track and extract some simple statistics information (avg speed, hr, max hr, Total Ascent, ...)

