From fc16effeefb35845d77d98b2173160131bafa9b3 Mon Sep 17 00:00:00 2001 From: Jens Vollinga Date: Fri, 6 Feb 2009 16:49:47 +0100 Subject: [PATCH] Adjusted NEWS and INSTALL documentation. --- INSTALL | 2 +- NEWS | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/INSTALL b/INSTALL index f4c98b7e..de7ba244 100644 --- a/INSTALL +++ b/INSTALL @@ -29,7 +29,7 @@ Known not to work with: - GCC 2.96 or earlier because proper exception and standard library support is missing there. -If you install from git, you also need GNU autoconf (>=2.59), automake (>=1.7), +If you install from git, you also need GNU autoconf (>=2.59), automake (>=1.8), libtool (>= 1.5), bison (>= 2.3), flex (>= 2.5.33), autogen (>= 5.6.0) to be installed. diff --git a/NEWS b/NEWS index 12901ce2..c8b40f9c 100644 --- a/NEWS +++ b/NEWS @@ -3,7 +3,8 @@ This file records noteworthy changes. 1.5.0 () * Added polynomial factorization. * Added an additional (recursive descent) expression parser. -* gcd now allows the user to override (some of the) heuristics. +* Faster GCD computation. +* gcd() now allows the user to override (some of the) heuristics. * Replaced custum RTTI by standard C++ RTTI. * Definition of archiving methods now optional when declaring a new GiNaC class. * Fixed recursion in polynomial divide that caused a significant slowdown in -- 2.44.0