Mar 22, 2024: version 4.3.2

    * minor updates to build system

Jan 10, 2024: version 4.3.1

    * minor update to build system

Dec 30, 2023: version 4.3.0

    * major change to build system: by Markus Mützel
    * RBio_version: added to return version of RBio

Sept 18, 2023: version 4.2.1

    * cmake update: add "None" build type, from Antonio Rojas, for Arch Linux

Sept 8, 2023: version 4.2.0

    * cmake updates: SuiteSparse:: namespace by Markus Muetzel

June 16, 2023: version 4.0.0

    * revised API: declaring many input parameters as const.  This is a minor
        change that might be both API and ABI compatible with v3.x, but is
        user-visible so the major version number is increased from 3.x to 4.x.
        update by Markus Muetzel
    * cmake build system updates: update by Markus Muetzel

Jan 17, 2023: version 3.0.3

    * SuiteSparse_config: now v7.0.0

Dec 9, 2022: version 3.0.2

    * minor change to build system

Nov 12, 2022: version 3.0.0

    * using CMake build system
    * integers: int (32-bit) and SuiteSparse_long (nominally 64-bit) replaced
        with int32_t and int64_t.

May 4, 2016: version 2.2.6

    * minor changes to Makefile

Apr 1, 2016: version 2.2.5

    * licensing simplified (no other change); refer to RBio/Doc/License.txt

Feb 1, 2016: version 2.2.4

    * update to Makefiles

Jan 30, 2016: version 2.2.3

    * modifications to Makefiles

Jan 1, 2016: version 2.2.2

    * modified Makefile to create shared libraries
        No change to C code except version number

Oct 10, 2014: version 2.2.1

    * modified RBmake.m.  No change to C code except version number.

July 31, 2013: version 2.2.0

    * changed malloc and printf pointers to use SuiteSparse_config

Jun 20, 2012: verison 2.1.1

    * minor update for Windows (removed filesep)

Jun 1, 2012: version 2.1.0

    * changed from UFconfig to SuiteSparse_config

Dec 7, 2011: version 2.0.2

    * fixed the Makefile to better align with CFLAGS and other standards
    * added more detailed error message to mexFunction

Jan 25, 2011: version 2.0.1

    * minor fix to "make install"

Nov 30, 2009: version 2.0.0

    * rewrote the entire package in C.  The advantage is that the code is
	now more portable.  It does not rely on a Fortran compiler that
	supports the non-standard %val construct.  The minor disadvantage is
	it can no longer read older Harwell/Boeing matrices if the Fortran
	format they use does not put at least one space between the values.
	The Rutherford/Boeing format does require at least one space, so the
	package can read any Rutherford/Boeing matrix.  No changes to MATLAB
	m-file interface.

May 1, 2009: version 1.1.2

    * minor change to RBmake.m to compile 64-bit version

Nov 1, 2007: version 1.1.1

    * minor lint cleanup

May 31, 2007: version 1.1

    * port to 64-bit MATLAB.  Tested on Linux 32-bit and 64-bit.  Not tested on
	Windows, since I do not have a Fortran compiler on that platform.

Dec 1, 2006: version 1.0 released
