diff --git a/README.md b/README.md index bc15982e..5f15cad5 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ of the License, or (at your option) any later version. * Mailing list: http://groups.google.com/group/TracksApp * Original developer: bsag (http://www.rousette.org.uk/) * Contributors: https://github.com/TracksApp/tracks/wiki/Contributors -* Version: 2.2RC2 +* Version: 2.2 More documentation for Tracks can be found within the /doc directory. diff --git a/config/initializers/tracks.rb b/config/initializers/tracks.rb index ebe4415a..4bdca59e 100644 --- a/config/initializers/tracks.rb +++ b/config/initializers/tracks.rb @@ -1,7 +1,7 @@ # changed in development.rb to show under_construction bar NOTIFY_BAR = "" unless defined?(NOTIFY_BAR) -tracks_version='2.2RC2' +tracks_version='2.2' # comment out next two lines if you do not want (or can not) the date of the # last git commit in the footer # info=`git log --pretty=format:"%ai" -1` diff --git a/doc/CHANGELOG b/doc/CHANGELOG index 22ddeb59..03b72b5b 100644 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -9,16 +9,11 @@ * Mailing list: http://groups.google.com/group/TracksApp * Original developer: bsag (http://www.rousette.org.uk/) * Contributors: https://github.com/TracksApp/tracks/wiki/Contributors -* Version: 2.2RC2 +* Version: 2.2 * Copyright: (cc) 2004-2013 rousette.org.uk. * License: GNU GPL -== Version 2.2RC2 - -The purpose of this release is to provide additional bugfixes since RC 1 and -to upgrade Rails due to the recent security vulnerabilities. - -== Version 2.2RC1 +== Version 2.2 The main change to this release of Tracks is the migration to Rails 3.2. We had to remove some features because the code and dependencies were not compatible with