aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog.ja
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2009-03-17 08:56:27 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2009-03-17 08:56:27 +0000
commitd0240722220985b4ca879c6caa1ca927d5309588 (patch)
treeb0edcf8906ba08caa3f5000f9507de01acc3c2c4 /ChangeLog.ja
parent56bc524ac9e7eb53b0f4fc7b49b1ebe10a327180 (diff)
abort if fsync() fails.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2122 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'ChangeLog.ja')
-rw-r--r--ChangeLog.ja5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog.ja b/ChangeLog.ja
index f439ea64..32cc7d3a 100644
--- a/ChangeLog.ja
+++ b/ChangeLog.ja
@@ -1,5 +1,10 @@
2008-03-17
+ * libsylph/prefs.c: prefs_file_close(): fsync() が失敗したら処理を
+ 中断するようにした。
+
+2008-03-17
+
* libsylph/prefs.c
configure.in: prefs_file_close(): fclose() の前に fflush() と
fsync() を行うようにした(データロスの可能性を減らすため)。