-*- mode: text; mode: fold -*-
Changes since 0.9.0
1. Updated to support GSL v2.  However, v2 broke backward API
   compatibility with respect to the elliptic integral functions.
   As such, this module now requires version 2.
2. Added wrappers for the GSL integration routines; Updated configure scripts
3. A return statement was missing from an error handler causing the
   linalg_SV_decomp to fail when supplied with an invalid matrix.
4. The symbolic constants GSL_INTEG_GAUSS* for the gaussian quadrature
   routines were added.
5. Updated aclocal.m4; added support for CPPFLAGS (based upon patch
   from Rafael Laboissière)

{{{ Previous Versions

Changes since 0.8.0

1. src/*.c: Added const qualifiers to a number of strings.
2. Updated aclocal.m4, and tweaked codegen to sort the functions.
3. configure: parse /etc/ld.so.conf for system lib paths.
4. updated autoconf files and regenerated the configure script.
5. src/gslfft.sl: Added center qualifier to convolve routines to add
   addition control on how the kernel is to be shifted.
6. src/test/test_fft.sl: Updated to test the center qualifier in #5.
7. src/gslmatrix-module.c: Moved matrix/vector routines to
   gsl-module.c for use by other submodules.
8. src/Makefile.in: add slgsl.h to the DEPS variable.
9. src/gsl-module.c: The (unused) deinit routines were incorrectly set
   (Laurent Perez).
10. src/gsldwt-module.c: Wrapped 1 and 2d wavelet functions (Laurent
    Perez).
11. src/Makefile.in: gsldwt.sl was not getting installed (Reported by
    Dave Huenemoerder).

Changes since 0.7.0
1. doc/tm/rtl/gslinterp.tm: Some typos corrected.
2. src/Makefile.in: $(CC) was being used instead of $(CC_SHARED) to
   compile the .o files.
3. src/gslfft.sl (convolve2d): New function.
4. src/gslfft.sl: Added convolve and correlate public functions with
   support for various qualifiers that specify what to do
   at boundaries.
5. src/gslrand-module.c (do_ran_dist_dd_fun): Corrected the
     usage message for distributions that require 2 parameters.
6. src/*.c: regenerated the wrappers-- the base version is now
   gsl-1.14.  This appears to be backward compatible with 1.10.

}}}
