From 1d173c2795327a83a3f0c689d3a968e09f09bcd4 Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Wed, 22 Apr 2009 21:32:11 -0700 Subject: [PATCH] Update changes and bump version --- Changes | 6 +++++- lib/Math/GSL.pm | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Changes b/Changes index a9901e8..8be1b6a 100644 --- a/Changes +++ b/Changes @@ -1,8 +1,12 @@ =head1 Math::GSL Changes -=head1 v0.20 - April 2008 +=head1 v0.19_02 - April 2008 - Improvements to callbacks, thanks to patches from piotrj - Fixed + added test for RT#45044 math-gsl eigenpair bug, reported with patch by Ian Malone + - The following improvements were merged from Vincent Danjean's git repo + - New callback implementation, still in testing + - Correct handling of double, float and size_t on x64 + - Removed duplicate definition of fopen/fclose in VectorComplex =head1 v0.18 - March 23 2008 diff --git a/lib/Math/GSL.pm b/lib/Math/GSL.pm index 4455f07..26c1f2b 100644 --- a/lib/Math/GSL.pm +++ b/lib/Math/GSL.pm @@ -22,7 +22,7 @@ our %EXPORT_TAGS = ( all => \@EXPORT_OK, ); our ($GSL_PREC_DOUBLE, $GSL_PREC_SINGLE, $GSL_PREC_APPROX ) = 0 .. 2; our $GSL_MODE_DEFAULT = $GSL_PREC_DOUBLE; -our $VERSION = '0.19_01'; +our $VERSION = '0.19_02'; =head1 NAME @@ -30,7 +30,7 @@ Math::GSL - Perl interface to the GNU Scientific Library (GSL) =head1 VERSION -Version 0.19_01 +Version 0.19_02 =head1 SYNOPSIS -- 2.11.4.GIT