diff options
author | Johannes Schickel | 2016-01-29 20:35:37 +0100 |
---|---|---|
committer | Johannes Schickel | 2016-02-02 09:16:40 +0100 |
commit | 7d014be0a2b796175a7ce40a9315603f711b2a30 (patch) | |
tree | 7a8911a9d8d60bcb3c7f3da08b46f6e6c6c31160 | |
parent | 687f6067f5d8f616ccd948e43783bdc27f621c23 (diff) | |
download | scummvm-rg350-7d014be0a2b796175a7ce40a9315603f711b2a30.tar.gz scummvm-rg350-7d014be0a2b796175a7ce40a9315603f711b2a30.tar.bz2 scummvm-rg350-7d014be0a2b796175a7ce40a9315603f711b2a30.zip |
NEWS: Mention switch to XDG style locations for Unix ports.
-rw-r--r-- | NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -23,6 +23,12 @@ For a more comprehensive changelog of the latest experimental code, see: SDL: - Alt-x no longer quits ScummVM on platforms exhibiting this behavior before. A notable example is our Windows port. + - On POSIX systems we now follow the XDG Base Directory Specification for + placement of files for users. This effectively results in new locations + for our configuration file, our log file, and our default savegame path. + We still support our previous locations. As long as they are present, we + continue to use them. Please refer to the README for the new locations. + File locations on Mac OS X are not affected by this change. 3 Skulls of the Toltecs: - Improved AdLib music support. |