Skip to content

Commit

Permalink
Merge pull request #2298 from ZeiP/version2.4.1
Browse files Browse the repository at this point in the history
Version 2.4.1
  • Loading branch information
ZeiP authored Nov 7, 2019
2 parents b5ff9a1 + ab6d510 commit 3bdb34a
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* IRC channel: #tracks on Freenode
* Original developer: bsag (http://www.rousette.org.uk/)
* Contributors: https://github.com/TracksApp/tracks/wiki/Contributors
* Version: 2.4.0
* Version: 2.4.1

[![Build Status](https://github.com/TracksApp/tracks/workflows/Continuous%20Integration/badge.svg)](https://github.com/TracksApp/tracks/actions)
[![Code Climate](https://codeclimate.com/github/TracksApp/tracks/badges/gpa.svg)](https://codeclimate.com/github/TracksApp/tracks)
Expand Down
2 changes: 1 addition & 1 deletion config/initializers/tracks.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
tracks_version='2.4.0'
tracks_version='2.4.1'
# 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
7 changes: 7 additions & 0 deletions doc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## Version 2.4.1

### Bug fixes
* Fixed a bug in the tag migration that prevented the migration from completing
at least in some MySQL environments. The bug only affected upgrading an existing Tracks
installation.

## Version 2.4.0

### New features
Expand Down
2 changes: 1 addition & 1 deletion doc/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ For alternative installation options and tips for specific environments, please

Tracks has a few software requirements that must be satisfied before installation:

1. **Ruby**. Tracks requires Ruby 1.9.3 or greater.
1. **Ruby**. Tracks requires Ruby 2.4 or greater.
2. **Bundler**. Tracks requires a recent version of [Bundler](http://bundler.io) to handle the installation of dependencies. Bundler is typically installed by running `gem install bundler`.
3. **Database**. Tracks is tested on [MySQL](http://www.mysql.com/) and [SQLite](http://www.sqlite.org/), but [PostgreSQL](http://www.postgresql.org/) can also be used. Of the three, SQLite requires the least configuration. Whatever your choice, the appropriate database software must be installed.

Expand Down
2 changes: 1 addition & 1 deletion doc/upgrading.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Upgrading Tracks

## Upgrading from Tracks 2.3 to 2.4.0
## Upgrading from Tracks 2.3 to 2.4.1

These upgrade instructions are rough. Please suggest improvements in a GitHub issue if you run into problems.

Expand Down

0 comments on commit 3bdb34a

Please sign in to comment.