diff options
author | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2008-02-18 16:06:20 +0000 |
---|---|---|
committer | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2008-02-18 16:06:20 +0000 |
commit | 43b51df13d288e2d7d952974b42d023ffec2fd4b (patch) | |
tree | 926c27727a41694e87e7c8902d7abbf9cecf1a02 /README.dev | |
parent | 58d6e72a244e0ce4e7e5c8699a3de0750c8ccd23 (diff) | |
download | mpfr-43b51df13d288e2d7d952974b42d023ffec2fd4b.tar.gz |
README.dev: now, the ChangeLog file should be in UTF-8, like in other
software (not much difference in practice).
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@5296 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'README.dev')
-rw-r--r-- | README.dev | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/README.dev b/README.dev index 24db87ec2..66eb946e5 100644 --- a/README.dev +++ b/README.dev @@ -83,7 +83,8 @@ To make a release (for the MPFR team): Update the date in mpfr.texi. 3) Update the NEWS file. Update the FAQ.html file with update-faq (and check it). - 4) Update the ChangeLog file with "TZ=UTC svn log -rHEAD:0 -v". + 4) Update the ChangeLog file with "TZ=UTC svn log -rHEAD:0 -v" in + UTF-8 locales, e.g. "LC_ALL=en_US.UTF8 TZ=UTC svn log -rHEAD:0 -v". 5) Generate the release version with "make dist", but see below. 6) Test the release version on different machines, with and without --enable-assert (--enable-assert, though doing more checks, may |