Path to this page:
Subject: CVS commit: pkgsrc/devel/p5-IO-Compress
From: Adam Ciarcinski
Date: 2011-04-11 11:07:38
Message id: 20110411090739.0D81E175DD@cvs.netbsd.org
Log Message:
Changes 2.033:
* Fixed typos & spelling errors.
Changes 2.032:
* IO::Uncompress::Base
- An input file that had a valid header, and so would allow
creation of the uncompression object, but was then followed by
corrupt data would trigger an infinite loop when using the
input line oprator.
* IO::Compress::Gzip
- XFL default settings for max compression & fastest algorithm were
the wrong way around. Thanks to Andrey Zholos for spotting this.
* IO::Compress::Base::Common
- Fixed precedence problem in parameter parsing code.
Files: