aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2007-04-13 06:23:31 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2007-04-13 06:23:31 +0000
commitc4f60c4fbd1b8cde8e2db0ab64ca2757f161e0ff (patch)
treebf25763e31bbbc5dd6b2c50923fc04ff6f347b41 /ChangeLog
parentbaa9ff77415a35317137262bb5865639c0f38429 (diff)
optimized file copy.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1635 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 68355a70..e4aa9c3e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2007-04-13
+ * libsylph/utils.c: copy_file(): optimized using read() / write().
+
+2007-04-13
+
* libsylph/utils.c: file_exist(): use g_file_test() if allow_fifo is
FALSE (optimization in win32).
rename_force(): win32: don't use workaround in recent version of GLib