From: Peter Edberg Date: Sun, 5 Mar 2017 05:13:24 +0000 (+0000) Subject: ICU-12998 icu4c readme, fixed two refs to icu/icu/trunk, preliminary update for 59rc X-Git-Tag: release-59-rc~128 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e8eb923aba1b97335e66e53341bf539675bb9209;p=icu ICU-12998 icu4c readme, fixed two refs to icu/icu/trunk, preliminary update for 59rc X-SVN-Rev: 39737 --- diff --git a/icu4c/readme.html b/icu4c/readme.html index f7843f4d83c..f7762bb8ef1 100644 --- a/icu4c/readme.html +++ b/icu4c/readme.html @@ -3,7 +3,7 @@ - ReadMe for ICU 59.0.1 + ReadMe for ICU 59.1 - +

Note: This is a draft readme.

@@ -32,7 +32,7 @@ International Components for Unicode
Release Candidate (Milestone Release) - ICU 59.0.1 ReadMe + ICU 59.1 ReadMe @@ -44,7 +44,7 @@

This is a release candidate version of ICU4C. It is not recommended for production use.

-

Last updated: 2017-Jan-15
+

Last updated: 2017-Mar-04
Copyright © 2016 and later: Unicode, Inc. and others. License & terms of use: http://www.unicode.org/copyright.html
Copyright © 1997-2016 International Business Machines Corporation and others. @@ -230,7 +230,7 @@

Important: Please make sure you understand the Copyright and License Information.

+ "http://source.icu-project.org/repos/icu/trunk/icu4c/LICENSE">Copyright and License Information.

What is new in this release?

@@ -790,7 +790,7 @@ source file tree clean and have build output files written to a different location. This is called an "out-of-source build". Simply invoke the configure script from the target location: -
~/icu$ svn export http://source.icu-project.org/repos/icu/icu/trunk
+
~/icu$ svn export http://source.icu-project.org/repos/icu/trunk/icu4c
 ~/icu$ mkdir trunk-dev
 ~/icu$ cd trunk-dev
 ~/icu/trunk-dev$ ../trunk/source/runConfigureICU Linux