[前][次][番号順一覧][スレッド一覧]

ruby-changes:33176

From: usa <ko1@a...>
Date: Mon, 3 Mar 2014 03:01:58 +0900 (JST)
Subject: [ruby-changes:33176] usa:r45255 (trunk): * NEWS: mention about the change of r45254.

usa	2014-03-03 03:01:55 +0900 (Mon, 03 Mar 2014)

  New Revision: 45255

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=45255

  Log:
    * NEWS: mention about the change of r45254.

  Modified files:
    trunk/NEWS
Index: NEWS
===================================================================
--- NEWS	(revision 45254)
+++ NEWS	(revision 45255)
@@ -27,6 +27,12 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L27
 
 === Core classes compatibility issues (excluding feature bug fixes)
 
+* IO
+  * 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.
+
 === Stdlib updates (outstanding ones only)
 
 === Stdlib compatibility issues (excluding feature bug fixes)

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]