Mar 22, 2024: version 3.3.3

    * minor updates to build system

Jan 20, 2024: version 3.3.2

    * minor updates to build system

Jan 10, 2024: version 3.3.1

    * minor update to build system

Dec 30, 2023: version 3.3.0

    * major change to build system: by Markus Mützel
    * library name change: compiled library renamed from libmongoose.so (dylib,
        etc) to libsuitesparse_mongoose.so, to avoid name conflict with the
        mongoose web server (https://github.com/cesanta/mongoose).  That
        package is in C, and its user-visible functions are all prefixed mg_*,
        and an #include file of mongoose.h.  This SuiteSparse/Mongoose library
        is in C++, with a namespace of Mongoose::, and an #include file of
        Mongoose.hpp.  So the function names and include files do not conflict.
        The web mongoose project does not create any *Config.cmake files, but
        they might in the future, so the cmake and pkg-config files here have
        been renamed from Mongoose*.cmake, etc, to SuiteSparse_Mongoose*.cmake.

Sept 18, 2023: version 3.2.1

    * cmake update: add "None" build type, from Antonio Rojas, for Arch Linux
    * cmake updates: link executables to SuiteSparse_config that depend on it;
        by Markus Muetzel

Sept 8, 2023: version 3.2.0

    * cmake updates: SuiteSparse:: namespace by Markus Muetzel

June 16, 2023: version 3.0.4

    * cmake build system updates: update by Markus Muetzel

Jan 17, 2023: version 3.0.3

    * SuiteSparse_config: now v7.0.0
    * minor change to the build system: test coverage

Dec 9, 2022: version 3.0.2

    * minor change to the build system
    * tests: fixed matrix download in python test scripts (no change to
        the compiled library itself, other than the version/date)

Nov 12, 2022: version 3.0.0

    * minor change to the build system
    * integers: int (32-bit) and SuiteSparse_long (nominally 64-bit) replaced
        with int32_t and int64_t.

Version 2.0.4, May 25, 2019

