bump version numbers to 1.7

This commit is contained in:
Reinier Balt 2009-02-26 20:45:21 +01:00
parent e21095f594
commit 157c13d4c4
3 changed files with 11 additions and 12 deletions

4
README
View file

@ -8,8 +8,8 @@
* Mailing list: http://lists.rousette.org.uk/mailman/listinfo/tracks-discuss * Mailing list: http://lists.rousette.org.uk/mailman/listinfo/tracks-discuss
* Original developer: bsag (http://www.rousette.org.uk/) * Original developer: bsag (http://www.rousette.org.uk/)
* Contributors: http://getontracks.org/wiki/Tracks/Contributing/Contributors * Contributors: http://getontracks.org/wiki/Tracks/Contributing/Contributors
* Version: 1.7RC2 * Version: 1.7
* Copyright: (cc) 2004-2008 rousette.org.uk. * Copyright: (cc) 2004-2009 rousette.org.uk.
* License: GNU GPL * License: GNU GPL
All the documentation for Tracks can be found within the /doc directory. It contains a manual in HTML (manual.html) or PDF format (manual.pdf), and this includes full instructions for both new installations and upgrades from older installations of Tracks. The instructions might appear long and intimidatingly complex, but that is mostly because of the number of different platforms supported, and the different configurations which can be used (e.g. running Tracks on your local computer or on a remote server). If you choose the appropriate section for your situation (installation vs. upgrade), and use the easiest (recommended) method, you should find the instructions easy to follow. If you encounter problems, try searching the wiki, forum or mailing list (URLs above), and ask a question if you cannot find a solution to your problem. All the documentation for Tracks can be found within the /doc directory. It contains a manual in HTML (manual.html) or PDF format (manual.pdf), and this includes full instructions for both new installations and upgrades from older installations of Tracks. The instructions might appear long and intimidatingly complex, but that is mostly because of the number of different platforms supported, and the different configurations which can be used (e.g. running Tracks on your local computer or on a remote server). If you choose the appropriate section for your situation (installation vs. upgrade), and use the easiest (recommended) method, you should find the instructions easy to follow. If you encounter problems, try searching the wiki, forum or mailing list (URLs above), and ask a question if you cannot find a solution to your problem.

View file

@ -89,4 +89,4 @@ if ( SITE_CONFIG['authentication_schemes'].include? 'open_id')
#requires ruby-openid gem to be installed #requires ruby-openid gem to be installed
end end
TRACKS_VERSION='1.7RC2' TRACKS_VERSION='1.7'

View file

@ -8,21 +8,20 @@
* Mailing list: http://lists.rousette.org.uk/mailman/listinfo/tracks-discuss * Mailing list: http://lists.rousette.org.uk/mailman/listinfo/tracks-discuss
* Original developer: bsag (http://www.rousette.org.uk/) * Original developer: bsag (http://www.rousette.org.uk/)
* Contributors: http://getontracks.org/wiki/Tracks/Contributing/Contributors * Contributors: http://getontracks.org/wiki/Tracks/Contributing/Contributors
* Version: 1.7RC2 * Version: 1.7
* Copyright: (cc) 2004-2008 rousette.org.uk. * Copyright: (cc) 2004-2009 rousette.org.uk.
* License: GNU GPL * License: GNU GPL
== Version 1.7RC2 == Version 1.7
New features: New features:
1. Recurring todos 1. Recurring todos
2. Cleanup of feed page and add feed for starred actions 2. Cleanup of feed page and add feed for starred actions
3. Initial importer of yaml files (still very EXPERIMENTAL) 3. New interface to import an email / sms messages into Tracks (needs an email server on the same server as Tracks)
4. New interface to import an email / sms messages into Tracks (needs an email server on the same server as Tracks) 4. New buttons to quickly defer an action 1 or 7 days
5. New buttons to quickly defer an action 1 or 7 days 5. Calendar view to review due actions, includes iCal feed to use in your calendar app (tested with Google Calendar, Evolution, Outlook 2007)
6. Calendar view to review due actions, includes iCal feed to use in your calendar app (tested with Google Calendar, Evolution, Outlook 2007) 6. You can now sort projects on number of active todos
7. You can now sort projects on number of active todos 7. Support for OpenSearch. This means you can add a Tracks as a search provider in your webbrowser (tested on FF3 and IE7)
8. Support for OpenSearch. This means you can add a Tracks as a search provider in your webbrowser (tested on FF3 and IE7)
Under the hood: Under the hood:
1. We now allow users again to stay logged in on two devices at the same time 1. We now allow users again to stay logged in on two devices at the same time