Skip to content

Commit f3b87b5

Browse files
committed
CSAF 0.26
- FIX "Possible precedence problem between ! and %s" in Perl 5.42 - Updated the minimum versions of some dependencies (GH#6) - Use jsDelivr CDN for Gutenberg CSS in CSAF HTML template
1 parent 688b140 commit f3b87b5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

100 files changed

+110
-105
lines changed

Changes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
Revision history for CSAF.
22

3+
0.26 2026-07-05
4+
- FIX "Possible precedence problem between ! and %s" in Perl 5.42
5+
- Updated the minimum versions of some dependencies (GH#6)
6+
- Use jsDelivr CDN for Gutenberg CSS in CSAF HTML template
7+
38
0.25 2025-02-20
49
- FIX typo in ROLIE (GH#4)
510
- Removed space before the ":" in JSON (GH#3)

INSTALL.md

Lines changed: 1 addition & 1 deletion

Makefile.PL

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ WriteMakefile(
2424
'File::Spec::Functions' => '0', # CORE
2525
'GnuPG::Interface' => '0',
2626
'LWP::UserAgent' => '0',
27-
'JSON::Validator' => '0',
28-
'List::MoreUtils' => '0',
27+
'JSON::Validator' => '3.15',
28+
'List::MoreUtils' => '0.423',
2929
'List::Util' => '0', # CORE
3030
'Log::Any' => '0',
3131
'Moo' => '0',

README.md

Lines changed: 1 addition & 1 deletion

bin/csaf-downloader

Lines changed: 1 addition & 1 deletion

bin/csaf-rolie

Lines changed: 1 addition & 1 deletion

bin/csaf-validator

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ L<Giuseppe Di Terlizzi|https://metacpan.org/author/gdt>
5151
5252
=head1 COPYRIGHT AND LICENSE
5353
54-
Copyright © 2023-2024 L<Giuseppe Di Terlizzi|https://metacpan.org/author/gdt>
54+
Copyright © 2023-2025 L<Giuseppe Di Terlizzi|https://metacpan.org/author/gdt>
5555
5656
You may use and distribute this module according to the same terms
5757
that Perl is distributed under.

bin/csaf2html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ L<Giuseppe Di Terlizzi|https://metacpan.org/author/gdt>
6161
6262
=head1 COPYRIGHT AND LICENSE
6363
64-
Copyright © 2023-2024 L<Giuseppe Di Terlizzi|https://metacpan.org/author/gdt>
64+
Copyright © 2023-2025 L<Giuseppe Di Terlizzi|https://metacpan.org/author/gdt>
6565
6666
You may use and distribute this module according to the same terms
6767
that Perl is distributed under.

lib/App/CSAF/Downloader.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ L<https://github.com/giterlizzi/perl-CSAF>
152152
153153
=head1 LICENSE AND COPYRIGHT
154154
155-
This software is copyright (c) 2023-2024 by Giuseppe Di Terlizzi.
155+
This software is copyright (c) 2023-2025 by Giuseppe Di Terlizzi.
156156
157157
This is free software; you can redistribute it and/or modify it under
158158
the same terms as the Perl 5 programming language system itself.

lib/App/CSAF/ROLIE.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ L<https://github.com/giterlizzi/perl-CSAF>
163163
164164
=head1 LICENSE AND COPYRIGHT
165165
166-
This software is copyright (c) 2023-2024 by Giuseppe Di Terlizzi.
166+
This software is copyright (c) 2023-2025 by Giuseppe Di Terlizzi.
167167
168168
This is free software; you can redistribute it and/or modify it under
169169
the same terms as the Perl 5 programming language system itself.

0 commit comments

Comments
 (0)