diff options
author | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2002-04-05 12:14:11 +0000 |
---|---|---|
committer | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2002-04-05 12:14:11 +0000 |
commit | 7b5dca48068f498cf8724fc6a0919786c9477fba (patch) | |
tree | 7ae38f4619a2d58535ad321c93fec6733ae3195f | |
parent | 39ddb670127fa01b4e74fd2fbf883b534f2e5596 (diff) | |
download | mpfr-7b5dca48068f498cf8724fc6a0919786c9477fba.tar.gz |
README.dev added.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@1819 280ebfd0-de03-0410-8827-d642c229c3f4
-rw-r--r-- | README | 1 | ||||
-rw-r--r-- | README.dev | 17 |
2 files changed, 18 insertions, 0 deletions
@@ -8,6 +8,7 @@ INSTALL - how to install MPFR (see also mpfr.texi) Makefile* - files for building the library NEWS - new features with respect to previous versions README - this file +README.dev - notes for the MPFR developers TODO - what remains to do (any help is welcome!) VERSION - version of MPFR (next release version if taken from CVS) ac* - automatic configuration files diff --git a/README.dev b/README.dev new file mode 100644 index 000000000..c3056b9cc --- /dev/null +++ b/README.dev @@ -0,0 +1,17 @@ +Notes for the MPFR developers +============================= + +The VERSION file contains the number of the next release version, i.e. +the version currently developed. If nightly snapshots are built, the +date in the yyyymmdd format must be added to the version number, for +instance: "2.0.1-20020319". + +To make a release: + 1) Update the ChangeLog file (using rcs2log). + 2) Generate the release version with "make dist". + 3) Test the release version on different machines, with and without + the --disable-alloca configure option. + 4) If there is no problem, add a tag to the CVS corresponding to the + release, e.g. mpfr-2-0-1-rel for mpfr 2.0.1 (note that the periods + are replaced by dashes). + 5) Update the VERSION file to indicate the next version. |