From 0805ec6242508dd23ea7d6dc558dc50159943ebc Mon Sep 17 00:00:00 2001 From: enge Date: Wed, 3 Dec 2008 09:57:34 +0000 Subject: Tagging release 0.5.2 git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/tags/0.5.2@370 211d60ee-9f03-0410-a15a-8952a2c7a4e4 --- Makefile.am | 2 +- Makefile.vc | 2 +- NEWS | 4 +++- README.dev | 2 +- configure.ac | 11 ++++------ doc/version.texi | 8 +++---- src/mpc.h | 2 +- web/content_applications.php | 9 +++++--- web/content_documentation.php | 4 ++-- web/content_download.php | 11 +++++++--- web/content_home.php | 31 ++++++++++++++++++++++++---- web/content_html.php | 47 ++++++++++++++++++++++++++++-------------- web/download/mpc-0.5.1.pdf | Bin 177016 -> 0 bytes web/download/mpc-0.5.2.pdf | Bin 0 -> 179040 bytes web/download/mpc-0.5.2.tar.gz | Bin 0 -> 518391 bytes web/menu.xml | 10 ++++----- 16 files changed, 94 insertions(+), 49 deletions(-) delete mode 100644 web/download/mpc-0.5.1.pdf create mode 100644 web/download/mpc-0.5.2.pdf create mode 100644 web/download/mpc-0.5.2.tar.gz diff --git a/Makefile.am b/Makefile.am index 2273104..57e1c8b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,4 +2,4 @@ SUBDIRS = src tests doc include_HEADERS = src/mpc.h -EXTRA_DIST = tests/tgeneric.c \ No newline at end of file +EXTRA_DIST = Makefile.vc tests/tgeneric.c diff --git a/Makefile.vc b/Makefile.vc index 21f421a..500021b 100644 --- a/Makefile.vc +++ b/Makefile.vc @@ -39,7 +39,7 @@ CPP = cl.exe CC = cl.exe CDEFAULTFLAGS=/O2 /GR- /MD /nologo /EHs -VERSION=0.5.1 +VERSION=0.5.2 ######################## do not edit below this line ########################## diff --git a/NEWS b/NEWS index 85a7dee..590bbce 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,9 @@ -Recent changes: +Changes in version 0.5.2: - New macros: - version number: MPC_VERSION_NUM, MPC_VERSION - Makefile.vc updated (thanks to Mickael Gastineau) + - Compilation on Debian-Gnu-Linux-PowerPC and MacOsX + fixed (thanks to Laurent Fousse and Mickael Gastineau) Changes in version 0.5.1: - New functions: diff --git a/README.dev b/README.dev index 5352609..5156ff0 100644 --- a/README.dev +++ b/README.dev @@ -20,7 +20,7 @@ Creating a new release This updates the date and version number in doc/version.texi and creates the tarball for distribution. 5) Create an svn tag from inside the svn root: - svn cp trunk tags/VERSION -m "Tagging release VERSION" + svn cp trunk tags/VERSION 6) Update the web page inside svn and on the server. The html documentation is created with makeinfo --html --no-split mpc.texi diff --git a/configure.ac b/configure.ac index 494ac0c..74a730e 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ MA 02111-1307, USA. */ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.61) -AC_INIT(mpc, 0.5.2-dev, mpc-discuss@lists.gforge.inria.fr) +AC_INIT(mpc, 0.5.2, mpc-discuss@lists.gforge.inria.fr) AC_CONFIG_SRCDIR([src/mpc-impl.h]) AC_CONFIG_HEADER([config.h]) @@ -38,7 +38,7 @@ AC_ARG_WITH([mpfr_include], AC_ARG_WITH([mpfr_lib], [AC_HELP_STRING([--with-mpfr-lib=DIR], [MPFR lib directory])], - [LDFLAGS="-I$withval $LDFLAGS"]) + [LDFLAGS="-L$withval $LDFLAGS"]) AC_ARG_WITH([mpfr], [AC_HELP_STRING([--with-mpfr=DIR], [MPFR install directory])], @@ -53,7 +53,7 @@ AC_ARG_WITH([gmp_include], AC_ARG_WITH([gmp_lib], [AC_HELP_STRING([--with-gmp-lib=DIR], [GMP lib directory])], - [LDFLAGS="-I$withval $LDFLAGS"]) + [LDFLAGS="-L$withval $LDFLAGS"]) AC_ARG_WITH([gmp], [AC_HELP_STRING([--with-gmp=DIR], [GMP install directory])], @@ -83,9 +83,6 @@ AC_PROG_SED AC_CHECK_LIB([gmp], [__gmpz_init], [LIBS="-lgmp $LIBS"], [AC_MSG_ERROR([libgmp not found or uses a different ABI.])]) -#AC_CHECK_LIB([mpfr], [mpfr_init], -# [LIBS="-lmpfr $LIBS"], -# [AC_MSG_ERROR([libmpfr not found or uses a different ABI.])]) AC_MSG_CHECKING(for MPFR) LIBS="-lmpfr $LIBS" AC_LINK_IFELSE( @@ -152,7 +149,7 @@ AX_C_CHECK_FLAG(-ansi,,,WARNINGCFLAGS="$WARNINGCFLAGS -ansi",) AX_C_CHECK_FLAG(-pedantic,,,WARNINGCFLAGS="$WARNINGCFLAGS -pedantic",) AX_C_CHECK_FLAG(-Wall,,,WARNINGCFLAGS="$WARNINGCFLAGS -Wall",) AX_C_CHECK_FLAG(-Wextra,,,WARNINGCFLAGS="$WARNINGCFLAGS -Wextra",) -AX_C_CHECK_FLAG(-Werror,,,WARNINGCFLAGS="$WARNINGCFLAGS -Werror",) +#AX_C_CHECK_FLAG(-Werror,,,WARNINGCFLAGS="$WARNINGCFLAGS -Werror",) AC_SUBST(WARNINGCFLAGS) AC_CONFIG_FILES([Makefile src/Makefile tests/Makefile doc/Makefile]) diff --git a/doc/version.texi b/doc/version.texi index 6e7e677..56866a3 100644 --- a/doc/version.texi +++ b/doc/version.texi @@ -1,4 +1,4 @@ -@set UPDATED 27 November 2008 -@set UPDATED-MONTH November 2008 -@set EDITION 0.5.2-dev -@set VERSION 0.5.2-dev +@set UPDATED 2 December 2008 +@set UPDATED-MONTH December 2008 +@set EDITION 0.5.2 +@set VERSION 0.5.2 diff --git a/src/mpc.h b/src/mpc.h index d0932e1..06d70d3 100644 --- a/src/mpc.h +++ b/src/mpc.h @@ -29,7 +29,7 @@ MA 02111-1307, USA. */ #define MPC_VERSION_MAJOR 0 #define MPC_VERSION_MINOR 5 #define MPC_VERSION_PATCHLEVEL 2 -#define MPC_VERSION_STRING "0.5.2-dev" +#define MPC_VERSION_STRING "0.5.2" /* Macros dealing with MPC VERSION */ #define MPC_VERSION_NUM(a,b,c) (((a) << 16L) | ((b) << 8) | (c)) diff --git a/web/content_applications.php b/web/content_applications.php index 1a1e318..f9cb8c2 100644 --- a/web/content_applications.php +++ b/web/content_applications.php @@ -1,5 +1,11 @@ +

