diff --git a/README b/README index 647baf5d..c7d0fbe0 100644 --- a/README +++ b/README @@ -8,8 +8,8 @@ * Mailing list: http://lists.rousette.org.uk/mailman/listinfo/tracks-discuss * Original developer: bsag (http://www.rousette.org.uk/) * Contributors: http://getontracks.org/wiki/Tracks/Contributing/Contributors -* Version: 1.7 -* Copyright: (cc) 2004-2009 rousette.org.uk. +* Version: 1.7.1 +* Copyright: (cc) 2004-2010 rousette.org.uk. * 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. diff --git a/config/environment.rb b/config/environment.rb index d36546dd..336a6356 100644 --- a/config/environment.rb +++ b/config/environment.rb @@ -96,4 +96,4 @@ if ( SITE_CONFIG['authentication_schemes'].include? 'open_id') OpenID::Util.logger = RAILS_DEFAULT_LOGGER end -TRACKS_VERSION='1.7.1dev' +TRACKS_VERSION='1.7.1' diff --git a/doc/CHANGELOG b/doc/CHANGELOG index 40be72e7..6967410d 100644 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -8,10 +8,28 @@ * Mailing list: http://lists.rousette.org.uk/mailman/listinfo/tracks-discuss * Original developer: bsag (http://www.rousette.org.uk/) * Contributors: http://getontracks.org/wiki/Tracks/Contributing/Contributors -* Version: 1.7 -* Copyright: (cc) 2004-2009 rousette.org.uk. +* Version: 1.7.1 +* Copyright: (cc) 2004-2010 rousette.org.uk. * License: GNU GPL +== Version 1.7.1 + +This is a bugfix release. New feature development is done on the 2.0 development tree. + +New features in 1.7.1: +1. you can now add a new todo from the calendar view +2. user naems can now contain dots (.) +3. support onenote urls (hyperlinks to Microsoft OneNote elements) + +Under the hood: +1. Several fixes for timezone support +2. Export to xml works again +3. Make sure tracks works on current rubygems +4. notes are styled better +5. Recurring todo fixes + +And lots of other fixes.... + == Version 1.7 New features: