From: Jens Vollinga Date: Fri, 7 Nov 2008 13:51:45 +0000 (+0100) Subject: Preparing for release 1.4.4. X-Git-Tag: release_1-4-4~2 X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?a=commitdiff_plain;h=8b424e3917400537d6498fa67fac84ca4cbdefeb;p=ginac.git Preparing for release 1.4.4. --- diff --git a/NEWS b/NEWS index dbc61fce..d76a4fbb 100644 --- a/NEWS +++ b/NEWS @@ -1,12 +1,14 @@ This file records noteworthy changes. -1.4.4 () +1.4.4 (7 Nov 2008) * Fixed a bug in the multiple polylogarithms Li/G that caused imaginary parts of the arguments to be ignored. * Fixed archiving of complex numbers. * Made the behaviour of class function more consistent with respect to ncmul::eval(). +* Fixed bug in power::is_polynomial. * Improved heur_gcd() so it can handle rational polynomials. +* Improved build scripts. 1.4.3 (04 April 2008) * Fixed bug in numerical evaluation of multiple polylogarithms and diff --git a/configure.ac b/configure.ac index e9d5d011..c082f8bf 100644 --- a/configure.ac +++ b/configure.ac @@ -12,11 +12,11 @@ dnl set ginac_binary_age and ginac_interface_age to 0. m4_define([ginac_major_version], [1]) m4_define([ginac_minor_version], [4]) -m4_define([ginac_micro_version], [3]) +m4_define([ginac_micro_version], [4]) m4_define([ginac_version], [ginac_major_version.ginac_minor_version.ginac_micro_version]) m4_define([ginac_release], [ginac_major_version.ginac_minor_version]) -m4_define([ginac_interface_age], [3]) -m4_define([ginac_binary_age], [3]) +m4_define([ginac_interface_age], [4]) +m4_define([ginac_binary_age], [4]) AC_INIT([GiNaC], ginac_version, []) AC_PREREQ(2.59) diff --git a/debian/changelog b/debian/changelog index eb438b89..4cc7ae07 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +ginac (1.4.4-1) unstable; urgency=low + + * New upstream (bugfix only) release. + + -- Richard Kreckel WHENEVERITISRELEASED + +ginac (1.4.3-1) unstable; urgency=low + + * New upstream (bugfix only) release. + + -- Richard Kreckel WHENEVERITISRELEASED + ginac (1.4.2-1) unstable; urgency=low * New upstream (bugfix only) release.