WrapEarnPass left a comment (geany/geany-plugins#1227) @b4n Procedural question. If this is approved, is there a process for pulling it into 2.1/2.1.0? I haven't found anything on the geany.org website about the policy for new features in previous releases, but the diffs between 2.1 and 2.1.0 and this pull request are limited to the changes for this request. ``` #2.1 git diff 2107bbdf69266987a79a661a49bc8d9ecc48c57d 7f2c113321941f04fe2301535eba575e01131149 -- folderpath workbench/ #2.1.0 git diff d088bed81c3640c34eefe8d82674149f9dcc3111 7f2c113321941f04fe2301535eba575e01131149 -- folderpath workbench/ ``` As [debian](https://packages.debian.org/search?section=all&arch=any&searchon=names&keywords=geany) and [ubuntu](https://packages.ubuntu.com/search?keywords=geany&searchon=names&suite=all§ion=all) are not on track to pull 2.2 in any near future, it may be beneficial to get this change into the 2.1 branch if it is possible.
As neither debian nor ubuntu have backported (combined view available above) 2.1 to stable, I checked for the diff between 2.0/2.0.0 and this release and it would be possible as well, but I would have to make a cherry-pick merge as there was some cleanup done in workbench between 2.0 and 2.1. ``` #2.0 git diff d50d5b31977db01fe6e63af7e6dedf0601402594 7f2c113321941f04fe2301535eba575e01131149 -- folderpath workbench/ #2.0.0 git diff 145d237ed688af5b34b181246b37d7bbe2ab158c 7f2c113321941f04fe2301535eba575e01131149 -- folderpath workbench/ ``` -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/issues/1227#issuecomment-4751528657 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany-plugins/issues/1227/[email protected]>
