Skip to content

Commit 4724b21

Browse files
committed
bump vista cosmopolitan version, bump version to 0.3.0
1 parent eb045fc commit 4724b21

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Changes

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Revision history for Perl-Dist-APPerl
2-
v0.3.0 2023-01-XX
2+
v0.3.0 2023-01-29
33
Added running scripts from APPERL_SCRIPTNAME environment
44
variable
55
Added setting fallback script to run if argv[0] script
@@ -9,7 +9,7 @@ v0.3.0 2023-01-XX
99
full, small, and vista variant configs:
1010
Removed version from privlib archlib sitelib sitearch
1111
Updated Cosmopolitan source
12-
Update Perl source
12+
Updated Perl source
1313
Added dbg config: gdb not working for me, YYMV
1414
Better support --ftrace by outputting .com.dbg instead of elf
1515
Updated docs with new info.

lib/Perl/Dist/APPerl.pm

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package Perl::Dist::APPerl;
22
# Copyright (c) 2022 Gavin Hayes, see LICENSE in the root of the project
3-
use version 0.77; our $VERSION = qv(v0.2.1);
3+
use version 0.77; our $VERSION = qv(v0.3.0);
44
use strict;
55
use warnings;
66
use JSON::PP 2.0104 qw(decode_json);
@@ -695,9 +695,9 @@ my %defconfig = (
695695
dest => 'perl-small-vista.com',
696696
},
697697
'full' => { desc => 'moving target: full', base => 'v5.36.0-full-v0.1.0', perl_id => 'ca87f329eeb075c0fe7ac803eb933f36af45a69b', cosmo_id => 'eb69a42863ef602a951249b801ceed5f74cbb11c', '+perl_extra_flags' => ['-Dprivlib=/zip/lib/perl5', '-Darchlib=/zip/lib/perl5/x86_64-cosmo', '-Dsitelib=/zip/lib/perl5/site_perl', '-Dsitearch=/zip/lib/perl5/site_perl/x86_64-cosmo']},
698-
'full-vista' => { desc => 'moving target: full for vista', base => 'v5.36.0-full-v0.1.0-vista', perl_id => 'ca87f329eeb075c0fe7ac803eb933f36af45a69b', '+perl_extra_flags' => ['-Dprivlib=/zip/lib/perl5', '-Darchlib=/zip/lib/perl5/x86_64-cosmo', '-Dsitelib=/zip/lib/perl5/site_perl', '-Dsitearch=/zip/lib/perl5/site_perl/x86_64-cosmo']},
698+
'full-vista' => { desc => 'moving target: full for vista', base => 'v5.36.0-full-v0.1.0-vista', perl_id => 'ca87f329eeb075c0fe7ac803eb933f36af45a69b', cosmo_id => '0740e68ea0e801168a5e354be5ad237a4795549a', '+perl_extra_flags' => ['-Dprivlib=/zip/lib/perl5', '-Darchlib=/zip/lib/perl5/x86_64-cosmo', '-Dsitelib=/zip/lib/perl5/site_perl', '-Dsitearch=/zip/lib/perl5/site_perl/x86_64-cosmo']},
699699
'small' => { desc => 'moving target: small', base => 'v5.36.0-small-v0.1.0', perl_id => 'ca87f329eeb075c0fe7ac803eb933f36af45a69b', cosmo_id => 'eb69a42863ef602a951249b801ceed5f74cbb11c', '+perl_extra_flags' => ['-Dprivlib=/zip/lib/perl5', '-Darchlib=/zip/lib/perl5/x86_64-cosmo', '-Dsitelib=/zip/lib/perl5/site_perl', '-Dsitearch=/zip/lib/perl5/site_perl/x86_64-cosmo']},
700-
'small-vista' => { desc => 'moving target: small for vista', base => 'v5.36.0-small-v0.1.0-vista', perl_id => 'ca87f329eeb075c0fe7ac803eb933f36af45a69b', '+perl_extra_flags' => ['-Dprivlib=/zip/lib/perl5', '-Darchlib=/zip/lib/perl5/x86_64-cosmo', '-Dsitelib=/zip/lib/perl5/site_perl', '-Dsitearch=/zip/lib/perl5/site_perl/x86_64-cosmo']},
700+
'small-vista' => { desc => 'moving target: small for vista', base => 'v5.36.0-small-v0.1.0-vista', perl_id => 'ca87f329eeb075c0fe7ac803eb933f36af45a69b', cosmo_id => '0740e68ea0e801168a5e354be5ad237a4795549a', '+perl_extra_flags' => ['-Dprivlib=/zip/lib/perl5', '-Darchlib=/zip/lib/perl5/x86_64-cosmo', '-Dsitelib=/zip/lib/perl5/site_perl', '-Dsitearch=/zip/lib/perl5/site_perl/x86_64-cosmo']},
701701
# development configs
702702
'dbg' => { base => 'full', perl_extra_flags => ['-Doptimize=-g3 -gdwarf-4', '-de'], cosmo_mode => 'dbg', cosmo_id => '52f1db7220935cfcf2c8e583678f5ccc4b5bbacd'},
703703
dontuse_threads => {
@@ -714,7 +714,7 @@ my %defconfig = (
714714
perl_cosmo_dev_on_vista => {
715715
desc => "For developing cosmo platform perl without apperl additions on vista",
716716
base => "perl_cosmo_dev",
717-
cosmo_id => '9c5a7795add7add5a214afce27d896084e0861c5',
717+
cosmo_id => '0740e68ea0e801168a5e354be5ad237a4795549a',
718718
},
719719
perl_apperl_dev => {
720720
desc => "For developing apperl",

0 commit comments

Comments
 (0)