<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,12 +1,12 @@
 =head1 Math::GSL Changes
 
-=head1 v0.19_04 - May 2009
+=head1 v0.20 - May 19 2009
     - $rng-&gt;get($n) will now return the next $n values of the random number generator
-    - Improvements to callbacks, thanks to patches from piotrj
     - Fixed + added test for RT#45044 math-gsl eigenpair bug, reported with patch by Ian Malone
     - Added more tests for Randist
     - Fixed some incorrectly written tests for BLAS and Linalg
     - Improved NTuple support and tests
+    - Improvements to callbacks, thanks to patches from piotrj
     - The following improvements were merged from Vincent Danjean's git repo:
     - Fixed some memory leaks caused by in-typemaps without argout-typemaps
     - Improved portable callback implementation</diff>
      <filename>Changes</filename>
    </modified>
    <modified>
      <diff>@@ -1,5 +1,9 @@
+bin/smoke_some_mathgsl
+bin/smolder_mathgsl
+bin/smolder_smoke_signal
 Build.PL
 Changes
+CREDITS
 examples/aliased
 examples/benchmark/sort
 examples/clicker/chart
@@ -9,6 +13,7 @@ examples/deriv/basic
 examples/gsl_repl
 examples/gsl_sort
 examples/matrix/nonsymmetric_eigen
+examples/matrix/nonsymmetric_eigen_old
 examples/rng
 examples/sf/bessel
 examples/sf/bessel.png
@@ -211,6 +216,7 @@ t/Monte.t
 t/Multifit.t
 t/Multimin.t
 t/Multiroots.t
+t/NTuple.t
 t/ODEIV.t
 t/Permutation.t
 t/Poly.t</diff>
      <filename>MANIFEST</filename>
    </modified>
    <modified>
      <diff>@@ -11,3 +11,6 @@ blib/*
 foo*
 .*\.gz
 ^tags
+Math-GSL
+\.prove
+swig/system\.i</diff>
      <filename>MANIFEST.SKIP</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
 ---
 name: Math-GSL
-version: 0.19_03
+version: 0.20
 author:
   - 'Jonathan Leto &lt;jonathan@leto.net&gt;'
 abstract: Interface to the GNU Scientific Library using SWIG
@@ -20,7 +20,7 @@ requires:
 provides:
   Math::GSL:
     file: lib/Math/GSL.pm
-    version: 0.19_03
+    version: 0.20
   Math::GSL::BLAS:
     file: lib/Math/GSL/BLAS.pm
   Math::GSL::BLASc:</diff>
      <filename>META.yml</filename>
    </modified>
    <modified>
      <diff>@@ -22,7 +22,7 @@ our %EXPORT_TAGS = ( all =&gt; \@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_03';
+our $VERSION = '0.20';
 
 =head1 NAME
 
@@ -30,7 +30,7 @@ Math::GSL - Perl interface to the GNU Scientific Library (GSL)
 
 =head1 VERSION
 
-Version 0.19_03
+Version 0.20
 
 =head1 SYNOPSIS
 
@@ -44,7 +44,7 @@ Version 0.19_03
 
     use Math::GSL::RNG;
     my $rng = Math::GSL::RNG-&gt;new;
-    my @random_numbers = map { $rng-&gt;get } (1 .. 1000);
+    my @random_numbers = $rng-&gt;get(1000);
 
     use Math::GSL::Deriv qw/:all/;
     my $function = sub { my $x=shift; sin($x**2) };
@@ -147,7 +147,7 @@ L&lt;http://search.cpan.org/dist/Math::GSL&gt;
 If you would like the help develop Math::GSL, email the authors
 and do
 
-    git clone http://leto.net/code/Math-GSL.git 
+    git clone git://github.com/leto/math--gsl.git
     cd Math-GSL
     git checkout -b bleed   # create new local branch
     git pull origin bleed   # pull in remote bleed
@@ -155,8 +155,8 @@ and do
 to get the latest source, which is a two-headed beast with branches master and
 bleed. The master branch is our stable branch, which is periodically sync-ed
 with bleed. To view the latest source code online, go to
-L&lt;http://leto.net/gitweb/&gt;.  The latest version of Git can be found at
-L&lt;http://git.or.cz&gt;.
+L&lt;http://github.com/leto/math--gsl/tree/master&gt;.  The latest version of Git can be found at
+L&lt;http://git-scm.com&gt; .
 
 =head1 ACKNOWLEDGEMENTS
 
@@ -169,7 +169,7 @@ This Perl module is dedicated in memory of Nick Ing-Simmons.
 
 =head1 COPYRIGHT &amp; LICENSE
 
-Copyright 2008 Jonathan Leto, Thierry Moisan all rights reserved.
+Copyright 2008-2009 Jonathan Leto, Thierry Moisan all rights reserved.
 
 This program is free software; you can redistribute it and/or modify it
 under the same terms as Perl itself.</diff>
      <filename>lib/Math/GSL.pm</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>784dcba188d9c13db78424c24dffa23840e31bb6</id>
    </parent>
  </parents>
  <author>
    <name>Duke Leto</name>
    <email>jonathan@leto.net</email>
  </author>
  <url>http://github.com/leto/math--gsl/commit/e47c075b392a49346959488e98d4128bce37135c</url>
  <id>e47c075b392a49346959488e98d4128bce37135c</id>
  <committed-date>2009-05-19T23:41:35-07:00</committed-date>
  <authored-date>2009-05-19T23:41:35-07:00</authored-date>
  <message>Bump version, update MANIFEST* and update dev info</message>
  <tree>a770d13cdd48b3ba54b336c2163c172f510b42f8</tree>
  <committer>
    <name>Duke Leto</name>
    <email>jonathan@leto.net</email>
  </committer>
</commit>
