mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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
2 changed files with 5 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue