The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Change log for PiFlash

0.0.6 2019-02-05T19:11:47-08:00 America/Los_Angeles
 - tweaks to RPM spec for release

0.0.5
 - add filesystem resize, including --resize added to command line
 - add --version to command line
 - fixed PiFlash::Inspector SD search which needed to chomp CR's off of
   string read from /sys
 - PiFlash::Hook added
 - cleanups: minor docs tweaks, add blank lines for Dist::Zilla to add
   VERSION to modules
 - abandon use of Dist::Zilla's plugins for RPM & Deb package generation on
   release for now

0.0.4
 - experiment with automatic generation of RPM and Debian Dpkg files on
   release

0.0.3 2018-10-11T16:47:42-07:00 America/Los_Angeles
 - update installation instructions to reflect piflash's move on GitHub
   from ikluft-tools to new piflash repo
 - add CONTRIBUTING.md for instructions on contributing to the project

0.0.2 2018-10-11T13:18:36-07:00 America/Los_Angeles
 - split 1000+ line piflash script into modules: PiFlash, PiFlash::Command,
   PiFlash::Inspector, PiFlash::State
 - add test directory and basic tests
 - add build/PiFlash.spec for building RPM packages - piflash script uses
   the modules, user doesn't need to know Perl

0.0.1 March 2017
 - release piflash script with "Using Perl on the Raspberry Pi" article by
   Ian Kluft on OpenSource.com