Already resolved from the bug list:
34759,
It was a controversial issue and the patch was just applied. I don't feel comfortable merging it. Usually something bad happens with such last moment merges. Also the bug was not serious, no crashes or lost data or such.
35465,
Removing two unused parameters it not a bug fix by any criteria. It can be seen as a useless change because those parameters could be used in some future prospect. I remember getting feedback for applying such a patch.
Anyway, not merging for sure!
35466,
C'mon! Deleting one unused variable is not a bug fix.
35696,
This was applied from Mattias. I marked it for merging anyway now. Thanks.
35173,
Marked for merging now. Thanks.
35512,
Marked for merging. Thanks.
35694,
Minor tweaking, or a micropatch as you call it. Not a bug fix, not merged.
35467.
Another "micropatch" eliminating one variable. Why should it be merged to a bug fix release?
ASerge, I think you have misunderstood the idea of a fixes branch and a bug fix release.
Only bug fixes are merged. No new features, no refactoring, no optimization, no minor tweaking, no controversial patches which will need testing in trunk and possible further changes.
It is strange that many patches wait for years and are not applied. Why make them at all?
Yes but that is a whole different problem. Patches, when applied, are always applied to trunk. Some patches are ignored for a long time which is bad, but it is not related to the process of merging to fixes branch.
Two different things.