The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
0.012 2021-11-28 13:12:48-0500
  - Update URL for download.
    See PR <https://github.com/Intertangle/p5-Alien-MuPDF/pull/55>.

0.011 2020-07-09 00:55:04-0500
  - Updates build parameters for MuPDF v1.17.0.

  - Only build mutool binary.

    See <https://github.com/project-renard/p5-Alien-MuPDF/issues/47>,
    <https://github.com/project-renard/p5-Alien-MuPDF/pull/48>,
    <https://github.com/project-renard/p5-Alien-MuPDF/pull/51>.

  - Skip embedding some fonts to decrease build size (-DTOFU -DTOFU_CJK).

  - Several Windows build fixes.

0.010 2018-01-04 20:40:51-0600
  - Expand the download regex so that x.y.z versions match. This change was
    introduced with MuPDF v1.12.0.

    Fixes <https://rt.cpan.org/Public/Bug/Display.html?id=123916>,
    <https://github.com/project-renard/p5-Alien-MuPDF/issues/39>. Thanks to
    SREZIC++ for the bug report. See
    <https://github.com/project-renard/p5-Alien-MuPDF/pull/40>.

  - Change headers so that that MuPDF can link against Strawberry Perl using
    Inline::C. See
    <https://github.com/project-renard/p5-Alien-MuPDF/issues/30>,
    <https://github.com/project-renard/p5-Alien-MuPDF/pull/44>.

  - Apply patch so that MuPDF v1.12.0 can be built under MinGW toolchain
    <https://github.com/project-renard/p5-Alien-MuPDF/pull/43>,
    <https://github.com/project-renard/p5-Alien-MuPDF/pull/44>,
    <https://github.com/project-renard/p5-Alien-MuPDF/pull/45>,
    <https://github.com/project-renard/p5-Alien-MuPDF/pull/46>.

  - Disable X11 and GLUT features so that GUI features are not built when they
    do not need to be. See
    <https://github.com/project-renard/p5-Alien-MuPDF/issues/41>,
    <https://github.com/project-renard/p5-Alien-MuPDF/pull/42>.

0.009 2017-05-14 21:09:35-0500
  - Fix macOS ranlib call in mupdf-1.11.
    See bug #697842 <https://bugs.ghostscript.com/show_bug.cgi?id=697842>.

0.008 2017-05-14 15:58:04-0500
  - No changes since 0.007_02.

0.007_02 2017-05-09 08:35:58-0500
  - Switch to alienfile and Alien::Build.

    Fixes <https://github.com/project-renard/p5-Alien-MuPDF/issues/31>.

0.007_01 2017-04-23 19:10:32-0500
  - Compile MuPDF so that it can be linked into a shared library (e.g., with XS)
    by setting `XCFLAGS=-fPIC`.

    Fixes <https://github.com/project-renard/p5-Alien-MuPDF/issues/24>.

  - Sets the Inline parameter `MYEXTLIB` to the path for the mupdf archive
    files so that it can be found via Inline::C.

  - Remove the FreeBSD patch to `fontdump.c` that is no longer needed with
    mupdf-1.11.

    Fixes <https://github.com/project-renard/p5-Alien-MuPDF/issues/32>,
    RT#121218 <https://rt.cpan.org/Ticket/Display.html?id=121218>.
    Thanks to SREZIC++ for the bug report.

0.007 2016-11-23 02:10:08-0600
  - Fix the t/inline.t version number test so that it works with
    the MuPDF v1.10 release.

    Fixes RT#118882 <https://rt.cpan.org/Ticket/Display.html?id=118882>,
    <https://github.com/project-renard/p5-Alien-MuPDF/issues/22>.
    Thanks to SREZIC++ for the bug report.

0.006 2016-08-25 05:52:48-0500
  - Change syntax in test so that it runs on Perl v5.8
    Fixes <https://github.com/project-renard/p5-Alien-MuPDF/issues/20>.

0.005_03 2016-08-21 13:40:09-0500
  - Use File::Which to get path to mutool binary in t/use.t. This allows for
    checking extensions (.exe) on Windows systems.
    Fixes <https://github.com/project-renard/p5-Alien-MuPDF/issues/18>.

0.005_02 2016-08-06 18:43:25-0500
  - Apply patch that removes `HAVE_INCBIN` define on FreeBSD. This allows for
    building on FreeBSD's C compiler.
    Fixes <https://github.com/project-renard/p5-Alien-MuPDF/issues/16>.

0.005_01 2016-07-25 18:40:54-0500
  - Fix the path to `mutool` during build-time.
    Fixes <https://github.com/project-renard/p5-Alien-MuPDF/issues/12>.
  - Build: Use Alien::gmake to build on more *nix systems.
    Fixes <https://rt.cpan.org/Ticket/Display.html?id=110287>,
    <https://github.com/project-renard/p5-Alien-MuPDF/issues/11>.
    SREZIC++ for the bug report.

0.005 2016-05-29 06:23:45-0500
  - Add `mutool_path` method to get the path the `mutool` binary
    <https://github.com/project-renard/p5-Alien-MuPDF/issues/6>.
  - Fix the Inline::C `INC` and `AUTO_INCLUDE` parameters
    <https://github.com/project-renard/p5-Alien-MuPDF/issues/7>.

0.004 2016-04-14 20:13:44-0500
  - Actual release. Forgot to pull upstream changes. Eek!
  - Changes are as listed in v0.003.

0.003 2016-04-14 20:03:25-0500
  - Improved handling for intermediate releases (e.g., version 1.7a).
  - Remove strict build requirement for OpenGL viewer.
  - Add wrapper for adding the `mutool` binary to the path.
  - Added a minimum version version for Alien::Base `configure_requires`.
    Thanks to Graham Ollis (PLICEASE++)!

0.002 2015-01-24 14:41:49-0600
  - add ExtUtils::Depends support

0.001 2013-07-15 06:50:14-0500
  - first version
  - packages MuPDF v1.2