Updated ChangeLog and NEWS with v2.7.2 changes
ClosedPublic

Authored by nmel on Aug 16 2019, 5:38 AM.

Details

Summary

ChangeLog: Added changes from v2.7.1 release that are mentioned in commits

Command used:
git log v2.7.1.. | grep 'FIXED:\|ADDED:\|UPDATED:\|CHANGED:\|REMOVED:' | sort

ChangeLog: Added manual updates caught by browsing git history

Updated NEWS

Updated documentation ChangeLog

Test Plan

Apply to stable branch.

Diff Detail

Repository
R167 Krusader
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
nmel requested review of this revision.Aug 16 2019, 5:38 AM
nmel created this revision.
asensi added a subscriber: asensi.Aug 16 2019, 8:55 PM

Thanks, Nikita! Because it's very handy, and it has been already tried a lot, it looks like a good idea to add the "Shortcuts to move tab" commit to the stable branch, and add to the ChangeLog file:

FIXED: [ 328937 ] Shortcuts for move tab
nmel added a comment.Aug 17 2019, 5:42 AM

Hi Toni,

We are in the feature freeze stage since August 1st. It means no new commits related to the logic change are allowed, unless it's some fix for a regression introduced by commits since v2.7.1 tag, and it's a good time to extensively test the existing codebase. In addition, this is a bug fix release, while the 328937 issue is a new feature. This is more suitable for v2.8. Let's just release it sooner than later.

Well, some months have passed since Davide's commit :-( , let's see when normal Krusader users can take profit.

asensi accepted this revision as: asensi.Aug 18 2019, 7:57 PM

For my part, I accept the proposal, Thanks for it, Nikita!

This revision is now accepted and ready to land.Aug 18 2019, 7:57 PM
yurchor accepted this revision as: yurchor.Aug 18 2019, 8:21 PM
yurchor added a subscriber: yurchor.

Accepted for my part. Thanks.

gengisdave accepted this revision as: gengisdave.Aug 19 2019, 7:43 PM
nmel added a comment.Aug 22 2019, 5:48 AM

Thanks everyone!

This revision was automatically updated to reflect the committed changes.