-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9a675d0
commit 6eacdab
Showing
1 changed file
with
8 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6eacdab
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The fixes for 6.1.3 never made it into the
release/6.1
branch.Perhaps it's a good idea to backport them to prevent people from going through the same struggle as I went through (because of the missing PR 830)
6eacdab
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it's always safer to use tags, but certainly thanks for the heads-up I've pushed 6.1.3 to the release/6.1 branch.
6eacdab
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess you're right.. It's quite convenient to be able to 'git pull' to install bugfixes though.. Learned my lesson the hard way ;)