change upgrade

This commit is contained in:
Reinier Balt 2013-02-18 20:30:38 +01:00
parent 585583d1ca
commit f56fc1945c

View file

@ -18,6 +18,8 @@ To upgrade:
# Run @bundle exec rails server -e production@ inside your Tracks 2.2 directory to start up Tracks 2.2.
# Once you are happy that everything is working well, delete your old Tracks directory.
Please note that if you intend to deploy Tracks with the built in webserver called WEBrick, you'll need to change @config.serve_static_assets@ to @true@ in @config/environments/production.rb@ in order for the images, stylesheets, and javascript files to be served correctly.
h3. Upgrading from Tracks 2.1, 2.1.1, 2.1.2, 2.1.3 to 2.1.4
The purpose of this release is to address several security vulnerabilities that were recently discovered in Rails. For details about the contents of the release, please see the "difference view":https://github.com/TracksApp/tracks/compare/v2.1.1...v2.1.4 on GitHub.