--- a/doc/Release.txt Sun May 24 12:53:46 2009 +0000
+++ b/doc/Release.txt Sun May 24 13:01:33 2009 +0000
@@ -3,9 +3,10 @@
3. Check copyright headers
4. Changelog
5. Turn debug stuff off (frontend console output)
-6. Make a branch
-7. Make packages
-8. Test packages
-9. Upload (hedgewars.org, fireforge.net, gna.org (rsync --delete -avr --rsh="ssh" . unc0rr@download.gna.org:/upload/hedgewars))
-10. Post news (hedgewars.org, hedgewars forum, fireforge.net, gna.org, happypenguin, etc.)
-11. 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")
\ No newline at end of file
+6. Update message in net server
+7. Make a branch
+8. Make packages
+9. Test packages
+10. Upload (hedgewars.org, fireforge.net, gna.org (rsync --delete -avr --rsh="ssh" . unc0rr@download.gna.org:/upload/hedgewars))
+11. Post news (hedgewars.org, hedgewars forum, fireforge.net, gna.org, happypenguin, etc.)
+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")
\ No newline at end of file
--- a/gameServer/Actions.hs Sun May 24 12:53:46 2009 +0000
+++ b/gameServer/Actions.hs Sun May 24 13:01:33 2009 +0000
@@ -100,7 +100,7 @@
return (clID, serverInfo, clients, rooms)
where
client = clients ! clID
- message = if clientProto client < 25 then
+ message = if clientProto client < 27 then
serverMessageForOldVersions
else
serverMessage
--- a/gameServer/CoreTypes.hs Sun May 24 12:53:46 2009 +0000
+++ b/gameServer/CoreTypes.hs Sun May 24 13:01:33 2009 +0000
@@ -135,7 +135,7 @@
ServerInfo
True
"<h2><p align=center><a href=\"http://www.hedgewars.org/\">http://www.hedgewars.org/</a></p></h2>"
- "<font color=yellow><h3>Hedgewars 0.9.10 is out! Please, update. Support for previous versions IS DROPPED</h3><p align=center><a href=http://hedgewars.org/download.html>Download page here</a></p><h4>New features are:</h4><ul><li>Large maps</li><li>New game options</li><li>Utilities</li><li>...</li></ul></font>"
+ "<font color=yellow><h3>Hedgewars 0.9.11 is out! Please, update.</h3><p align=center><a href=http://hedgewars.org/download.html>Download page here</a></p><h4>New features are:</h4><ul><li>Speech bubbles</li><li>New game modes</li><li>Sniper rifle</li><li>...</li></ul></font>"
46631
0
""