Skip to content

Commit 3bdb34a

Browse files
authored
Merge pull request #2298 from ZeiP/version2.4.1
Version 2.4.1
2 parents b5ff9a1 + ab6d510 commit 3bdb34a

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* IRC channel: #tracks on Freenode
1010
* Original developer: bsag (http://www.rousette.org.uk/)
1111
* Contributors: https://github.com/TracksApp/tracks/wiki/Contributors
12-
* Version: 2.4.0
12+
* Version: 2.4.1
1313

1414
[![Build Status](https://github.com/TracksApp/tracks/workflows/Continuous%20Integration/badge.svg)](https://github.com/TracksApp/tracks/actions)
1515
[![Code Climate](https://codeclimate.com/github/TracksApp/tracks/badges/gpa.svg)](https://codeclimate.com/github/TracksApp/tracks)

config/initializers/tracks.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
tracks_version='2.4.0'
1+
tracks_version='2.4.1'
22
# comment out next two lines if you do not want (or can not) the date of the
33
# last git commit in the footer
44
info=`git log --pretty=format:"%ai" -1`

doc/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## Version 2.4.1
2+
3+
### Bug fixes
4+
* Fixed a bug in the tag migration that prevented the migration from completing
5+
at least in some MySQL environments. The bug only affected upgrading an existing Tracks
6+
installation.
7+
18
## Version 2.4.0
29

310
### New features

doc/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ For alternative installation options and tips for specific environments, please
1010

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

13-
1. **Ruby**. Tracks requires Ruby 1.9.3 or greater.
13+
1. **Ruby**. Tracks requires Ruby 2.4 or greater.
1414
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`.
1515
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.
1616

doc/upgrading.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Upgrading Tracks
22

3-
## Upgrading from Tracks 2.3 to 2.4.0
3+
## Upgrading from Tracks 2.3 to 2.4.1
44

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

0 commit comments

Comments
 (0)