aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2015-01-05 20:24:59 +0100
committerMax Kellermann <max@duempel.org>2015-01-06 19:38:55 +0100
commit8b217d531305433df01c789dab4dc81d58f05eba (patch)
treee81465cd429cfeaf12d49a4e128a8bcc703a4e9d /NEWS
parentac62586badd439dfcc43df6a895f2988eb784e6d (diff)
downloadmpd-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 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 28d22722d..d70b04690 100644
--- a/NEWS
+++ b/NEWS
@@ -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)