diff --git a/README b/README index df83b954..a6d509ba 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/Contributors/ -* Version: 1.7.2 -* Copyright: (cc) 2004-2010 rousette.org.uk. +* Version: 1.7.3 +* Copyright: (cc) 2004-2011 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 5c36da35..3ce8be14 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.2' +TRACKS_VERSION='1.7.3' diff --git a/doc/CHANGELOG b/doc/CHANGELOG index 6af4fdaa..fb916ad5 100644 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -8,10 +8,14 @@ * Mailing list: http://lists.rousette.org.uk/mailman/listinfo/tracks-discuss * Original developer: bsag (http://www.rousette.org.uk/) * Contributors: http://getontracks.org/wiki/Contributors/ -* Version: 1.7.2 -* Copyright: (cc) 2004-2010 rousette.org.uk. +* Version: 1.7.3 +* Copyright: (cc) 2004-2011 rousette.org.uk. * License: GNU GPL +== Version 1.7.3 + +This is a security/bugfix release. Please upgrade if you are running 1.7.2. + == Version 1.7.2 This is a bugfix release. New feature development is done on the 2.0 development tree.