This file is obsolete.  See changes.txt for this list of changes.

2008-4-7  John E. Davis  <davis@space.mit.edu>

	* src/version.h (MODULE_PATCH_LEVEL): bumped to 0.7.1

	* src/gslrand-module.c (do_ran_dist_dd_fun): Corrected the
	  usage message for distributions that require 2 parameters.

	* src/gslfft.sl: Added convolve and correlate public functions
	  with support for various qualifiers that specify what to do
	  at boundaries.

2008-2-22  John E. Davis  <davis@space.mit.edu>

	* src/gslfft.sl (convolve2d): New function.

2007-11-6  John E. Davis  <davis@space.mit.edu>

	* autoconf/aclocal.m4: Updated.

2007-10-16  John E. Davis  <davis@space.mit.edu>

	* src/Makefile.in: $(CC) was being used instead of
	  $(CC_SHARED) to compile the .o files.

2007-9-21  John E. Davis  <davis@space.mit.edu>

	* doc/tm/rtl/gslinterp.tm: Some typos corrected.

2007-8-30  John E. Davis  <davis@space.mit.edu>

	* src/version.h (Module_Version_String): Bumped to 0.7.0

	* src/gsl-module.c (init_gsl_module_ns): Modified the way the
	  modules get imported.  Instead of having N modules, now
	  there is just 1: gsl.  I added a function call
	  gsl_import_module that may be used to instantiate
	  "submodules".  This change was necessary for CYGWIN.

2007-8-28  John E. Davis  <davis@space.mit.edu>

	* src/Makefile.in: Compile gslcore-module first because it
	  appears that this module may have to be linked into the
	  others under CYGWIN.

2007-7-8  John E. Davis  <davis@space.mit.edu>

	* src/gslrand-module.c (ran_bivariate_gaussian): New function
	(pop_rand_nds_and_int): incorrect handling of the
	  multi-parameter case.

2007-3-22  John E. Davis  <davis@space.mit.edu>

	* src/gslmatrix-module.c: New module.

	* src/Makefile.in: Append the output of gslvers to config.h.

	* src/gslvers.c (main): New file that uses the string-valued
	  GSL version number to derive an integer version number that
	  can be used in preprocessor macros.

2006-10-19  John E. Davis  <davis@space.mit.edu>

	* src/version.h (MODULE_PATCH_LEVEL): bumped to 0.5.3

	* src/gslinterp-module.c (do_interp_integ): Error handling code
	  was missing a return statement, causing a SEGV upon error.

2006-2-1  John E. Davis  <davis@space.mit.edu>

	* src/version.h (MODULE_PATCH_LEVEL): bumped to 0.5.3

	* src/gslinterp-module.c (alloc_interp_type): 2nd and 3rd args
	  of memset were reversed, triggering a segv in some cases.

2005-10-27  John E. Davis  <davis@space.mit.edu>

	* src/gslfft-module.c: added string.h to the list of includes

	* autoconf/configure.ac: removed call to JD_SET_RPATH

2005-6-9  John E. Davis  <davis@space.mit.edu>

	* src/gslinterp-module.c (do_interp): return statement missing
	from one of the error handlers.

2005-6-7  John E. Davis  <davis@space.mit.edu>

	* src/version.h (MODULE_PATCH_LEVEL): bumped to 0.5.2

	* src/gslrand-module.c (rng_set): the default generator was
	being using instead of the user-supplied one.


