aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog.ja
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2009-03-17 06:50:27 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2009-03-17 06:50:27 +0000
commit56bc524ac9e7eb53b0f4fc7b49b1ebe10a327180 (patch)
tree80a34cb7bcaa54cced64c5db8db4cb05693b2af2 /ChangeLog.ja
parent3ad4efad565998dda3a31d9d4d2a4dceda980aac (diff)
do fflush() and fsync() before fclose() when writing configuration files.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2121 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'ChangeLog.ja')
-rw-r--r--ChangeLog.ja7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog.ja b/ChangeLog.ja
index aed72dd0..f439ea64 100644
--- a/ChangeLog.ja
+++ b/ChangeLog.ja
@@ -1,4 +1,11 @@
+2008-03-17
+
+ * libsylph/prefs.c
+ configure.in: prefs_file_close(): fclose() の前に fflush() と
+ fsync() を行うようにした(データロスの可能性を減らすため)。
+
2008-03-16
+
* libsylph/utils.[ch]
libsylph/mh.c: g_link(): Unix で無限ループに陥るバグを修正。
g_link を syl_link に名称変更。