From f91e7c90680d0299f231b456a3d657583f923947 Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Sat, 2 May 2009 01:45:02 -0700 Subject: [PATCH] Update Changes and add a CREDITS file --- CREDITS | 24 ++++++++++++++++++++++++ Changes | 5 +++-- 2 files changed, 27 insertions(+), 2 deletions(-) create mode 100644 CREDITS diff --git a/CREDITS b/CREDITS new file mode 100644 index 0000000..c1c8aea --- /dev/null +++ b/CREDITS @@ -0,0 +1,24 @@ +=pod + + Following in the steps of other open source projects that + eventually take over the world, here is the partial list + of people who have contributed to Math::GSL and its supporting + works. It is sorted by name and formatted to allow easy + grepping and beautification by scripts. + The fields are: name (N), email (E), web-address (W), + description (D), github (U) and snail-mail address (S). + + Thanks, + + The Math::GSL Team + PS: Yes, this looks remarkably like the many other CREDITS formats + PPS: This file is encoded in UTF-8 + +---------- +N: Jonathan "Duke" Leto +U: leto +E: jonathan@leto.net +W: http://leto.net +S: Portland, OR + +=cut diff --git a/Changes b/Changes index 8be1b6a..22c52a8 100644 --- a/Changes +++ b/Changes @@ -1,14 +1,15 @@ =head1 Math::GSL Changes -=head1 v0.19_02 - April 2008 +=head1 v0.19_03 - May 2009 - 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 + - Fix bug where proper flags to SWIG were not passed -=head1 v0.18 - March 23 2008 +=head1 v0.18 - March 23 2009 - Make Math::GSL play nice with GSL 1.12 - Added swap() to Vector objects with tests and docs -- 2.11.4.GIT