The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Alien-CFITSIO

v4.4.0.2  2024-03-11 10:09:00-04:00 America/New_York

  [BUILD FIX]

    * Alien::patch was not listed as a configure dependency

v4.4.0.1  2024-03-06 12:54:54-05:00 America/New_York

  [BUGFIX]

    * alienfile wasn't Perl 5.10 compliant, which is the minimum
      supported Perl version.

v4.4.0.0  2024-03-04 12:43:10-05:00 America/New_York

  [ENHANCEMENT]

    * build CFITSIO v4.4.0. Work around change CFITSIO's Makefile.in to
      allow setting DESTDIR in the environment

v4.3.1.0  2024-03-01 15:39:21-05:00 America/New_York

  [CHANGE IN DEFAULT INSTALLED VERSION]

    * The default version of CFITSIO installed has changed from "any
      version greater or equal to this distribution's version" to "the
      version which exactly matches this distribution's version" (ignoring
      the last stanza in the distriution's version)

      The previous behavior was based on the fact that CFITSIO's API
      is very backwards compatible, so pulling in a newer version
      wasn't harmful (except maybe if you're relying upon buggy
      behavior which is fixed in a newer version).

      However, upstream CFITSIO's build process may change for later
      versions, and this module will begin to fail to build through no
      fault of its own, breaking dependencies.

      Forcing an exact version of CFITSIO to be installed should
      alleviate this.


v4.3.0.0  2023-07-28 15:25:34-04:00 America/New_York

  [ENHANCEMENT]

    * build CFITSIO v4.3.0

v4.2.0.0  2023-04-14 22:11:49-04:00 America/New_York

  [ENHANCEMENT]

    * build CFITSIO v4.2.0

v4.1.0.5  2022-06-27 17:33:54-04:00 America/New_York

  [BUG FIX]

    * alienfile: don't use privte method to create around hook
    * alienfile: handle non-existent patch directory

v4.1.0.4  2022-06-22 18:02:23-04:00 America/New_York

  [PACKAGING]

    * no functional changes. remove extraneous material from
      distribution.

v4.1.0.3  2022-06-22 17:46:46-04:00 America/New_York

  [BUILD]

    * environment variables ALIEN_CFITSIO_EXACT_VERSION and
      ALIEN_CFITSIO_ATLEAST_VERSION are available to force exact or
      minimum version of CFITSIO

    * extend exact_version and atleast_version functionality to share
      as well as system installations

    * only patch CFITSIO if a version specific patch is available

    * use Dist::Zilla::Plugin::Templates to ensure all hardwired
      CFITSIO version information is kept in synch

v4.1.0.2  2022-06-15 17:53:42-04:00 America/New_York (TRIAL RELEASE)

  [BUILD]

    * CFITSIO 4.1.0 doesn't add -lcurl to the autoconf generated
      pkg-config file. patch it

  [DOCUMENTATION]

    * update doc to indicate this supports _at least_ 4.1.0, not _exactly_ 4.1.0

v4.1.0.1  2022-06-15 11:07:43-04:00 America/New_York

    * First release upon an unsuspecting world.