This page lists all the issues fixed in the latest revision (on master
branch) and anything committed to the hot-fixes
branch since then. If you have an issue and you do not see it listed as fixed here, then check the Known Issues page to see if it has been noted. If not, then you may want to use the Feedback page or send an email to gen.bugreport@robertbrogan.com
to report your issue so it can get fixed.
Number | Description | Where Fixed |
---|---|---|
How can you get a hot fix? Say the last release was number x.y.z
. If you want a hot fix then you can either do:
git checkout x.y.z-hot-fixes
git pull https://github.com/rbrogan/tcl-gen.git x.y.z-hot-fixes
And the changes will be on a hot fixes branch. Or you can do:
git checkout master
git pull https://github.com/rbrogan/tcl-gen.git x.y.z-hot-fixes
And the changes should result in a fast forward on the master branch. Either way, the hotfix branch only lasts up to the next revision. To see any further updates you will want to switch back to the master branch (with git checkout master
) and do a git pull
.