Latest version

-Version 0.5.1 "Aconitum neomontanum" +Version 0.5.2 "Aconitum neomontanum" +

Previous versions

-Version 0.5 +

Patches

The patches are applied as follows:
-cd mpc-0.5.1
+cd mpc-0.5.2
patch -N -p1 -Z -i path_to_patch_file

diff --git a/web/content_home.php b/web/content_home.php index 968e5c0..c432601 100644 --- a/web/content_home.php +++ b/web/content_home.php @@ -21,8 +21,31 @@ under the number IDDN FR 001 060029 000 R P 2003 000 10000.

News

-Version 0.5.1, -"Aconitum neomontanum", released in November 2008, +Version 0.5.2, +"Aconitum neomontanum", released in December 2008, +comes with the following new features: +

+ + +

+Version 0.5.1, released in November 2008, comes with the following new features:

diff --git a/web/download/mpc-0.5.1.pdf b/web/download/mpc-0.5.1.pdf deleted file mode 100644 index 5ee166e..0000000 Binary files a/web/download/mpc-0.5.1.pdf and /dev/null differ diff --git a/web/download/mpc-0.5.2.pdf b/web/download/mpc-0.5.2.pdf new file mode 100644 index 0000000..09177eb Binary files /dev/null and b/web/download/mpc-0.5.2.pdf differ diff --git a/web/download/mpc-0.5.2.tar.gz b/web/download/mpc-0.5.2.tar.gz new file mode 100644 index 0000000..2a384f3 Binary files /dev/null and b/web/download/mpc-0.5.2.tar.gz differ diff --git a/web/menu.xml b/web/menu.xml index 36fa539..1df35b8 100644 --- a/web/menu.xml +++ b/web/menu.xml @@ -4,24 +4,24 @@ Introduction home -2008-11-18 +2008-12-02 Download download -2008-11-18 +2008-12-02 Documentation documentation -2008-11-18 +2008-12-02 Html Documentation html -2008-11-18 +2008-12-02 @@ -33,7 +33,7 @@ Applications applications -2008-09-23 +2008-12-02 -- cgit v1.2.1