From c48283d86f39a1aaf420e4ec98d8e9e51e34a0bc Mon Sep 17 00:00:00 2001 From: Vincent Danjean <Vincent.Danjean@ens-lyon.org> Date: Fri, 17 Sep 2021 15:56:09 +0200 Subject: [PATCH] New release --- Changes | 24 ++++++++++++++++++++++++ progs/altree | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index 0e72d17..4692144 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,29 @@ Revision history for Altree Perl program +Version v1.3.2 +============== + +Vincent Danjean (6): + Avoid nested functions + Use figlatex instead of texgraphicx + Do not require atlas + Remove unused _quicksort sub-pragma, no longer supported in Perl 5.27 + Add missing include file + Update perl XS files + Remove old CVS ignore files + New release + +Version v1.3.1 +============== + +Claire Bardel (1): + No RCS version anymore, using 1.00 version by default + +Vincent Danjean (3): + Avoid too precise tests with float datatypes + Do not compute more permutation than requested, even with lots of processors + New release + Version v1.3.0 ============== diff --git a/progs/altree b/progs/altree index c4d8c05..636e9d9 100755 --- a/progs/altree +++ b/progs/altree @@ -10,7 +10,7 @@ use Data::Dumper; srand(654321); -use version; our $VERSION = qv(1.3.1); +use version; our $VERSION = qv(1.3.2); # Positionner la variable PERL5LIB si besoin -- GitLab