doc/Release.txt
author Wuzzy <Wuzzy2@mail.ru>
Wed, 07 Mar 2018 15:09:31 +0100
changeset 13089 c9cdbf630447
parent 4696 4102737cf2ac
permissions -rw-r--r--
Stop SplitByChar also lowercasing the entire string. Fixes bug #581. It's weird that a function with this name would lowercase the whole string. Nemo and I have checked the history and code for any justifications of the lowercasing but we found none. I have checked in the code if anything actually depends on SplitByChar also lowercasing the string but I found nothing. It would surprise me since it's not obvious from the name IMO is bad coding practice anyway. Bug 581 is fixed by this because cLocale was (incorrectly) lowercased, which broke locale names like pt_BR to pt_br.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1596
4a7b9e451cb4 Inform room of quitting members
unc0rr
parents: 1590
diff changeset
     1
1. Fix broken trainings/missions
4a7b9e451cb4 Inform room of quitting members
unc0rr
parents: 1590
diff changeset
     2
2. Update translations (check fireforge for patches)
4a7b9e451cb4 Inform room of quitting members
unc0rr
parents: 1590
diff changeset
     3
3. Check copyright headers
4a7b9e451cb4 Inform room of quitting members
unc0rr
parents: 1590
diff changeset
     4
4. Changelog
1598
c853e02ed663 - Fix bugs in net server
unc0rr
parents: 1596
diff changeset
     5
5. Turn debug stuff off (frontend console output)
2506
0e8cb64fcd36 Update release doc a bit
unc0rr
parents: 2104
diff changeset
     6
6. Update message in game server, update check for client version
2104
b2c50a7480ea Update server's message
unc0rr
parents: 1991
diff changeset
     7
7. Make a branch
b2c50a7480ea Update server's message
unc0rr
parents: 1991
diff changeset
     8
8. Make packages
b2c50a7480ea Update server's message
unc0rr
parents: 1991
diff changeset
     9
9. Test packages
b2c50a7480ea Update server's message
unc0rr
parents: 1991
diff changeset
    10
10. Upload (hedgewars.org, fireforge.net, gna.org (rsync --delete  -avr --rsh="ssh" . unc0rr@download.gna.org:/upload/hedgewars))
4696
4102737cf2ac merge default into 0.9.15
nemo
parents: 4692
diff changeset
    11
11. Post news (hedgewars.org, hedgewars forum, fireforge.net, gna.org, happypenguin, etc.)
4102737cf2ac merge default into 0.9.15
nemo
parents: 4692
diff changeset
    12
12. Make tag (svn copy svn+ssh://unc0rr@svn.fireforge.net/svnroot/hedgewars/branches/0.9.7 svn+ssh://unc0rr@svn.fireforge.net/svnroot/hedgewars/tags/0.9.7 -m "Tag for 0.9.7 release")