cleaup RELEASE_NOTES after announcing 1.9.4

This commit is contained in:
Nils Kneuper 2011-01-17 19:15:06 +00:00
parent 8843723b21
commit 78f99bf091

View file

@ -10,24 +10,15 @@ The release team should empty this file after each release.
***
The add-on description box in the Download dialog has been improved and now displays extra information about the selected add-on, including bundled translations.
***
Custom attack ranges and types can now be translated. To do this for range "artillery" and damage type "explosive", add a top-level [+language] tag to your UMC as follows:
[code][+language]
# Translate custom range
range_artillery= _ "artillery"
# Translate custom attack type
type_explosive = _ "explosive"
[/language][/code]
Failing to do so will result in your ranges having odd names starting with 'UNTLB', indicating you should fix this.
***
Autotools are no longer a supported build system. Instead you should either switch to cmake or scons.
REPLACE ME WITH CONTENT...
***
REPLACE ME WITH CONTENT...
***
REPLACE ME WITH CONTENT...
***