Skip to content

Commit c64e2e7

Browse files
committed
update Changes, bump version
1 parent 2e961fe commit c64e2e7

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

Changes

+8
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
Revision history for Perl-Dist-APPerl
2+
v0.6.1 2024-08-29
3+
Fix bootstrapped builds by opening pipe to `patch` stdin instead
4+
of redirecting stdin to file. (redirecting to /zip is
5+
impossible)
6+
If output files exist rename them with `.old` to avoid bus error
7+
when one of the output files is the same as the running
8+
executable.
9+
210
v0.6.0 2024-05-27
311
Add building with modern Cosmopolitan Libc with cosmocc 3.3.10
412
cosmocc automatically installs itself making running

lib/Perl/Dist/APPerl.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package Perl::Dist::APPerl;
22
# Copyright (c) 2024 Gavin Hayes, see LICENSE in the root of the project
3-
use version 0.77; our $VERSION = qv(v0.6.0);
3+
use version 0.77; our $VERSION = qv(v0.6.1);
44
use strict;
55
use warnings;
66
use JSON::PP 2.0104 qw(decode_json);

0 commit comments

Comments
 (0)