From 60bfa43238c8c2ea9397ca26f88fcf2cd4216f2f Mon Sep 17 00:00:00 2001 From: zzak Date: Sun, 2 Mar 2014 22:18:38 +0000 Subject: * NEWS: [DOC] Update doc regarding filesystem load when flushing IO [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45259 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ NEWS | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 7fc3a72..d94246e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Mon Mar 3 07:17:31 2014 Zachary Scott + + * NEWS: [DOC] Update doc regarding filesystem load when flushing IO + Mon Mar 3 04:37:50 2014 NAKAMURA Usaku * io.c (rb_io_fsync): need to fsync even if on Windows. fixed mistake diff --git a/NEWS b/NEWS index 0f23b73..a25a320 100644 --- a/NEWS +++ b/NEWS @@ -31,7 +31,7 @@ with all sufficient information, see the ChangeLog file. * incompatible changes: * When flushing file IO, you cannot assume that the metadata of the file is updated immediately. On some platforms (especially Windows), it is - delayed till the load of the filesystem is decreased. + delayed until the filesystem load is decreased. === Stdlib updates (outstanding ones only) -- cgit v1.1