KMymoney 4.8 branch contains several backported commits from master without a FIXED-IN: tag which may indicated that the related bug ticket may not be tagged as "fixed-in-4.8.1" or earlier. The related bug tickets need to be checked and updated to reflect the reality.
With the help of for i in $(git log | grep "cherry picked" | sed 's,^.*commit ,,g;s,),,g'); do git log -n 1 $i; done > out.log and cat out.log | gawk '$1 == "commit" { c=$2; if (b && f==0) print b; f=0 } $1 ~ /BUG:[^$]/ { gsub(/BUG:/,"",$1); b=$1; } $1 == "BUG:" { b=$2; } $1 ~ /FIXED-IN:/ { f=1}' | sort | uniq | sed 's,^,bug ,g' I got the following list of potential tickets: bug 276322 bug 300697 bug 303026 bug 313793 bug 314955 bug 322381 bug 325793 bug 330437 bug 330737 bug 331508 bug 332793 bug 334564 bug 337208 bug 338296 bug 338298 bug 339192 bug 339693 bug 340656 bug 341040 bug 342181 bug 342275 bug 342926 bug 343106 bug 343348 bug 345259 bug 345550 bug 345669 bug 345781 bug 372435 bug 374352 bug 374527
(In reply to Ralf Habacker from comment #1) > bug 372435 This bug id is wrong; the remaining has been fixed.