* 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
This commit is contained in:
parent
8b48053beb
commit
60bfa43238
@ -1,3 +1,7 @@
|
|||||||
|
Mon Mar 3 07:17:31 2014 Zachary Scott <e@zzak.io>
|
||||||
|
|
||||||
|
* NEWS: [DOC] Update doc regarding filesystem load when flushing IO
|
||||||
|
|
||||||
Mon Mar 3 04:37:50 2014 NAKAMURA Usaku <usa@ruby-lang.org>
|
Mon Mar 3 04:37:50 2014 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||||
|
|
||||||
* io.c (rb_io_fsync): need to fsync even if on Windows. fixed mistake
|
* io.c (rb_io_fsync): need to fsync even if on Windows. fixed mistake
|
||||||
|
2
NEWS
2
NEWS
@ -31,7 +31,7 @@ with all sufficient information, see the ChangeLog file.
|
|||||||
* incompatible changes:
|
* incompatible changes:
|
||||||
* When flushing file IO, you cannot assume that the metadata of the file
|
* When flushing file IO, you cannot assume that the metadata of the file
|
||||||
is updated immediately. On some platforms (especially Windows), it is
|
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)
|
=== Stdlib updates (outstanding ones only)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user