How are bug fixes handled in the repository (git)

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
Hace 4 años
If a bug fix is needed for a certain release, let's say there is a issue in 4.10, how is that handled in source code. Will it possible to get this bug fix? Will it be integrated into the 4.10 tag branch (if that is even possible). Or is the bug fix only done in the current release?
Thankx, Harry
Hace 4 años
[email protected] wrote:
If a bug fix is needed for a certain release, let's say there is a issue in 4.10, how is that handled in source code. Will it possible to get this bug fix? Will it be integrated into the 4.10 tag branch (if that is even possible). Or is the bug fix only done in the current release?
Thankx, Harry


As far as I know, nop team only add critical bugs in this way. Rest of the bugs are fixed in current development version only. However, they can tell better!
Hace 4 años
[email protected] wrote:
... possible to get this bug fix? ...

If you are a developer, you can get the fixed code and apply it to your source and recompile.  Otherwise, as indicated above, only "critical bugs in this way. Rest of the bugs are fixed in current development version only."
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.