Skip to content

Commit

Permalink
Release Tracks 2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dnrce committed Sep 30, 2014
1 parent ddc7cb8 commit f98d32c
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 10 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Tracks: a GTD(TM) web application, built with Ruby on Rails
Copyright (C) 2004-2013 rousette.org.uk
Copyright (C) 2004-2014 rousette.org.uk

This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
Expand All @@ -18,7 +18,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.2
* Version: 2.2.3

More documentation for Tracks can be found within the /doc directory.

Expand Down
2 changes: 1 addition & 1 deletion config/initializers/tracks.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# changed in development.rb to show under_construction bar
NOTIFY_BAR = "" unless defined?(NOTIFY_BAR)

tracks_version='2.2.2'
tracks_version='2.2.3'
# 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`
Expand Down
8 changes: 6 additions & 2 deletions doc/CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,14 @@
* 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.2
* Copyright: (cc) 2004-2013 rousette.org.uk.
* Version: 2.2.3
* Copyright: (cc) 2004-2014 rousette.org.uk.
* License: GNU GPL

== Version 2.2.3

* Bug fixes

== Version 2.2.2

* Security fixes
Expand Down
10 changes: 5 additions & 5 deletions doc/upgrading.textile
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
h1. Upgrading Tracks

h2. Upgrading from Tracks 2.2 to 2.2.1 and to 2.2.2
h2. Upgrading from Tracks 2.2.x to 2.2.3

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.
2.2.1, 2.2.2, and 2.2.3 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.3 on GitHub.

To upgrade:
# Back up your existing database and installation of Tracks
# 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.
# Install Tracks 2.2.3 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.3 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.2 directory to start up Tracks 2.2.2
# Run @bundle exec rails server -e production@ inside your Tracks 2.2.3 directory to start up Tracks 2.2.3
# 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
Expand Down

0 comments on commit f98d32c

Please sign in to comment.