Marc Delisle schrieb:
Hi, Let's say I fix something in trunk (for 2.11) then backport in branches/QA_2_10 (for 2.10.1).
Should I mention the fix in both ChangeLogs ?
i think yes
trunk changelog will like this
################################################### 2.11 (not realeased yet) ----
+ ... + ...
2.10.1 (not realeased yet) ----
+ your new fix added after 2.10 here
2.10.1 ====
...
###################################################
2.10 branch changelog
################################################### 2.10.1 (not realeased yet) ----
+ your new fix added after 2.10 here
2.10.1 ====
...
###################################################
or?