Skip to content

Commit cfdc0e7

Browse files
committed
v2.81_01
- Added support for xz compression with Alien::Build::Plugin::Extract::ArchiveTar (gh#404) - Extract negotiator (Alien::Build::Plugin::Extract::Negotiate) now prefers the Extract::ArchiveTar plugin for tar.xz files. On Windows Extract::ArchiveTar is now always used for tar.xz files because the BSD tar that comes with Windows can hang on tar.xz if xz is in the PATH (gh#403, gh#404)
1 parent 706bd51 commit cfdc0e7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Changes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Revision history for {{$dist->name}}
22

33
{{$NEXT}}
4+
5+
2.81_01 2023-06-24 09:54:28 -0600
46
- Added support for xz compression with
57
Alien::Build::Plugin::Extract::ArchiveTar (gh#404)
68
- Extract negotiator (Alien::Build::Plugin::Extract::Negotiate)

dist.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ author = Joel Berger <joel.a.berger@gmail.com>
44
license = Perl_5
55
copyright_holder = Graham Ollis
66
copyright_year = 2011-2022
7-
version = 2.80
7+
version = 2.81_01
88

99
[@Author::Plicease]
1010
:version = 2.75

0 commit comments

Comments
 (0)