Ticket #2409 (closed task: fixed)
Prepare for release mc-4.7.5-pre1
Reported by: | slavazanko | Owned by: | slavazanko |
---|---|---|---|
Priority: | major | Milestone: | 4.7.5 |
Component: | mc-core | Version: | 4.7.4 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Branch state: | Votes for changeset: | completed |
Description (last modified by andrew_b) (diff)
See ReleaseGuidelines for more details.
Please note: New stable release will have 4.7.5.* code base, therefore needed some additional actions:
- indentation of all code;
- reorganizing of source tree;
- some minor optimization w/o creation of new tickets;
The main goal of 4.7.5-pre1 release is freeze of i18n stuff before 4.7.5 release. We think that approx 2-weeks time interval between 4.7.5-pre1 and 4.7.5 releases is enough for translators.
Change History
comment:3 Changed 14 years ago by andrew_b
- Milestone changed from 4.7.5 to 4.7
- Description modified (diff)
- Summary changed from Prepare for release mc-4.7.5 to Prepare for release mc-4.7.5-pre1
comment:4 Changed 14 years ago by andrew_b
- Status changed from new to assigned
- Owner set to slavazanko
Created 2409_prepare_to_4.7.5 branch.
Iniitial changeset:eea82529d1397784f4ab2c743928dc69e7d48357
Please review and vote.
comment:9 Changed 14 years ago by slavazanko
- Votes for changeset changed from andrew_b to slavazanko
latest commit made by andrew_b, therefore his vote cancelled.
But my vote here :)
comment:10 Changed 14 years ago by angel_il
- Votes for changeset changed from slavazanko to slavazanko angel_il
- severity changed from no branch to approved
comment:11 Changed 14 years ago by slavazanko
- Votes for changeset changed from slavazanko angel_il to commited-master
- severity changed from approved to merged
- Blocked By 1885, 1939, 2171, 2244, 2419, 2429 added
- Blocking 1885, 1939, 2171, 2244, 2419, 2429 removed
Merged in master, changeset:fc99cac4c254a78feb301159d343e3b19cbf23b9
comment:14 Changed 14 years ago by andrew_b
- Owner changed from slavazanko to andrew_b
- Votes for changeset commited-master deleted
- severity changed from merged to on review
Created 2409_gmodule_cflags branch. Parent branch is master.
Don't mix GLib and GModule compiler and linker options. Use gmodule-no-export if present to avoid use -Wl,--export-dynamic option with some linkers. If gmodule-no-export is not available, use generic gmodule.
changeset:f2e928be9306c1398fb68c2b53cf5795199db09c
Please review.
comment:20 Changed 14 years ago by andrew_b
- Votes for changeset changed from angel_il to angel_il andrew_b
- severity changed from on review to approved
comment:21 Changed 14 years ago by slavazanko
- Votes for changeset changed from angel_il andrew_b to commited-master
- severity changed from approved to no branch
Merged in 'master' branch, merge changeset:2ac5f2ce18e4792f1ff92586b4579e2e84f74815
comment:23 Changed 14 years ago by slavazanko
- Blocked By 1885 removed
- Milestone changed from 4.7 to 4.6.2
comment:24 Changed 14 years ago by andrew_b
- update NEWS file in repo and Wiki;
Done.
comment:25 Changed 14 years ago by slavazanko
download translations from transifex by command tx pull --all
Not needed at this point
new tag in git
Done. Run:
git fetch --tags
new version in Trac
Done
new milestone in Trac (no needed for stable branch)
not needed
comment:26 Changed 14 years ago by slavazanko
- severity changed from no branch to on review
create tar.(gz|bzip|lzma) package files and make checksums for archives
Done. Checksums:
861b0f12d881bd7adb023705a8fb9d8473fb843fed7be9d2c436f9ad6cd4ce12 mc-4.7.5-pre1.tar.bz2 9ffe733f05ea00b978c29d659f0481aca7e769740113b9664de68e3f779dcf63 mc-4.7.5-pre1.tar.gz 6f9c9fc2a6b0df50d9720ccbd8045d98a8b5075a8ec6d35726efbff0c8a7acc1 mc-4.7.5-pre1.tar.lzma
upload source packages and checksums to special upload area
Done
developers should download tarballs, verify checksums, compile and locally install. If everything is ok than developers keep votes in ticket
Need votes at this point...
comment:27 Changed 14 years ago by slavazanko
- Votes for changeset changed from commited-master to slavazanko
comment:28 Changed 14 years ago by andrew_b
- Votes for changeset changed from slavazanko to slavazanko andrew_b
- Milestone changed from 4.6.2 to 4.7.5
comment:29 Changed 14 years ago by slavazanko
upload source packages and checksums to http://www.midnight-commander.org/downloads
done
update Wiki start page with latest release number
Done
comment:30 Changed 14 years ago by slavazanko
write an announcement: list user visible changes (bugs and features)
Done
comment:31 Changed 14 years ago by slavazanko
- Status changed from accepted to testing
- Votes for changeset changed from slavazanko andrew_b to completed
- Resolution set to fixed
Created 2409_prepare_to_4.7.5 branch. Parent branch is master.