update RELEASE_NOTES
This commit is contained in:
parent
f8887a5c82
commit
6ddad2d6d1
1 changed files with 16 additions and 0 deletions
|
@ -39,6 +39,22 @@ The multiplayer alerts, i.e. the sounds and desktop notifications such as relate
|
|||
Added support for hyperlinks to GUI2. This means that the chat log and also the addon descriptions pages should now support rendering and clicking on hyperlinks.
|
||||
[/section]
|
||||
|
||||
[section="New Filesystem Code"]
|
||||
Revised dependencies:
|
||||
|
||||
[list]
|
||||
[*]SDL_mixer version ticked to 1.2.12
|
||||
[*]Boost filesystem (new), at version 1.44.
|
||||
[/list]
|
||||
|
||||
On Windows only, Boost filesystem is needed at version 1.48, for boost::locale.
|
||||
|
||||
The boost filesystem dep may be disabled, if compiling with scons, by passing it an argument. Then it will compile using the legacy filesystem code. (This may not be maintained in the long term, however.)
|
||||
|
||||
(The new SDL_mixer requirement cannot be similarly disabled.)
|
||||
[/section]
|
||||
|
||||
|
||||
[section="Example section 2"]
|
||||
Example contents 2.
|
||||
[/section]
|
||||
|
|
Loading…
Add table
Reference in a new issue