diff options
author | Max Kellermann <max@duempel.org> | 2015-01-05 20:24:59 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2015-01-06 19:38:55 +0100 |
commit | 8b217d531305433df01c789dab4dc81d58f05eba (patch) | |
tree | e81465cd429cfeaf12d49a4e128a8bcc703a4e9d /NEWS | |
parent | ac62586badd439dfcc43df6a895f2988eb784e6d (diff) | |
download | mpd-8b217d531305433df01c789dab4dc81d58f05eba.tar.gz mpd-8b217d531305433df01c789dab4dc81d58f05eba.tar.xz mpd-8b217d531305433df01c789dab4dc81d58f05eba.zip |
fs/io/FileOutputStream: use O_TMPFILE if available
The Linux feature allows writing new files to an invisible file, and
then replace the old file. This preserves the old file if we get
interrupted by some event.
Diffstat (limited to '')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -18,6 +18,7 @@ ver 0.20 (not yet released) * mixer - null: new plugin * reset song priority on playback +* write database and state file atomically * remove dependency on GLib ver 0.19.8 (not yet released) |