-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
27 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
|
||
|
||
0.2.3 10 March 2019 | ||
|
||
* Drop support for in-memory zip files. | ||
IO::Blob doesn't allow seekable writing to a blob at the moment. | ||
Can reinstate when IO::Blob gets seek support. | ||
|
||
* Drop use of "pack" - use buf8, write-uint16/32 instead | ||
|
||
* Add version data to the .pm6 files | ||
|
||
* Include 2018.12 in .travis.yml | ||
|
||
* More tests | ||
|
||
* Set Language encoding bit when filename/comment not 7-bit ascii | ||
|
||
0.1.2 | ||
|
||
* Checkpoint release to CPAN | ||
|
||
* Dropped "use v6" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters