[SCM] GiNaC -- a C++ library for symbolic computations branch, ginac_1-4, updated. release_1-4-0-44-ge80b7aa
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "GiNaC -- a C++ library for symbolic computations". The branch, ginac_1-4 has been updated via e80b7aac7fb140d9c333f13bb2fb5d46ef9b871d (commit) from 70eaf7b7ad5250df07323b5a2e35803f69b33b14 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit e80b7aac7fb140d9c333f13bb2fb5d46ef9b871d Author: Jens Vollinga <jensv@nikhef.nl> Date: Thu Apr 3 13:39:38 2008 +0200 Preparing for release 1.4.2. ----------------------------------------------------------------------- Summary of changes: NEWS | 8 +++++++- configure.ac | 6 +++--- 2 files changed, 10 insertions(+), 4 deletions(-) hooks/post-receive -- GiNaC -- a C++ library for symbolic computations
Dear Jens, On Thu, Apr 03, 2008 at 01:40:08PM +0200, Jens Vollinga wrote:
commit e80b7aac7fb140d9c333f13bb2fb5d46ef9b871d
diff --git a/NEWS b/NEWS index 3a7d7b1..fdd22be 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,13 @@ This file records noteworthy changes.
-1.4.2 (<date> +1.4.2 (03 April 2008) +* Fixed VPATH building of documentation. +* Fixed issues with GCC 4.3.
I think this statement is a bit misleading. It implies that it's OK to compile GiNaC with GCC 4.3.X, but in fact it is not (as explained in the INSTALL file).
+* Improved automatic test programs.
I think it's better to be more specific, i.e. "Automatic test programs should work on MinGW and Cygwin now." Best regards, Alexei -- All science is either physics or stamp collecting.
Hi, Alexei Sheplyakov schrieb:
I think this statement is a bit misleading. It implies that it's OK to compile GiNaC with GCC 4.3.X, but in fact it is not (as explained in the INSTALL file).
it refers more to commit bb142344dc7b1e83a29c0def029dc78a7bdabd77, but I see that it can be misleading. Would something like * Fix GCC 4.3 compilation issue for coerce function do the job?
+* Improved automatic test programs.
I think it's better to be more specific, i.e.
"Automatic test programs should work on MinGW and Cygwin now."
Okay, I will change it to * Improved automatic test programs. They work now on MinGW and Cygwin as well. Reason is that your changes there are also an improvment under linux/unix in my eyes. Regards, Jens
Hello, On Thu, Apr 03, 2008 at 02:09:34PM +0200, Jens Vollinga wrote:
it refers more to commit bb142344dc7b1e83a29c0def029dc78a7bdabd77, but I see that it can be misleading. Would something like * Fix GCC 4.3 compilation issue for coerce function do the job?
I'd prefer to _not_ mention GCC 4.3 here, for example, * Made certain internal functions (e.g. coerce) standard compliant.
"Automatic test programs should work on MinGW and Cygwin now."
Okay, I will change it to * Improved automatic test programs. They work now on MinGW and Cygwin as well.
OK. Best regards, Alexei -- All science is either physics or stamp collecting.
participants (3)
-
Alexei Sheplyakov
-
git@ginac.de
-
Jens Vollinga