<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -16,15 +16,14 @@
     - Added copy() method to vectors
     - Improved Vector docs
     - Sped up vector dot products by 15x using BLAS function gsl_blas_ddot
-        NOTE: using gsl_blas_ddot($x-&gt;raw,$y-&gt;raw) directly is still about 10 times faster 
+        NOTE: using gsl_blas_ddot($x-&gt;raw,$y-&gt;raw) directly is still about 10 times faster
               than $x * $y due to error checking and function call overhead
     - Separated POD and Perl code out of SWIG interface files, yay for proper syntax
         highlighting
     - Added stub test files for Heapsort, IEEEUtils, Multimin, Siman, Wavelet2D
     - All test files now keep track of how many tests should run
-    - Fix an include bug in Histogram2D which caused the build to fail
-    - Operator overloading for addition and subtraction with matrices
-    - Operator overloading for multiplication with matrices
+    - Fix an include bug in Histogram2D which caused the build to fail (Thierry)
+    - Operator overloading for addition, multiplication and subtraction on Matrix objects (Thierry)
 
 
 =head1 v0.14 - October 21 2008</diff>
      <filename>Changes</filename>
    </modified>
    <modified>
      <diff>@@ -1,11 +1,21 @@
 
 =head1 List of Known Bugs in Math::GSL
 
+* The implementation of callbacks in Math::GSL is duct tape and paper clips. It is very sensitive
+
+ to new and exotic platforms and compilers. 
+
+* Math::GSL subclasses Module::Build and generates compile flags based on system characteristics,
+
+ shouldn't this be in Module::Build ?
+
+* FFT's stopped working! We need some good unit tests, the current one does not use trusted data
+
 * gsl_set_error_handler_off() does not return a gsl_error_handler_t
 
 * gsl_histogram2d_clone() does not return a gsl_histogram_t
 
-* gsl_vector_complex_scale() does not exist in underlying GSL library (maybe in 1.12 ?)
+* gsl_vector_complex_scale() does not exist in underlying GSL library (will be in GSL 1.12 )
 
 * gsl_monte_function is b0rked
 </diff>
      <filename>KNOWN_BUGS</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
 ---
 name: Math-GSL
-version: 0.15_05
+version: 0.15_06
 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.15_05
+    version: 0.15_06
   Math::GSL::BLAS:
     file: lib/Math/GSL/BLAS.pm
   Math::GSL::BLASc:</diff>
      <filename>META.yml</filename>
    </modified>
    <modified>
      <diff>@@ -11,8 +11,8 @@
 
 * Investigate serialization of Math::GSL::Vector/Matrix objects
 
-* PDL interoperability : 
-                      my $matrix = Math::GSL::Matrix-&gt;new(50,50);  
+* PDL interoperability :
+                      my $matrix = Math::GSL::Matrix-&gt;new(50,50);
                       my $pdl = $matrix-&gt;as_pdl();
 
 * Test and submit bug reports to make Math::GSL work with Windows/Strawberry Perl/Darwin/Solaris</diff>
      <filename>TODO</filename>
    </modified>
    <modified>
      <diff>@@ -23,7 +23,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.15_05';
+our $VERSION = '0.15_06';
 
 =head1 NAME
 
@@ -31,7 +31,7 @@ Math::GSL - Perl interface to the  GNU Scientific Library (GSL)
 
 =head1 VERSION
 
-Version 0.15_05
+Version 0.15_06
 
 =head1 SYNOPSIS
 </diff>
      <filename>lib/Math/GSL.pm</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>137d458ac24f78f2a7d1c43cad93cbf363abea2d</id>
    </parent>
  </parents>
  <author>
    <name>Duke Leto</name>
    <email>jonathan@leto.net</email>
  </author>
  <url>http://github.com/leto/math--gsl/commit/b39ada62b059d254c52938fc4690dfd60eab48b7</url>
  <id>b39ada62b059d254c52938fc4690dfd60eab48b7</id>
  <committed-date>2008-12-09T20:51:33-08:00</committed-date>
  <authored-date>2008-12-09T20:51:33-08:00</authored-date>
  <message>Update KNOWN_BUGS, Changes, etc</message>
  <tree>8403dfffa080040b75cfb0de406af3ceb2418f54</tree>
  <committer>
    <name>Duke Leto</name>
    <email>jonathan@leto.net</email>
  </committer>
</commit>
