]> granicus.if.org Git - icu/commitdiff
ICU-8428 Updated readme.html for 4.8RC.
authorYoshito Umaoka <y.umaoka@gmail.com>
Thu, 12 May 2011 19:39:22 +0000 (19:39 +0000)
committerYoshito Umaoka <y.umaoka@gmail.com>
Thu, 12 May 2011 19:39:22 +0000 (19:39 +0000)
X-SVN-Rev: 30108

icu4c/readme.html

index ccc6f08a7a82b0623ff9b2d4f4a54a489d05b217..12ec9c8dec6a25c123dc5d2157e55e41376ef8ff 100644 (file)
@@ -16,9 +16,9 @@
 
   <body class="draft">
     <h1>International Components for Unicode<br />
-     <abbr title="International Components for Unicode">ICU</abbr> 4.7.1 (4.8M1) ReadMe</h1>
+     <abbr title="International Components for Unicode">ICU</abbr> 4.8 Release Candidate 1 ReadMe</h1>
 
-    <p>Last updated: 2011-Mar-14<br />
+    <p>Last updated: 2011-May-12<br />
      Copyright &copy; 1997-2011 International Business Machines Corporation and
     others. All Rights Reserved.</p>
     <!-- Remember that there is a copyright at the end too -->
     with several improvements and some incompatible changes.
     See the <a href="http://site.icu-project.org/download/48">ICU 4.8 download</a> page for details.</p>
 
+    <h3>Unknown system time zone - Etc/Unknown</h3>
+    <p>The behavior of the time zone factory method TimeZone::createTimeZone(const UnicodeString&) has changed in this release.
+    When an unknown time zone ID is specified in the method, previous versions return a TimeZone instance
+    with ID "GMT" (offset 0 and no daylight saving time). In ICU 4.8, the method uses "Etc/Unknown" as the
+    time zone ID (but still offset 0 and no daylight saving time) for the case. Existing software checking
+    the returned time zone ID to validate the input ID may need to be updated to support the new behavior.</p>
+
     <h2><a name="Download" href="#Download" id="Download">How To Download the
     Source Code</a></h2>