Next | Query returned 38 messages, browsing 11 to 20 | Previous

History of commit frequency

CVS Commit History:


   2020-09-07 00:17:57 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
p5-Alien-Build: update to 2.29.

2.29      2020-08-10 09:16:59 -0600
  - Move to new GitHub org: https://github.com/PerlAlien
  - Fixed meta which was incorrectly requiring 5.8.1 instead of 5.8.4

2.28      2020-08-04 21:33:19 -0600
  - Production release identical to 2.27_01

2.27_01   2020-08-03 13:47:02 -0600
  - Some fixes for the unofficial `msys` fork of Perl (gh#211, gh#212)
  - Honour user supplied `config.site` for autoconf (gh#215, gh#218, hakonhagland++)
  - Hard drop of support for Perl 5.8.1, 5.8.2 and 5.8.3.  AB will refuse to install
    on these elder Perls.  Please upgrade to at least 5.8.4.  (gh#200, gh#201, \ 
gh#219)

2.26      2020-06-16 07:11:13 -0600
  - Diagnostic release

2.25      2020-06-10 09:18:25 -0600
  - Fixed bug where alien library directory flags could be used in the wrong
    order by Test::Alien, mostly a problem on NetBSD and similar platforms
    (gh#203)

2.24_01   2020-06-07 18:13:55 -0600
  - Disable parallel build when clean install is enabled
    (gh#197, gh#198, shawnlaffan++)
  - Dropping support for Perl 5.8.1, 5.8.2 and 5.8.3.  For now AB will install
    on these versions of Perl, but a warning will be issued, along with a 3
    minute sleep at configure time.  Please upgrade to 5.8.4 (or preferrably
    5.32).  Starting July 1st, AB will refuse to install on these elderly Perls.
    (gh#200, gh#201)

2.23      2020-05-15 18:36:59 -0400
  - Workaround apparent bug in pkgconf + arm64 (gh#196)

2.22      2020-05-05 07:02:49 -0600
  - Added dynamic_dir method to Alien::Base (gh#191, shawnlaffan++)
   2020-08-31 20:13:29 by Thomas Klausner | Files touched by this commit (3631)
Log message:
*: bump PKGREVISION for perl-5.32.
   2020-04-16 15:53:09 by Makoto Fujiwara | Files touched by this commit (2)
Log message:
(devel/p5-Alien-Build) Updated to 2.21

2.21      2020-04-11 08:27:21 -0600
  - Fix the handling of version regular expression for the Prefer::SortVersions
    plugin to handle regular expressions with multiple capture groups (gh#189)
   2020-04-11 13:31:24 by Makoto Fujiwara | Files touched by this commit (2)
Log message:
(devel/p5-Alien-Build) Updated 2.17 to 2.20

2.20      2020-04-10 06:21:54 -0600
  - xs_ok does a better workaround for faux fork on cygwin (gh#153, gh#187, gh#188)

2.19      2020-04-09 02:56:14 -0600
  - Production release identical to 2.18_01

2.18_01   2020-04-03 10:06:45 -0600
  - Add Build::Copy plugin (gh#186)
   2020-03-21 13:22:48 by Makoto Fujiwara | Files touched by this commit (2)
Log message:
(devel/p5-Alien-Build) Updated 2.12 to 2.17

2.17      2020-03-19 21:03:39 -0600
  - Production release identical to 2.16_01

2.16_01   2020-03-17 13:56:13 -0600
  - Probe::Vcpkg adds include property (gh#184)
  - Build::Autoconf will now copy .dll files from bin to dynamic
    directory on MSWin32 (gh#183)

2.15      2020-03-16 06:53:31 -0600
  - Tests on Windows will use the system temp directory rather than
    a temp directory under the install directory. A temp directory
    under the install directory was used to work around typically
    Linux systems that have noexec set on /tmp.  Since this is less
    normal on Windows, and can cause mkpath errors if the install
    directory is too deep we will use the windows system temp directory.
    (gh#181, gh#182)

2.14      2020-03-15 12:49:17 -0600
  - Added ffi_name property to Probe::Vcpkg plugin (gh#179)
  - Documentation fixes (gh#180)
   2020-03-14 13:10:38 by Makoto Fujiwara | Files touched by this commit (2)
Log message:
(devel/p5-Alien-Build) Updated to 2.12

2.12      2020-03-09 10:02:37 -0600
  - Fixed bug where Probe::Vcpkg plugin doesn't set version probe hook
    property (gh#178)
   2020-03-14 13:02:09 by Makoto Fujiwara | Files touched by this commit (2)
Log message:
(devel/p5-Alien-Build) Updated to 2.11

2.11      2020-03-09 03:04:49 -0600
  - Production release identical to 2.10

2.10_01   2020-03-08 17:13:05 -0600
  - Probe::Vcpkg plugin defaults to name property (gh#177)

2.09_01   2020-03-08 09:58:17 -0600
  - Added Alien::Build::Plugin::Probe::Vcpkg (gh#3, gh#175)
   2020-02-22 13:41:28 by Makoto Fujiwara | Files touched by this commit (2)
Log message:
(devel/p5-Alien-Build) Updated to 2.08

2.08      2020-02-15 17:16:30 -0700
  - Production release identical to 2.07_01

2.07_01   2020-02-14 19:00:22 -0700
  - Fix Alien::Build::Interpolate bug introduced in 2.06_01 (gh#171)

2.06_01   2020-02-14 12:23:02 -0700
  - Several helpers for Alien::Build::Interpolate::Default no longer
    require Aliens if the tools are already found in the PATH (gh#168)
  - Better document dynamic vs. static libraries in AlienAuthor and FAQ
    documents (gh#110, gh#169)
  - Prefer nmake or gmake over dmake on Windows, even if Perl is
    configured to use dmake (gh#95, gh#170)

2.05_01   2020-02-11 15:19:01 -0700
  - Fix bug where the autoconf plugin could use the wrong configure if
    there is another "configure" script somewhere in the PATH on Windows
    (gh#166, gh#167)

2.04      2020-02-05 19:05:32 -0700
  - Production release identical to 2.03_01

2.03_01   2020-02-04 21:29:35 -0700
  - Add use strict to generated ::Installl::Files modules (gh#162, gh#163)

2.02      2020-02-04 13:12:49 -0700
  - Production release identical to 2.01_01

2.01_01   2020-02-03 10:51:43 -0700
  - Prefer Decode::HTML if HTML::Parser is already installed and Mojolicious
    or Mojo::DOM58 are not (gh#160)

2.00      2020-02-02 06:25:13 -0700
  - Production release identical to 1.99_01

1.99_01   2020-01-30 12:57:33 -0700
  - Decode::Mojo plugin remembers which version of Mojo::DOM it is using (gh#159)

1.98      2020-01-30 07:53:10 -0700
  - Production release identical to 1.97_01

1.97_01   2020-01-29 09:22:14 -0700
  - Added OO interface to Alien::Base::Wrapper (gh#157, gh#158)
  - Added mm_args2 method to Alien::Base::Wrapper (gh#157, gh#158)
  - Added WriteMakefile function to Alien::Base::Wrapper (gh#157, gh#158)

1.96      2020-01-27 09:05:36 -0700
  - Production release identical to 1.95_01

1.95_01   2020-01-25 19:57:31 -0700
  - Reduced prereqs to Alien::Base::Wrapper down to Perl 5.6
    (the rest of Alien-Build still requires 5.8) (gh#156)
  - Remove dep on Module::Load (gh#155)
   2020-01-01 03:41:18 by Makoto Fujiwara | Files touched by this commit (2)
Log message:
(devel/p5-Alien-Build) Updated to 1.94

1.94      2019-12-16 12:17:26 -0700
  - Prefer tar.exe on Windows if it is bsdtar (gh#150)
  - Prefer tar.exe on Windows for unzip if it is bsdtar (gh#151, gh#152)

1.93      2019-12-09 02:22:44 -0700
  - curl plugin not used unless required -J option is supported.
    (gh#147, gh#148)
   2019-11-27 13:12:12 by Makoto Fujiwara | Files touched by this commit (2)
Log message:
(Alien-Build) Updated to 1.92

1.92      2019-11-04 04:33:57 -0700
  - Require Test2::API 1.302096 for features used in test suite.

Next | Query returned 38 messages, browsing 11 to 20 | Previous