Changes in 0.9.1:
~~~~~~~~~~~~~~~~~
* added examples for new APIs
* fixed bug in fft API mapping (assumed shape dummies are
  not interoperable) as well as a mistyped declaration
  (half-caught by NAG 5.2)
* introduced separate kind for complex handling
* constants changed for consistency with GSL 1.12
* added new features from GSL 1.11 and 1.12
* added --debug flag to configure

Changes in 0.9:
~~~~~~~~~~~~~~~
* added examples for error handling
* added support for double precision complex vectors and matrices
* added linear algebra and eigensystem APIs
* added fourier transform API
* Note: testing of added APIs is not yet complete
* moved testing stuff to tests subdirectory

Changes in 0.8.1:
~~~~~~~~~~~~~~~~~
* bug fixes
* improved 32 vs. 64 bit handling (--bits switch for configure)
* OS X on Intel support

Fixes and new features in 0.8:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* added string constants describing version and GSL base
* added new features from GSL 1.9 and 1.10 as far as deemed
  necessary for FGSL coverage.

Fixes and new features in first beta:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* augmented error treatment
* additional compilers added to configure script
* more fgsl_sizeof specifics
* extended (but not finished) manual
* testing much extended and many bugs/missing symbols fixed:
  - special functions
  - permutations and combinations
  - integration
  - permutations and combinations
  - sorting
  - random numbers (partially)
  - histograms (partially)

Fixes and new features in second alpha:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* statistics functions not exported, fixed
* changed permutation/combination data access to return
  a fortran pointer to enable referencing original data
* added further examples, nearly all from C are now mirrored
* added fgsl_sizeof generic, often needed for API calls with
  C polymorphic arguments
* the build process has been improved


