mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-27 12:28:48 +01:00
bump version number
This commit is contained in:
parent
575341bf93
commit
bc8b817d85
4 changed files with 17 additions and 8 deletions
|
|
@ -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.2
|
||||
* Version: 2.2.2
|
||||
|
||||
More documentation for Tracks can be found within the /doc directory.
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# changed in development.rb to show under_construction bar
|
||||
NOTIFY_BAR = "" unless defined?(NOTIFY_BAR)
|
||||
|
||||
tracks_version='2.2'
|
||||
tracks_version='2.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`
|
||||
|
|
|
|||
|
|
@ -9,10 +9,18 @@
|
|||
* 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.2
|
||||
* Version: 2.2.2
|
||||
* Copyright: (cc) 2004-2013 rousette.org.uk.
|
||||
* License: GNU GPL
|
||||
|
||||
== Version 2.2.2
|
||||
|
||||
* Security fixes
|
||||
|
||||
== Version 2.2.1
|
||||
|
||||
* Bugfixes (including one that prevented Tracks to work on ruby 1.8.7)
|
||||
|
||||
== Version 2.2
|
||||
|
||||
The main change to this release of Tracks is the migration to Rails 3.2. We had
|
||||
|
|
|
|||
|
|
@ -1,16 +1,17 @@
|
|||
h1. Upgrading Tracks
|
||||
|
||||
h2. Upgrading from Tracks 2.2 to 2.2.1
|
||||
h2. Upgrading from Tracks 2.2 to 2.2.1 and to 2.2.2
|
||||
|
||||
This release contains two bugfixes, one of which allows you to run Tracks on ruby 1.8.7. For details about the contents of the release, please see the "difference view":https://github.com/TracksApp/tracks/compare/v2.2...v2.2.1 on GitHub.
|
||||
2.2.1 and 2.2.2 contain bug- and security fixes. For details about the contents of the release, please see the "difference view":https://github.com/TracksApp/tracks/compare/v2.2...v2.2.2 on GitHub.
|
||||
|
||||
To upgrade:
|
||||
# Back up your existing database and installation of Tracks
|
||||
# Install Tracks 2.2.1 in a new directory
|
||||
# Copy over the configuration from your previous Tracks installation. If using SQLite3, copy the old database into the new Tracks 2.2.1 directory.
|
||||
# Install Tracks 2.2.2 in a new directory
|
||||
# Copy over the configuration from your previous Tracks installation. If using SQLite3, copy the old database into the new Tracks 2.2.2 directory.
|
||||
# Update @site.yml@ in the @/config@ directory and set the @secret_token@ to a large random string. See also the comment in @site.yml.tmpl@.
|
||||
# Check that you have all dependencies installed: @bundle install --without development test@
|
||||
# Precompile your static assets (css, javascript, etc.) by running @bundle exec rake assets:precompile@.
|
||||
# Run @bundle exec rails server -e production@ inside your Tracks 2.2 directory to start up Tracks 2.2.
|
||||
# Run @bundle exec rails server -e production@ inside your Tracks 2.2.2 directory to start up Tracks 2.2.2
|
||||
# Once you are happy that everything is working well, delete your old Tracks directory.
|
||||
|
||||
h2. Upgrading from Tracks 2.1.x or 2.2RC to 2.2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue