This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-compress.git
The following commit(s) were added to refs/heads/master by this push: new 574f57e0 Typos 574f57e0 is described below commit 574f57e0deef2f0efc39cf8c6a51d4351db0f1d2 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Jan 28 09:12:04 2023 -0500 Typos --- src/changes/changes.xml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 5735ce42..a19ca1a1 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -60,7 +60,7 @@ The <action> type attribute can be add,update,fix,remove. <action type="fix" dev="ggregory" due-to="Jonathan Leitschuh, Gary Gregory">Port some code from IO to NIO APIs.</action> <!-- ADD --> <action type="add" issue="COMPRESS-614" dev="ggregory" due-to="Andre Brait, Gary Gregory">Use FileTime for time fields in SevenZipArchiveEntry #256.</action> - <action type="add" issue="COMPRESS-621" dev="ggregory" due-to="Glavo">Fix calculation the offset of the first zip central directory entry #334.</action> + <action type="add" issue="COMPRESS-621" dev="ggregory" due-to="Glavo">Fix calculation the offset of the first ZIP central directory entry #334.</action> <action type="add" issue="COMPRESS-633" dev="ggregory" due-to="Daniel Santos, Bruno P. Kinoshita, Gary Gregory">Add encryption support for SevenZ #332.</action> <action type="add" issue="COMPRESS-613" dev="ggregory" due-to="Andre Brait, Gary Gregory, Bruno P. Kinoshita">Support for extra time data in Zip archives #345.</action> <action type="add" issue="COMPRESS-621" dev="ggregory" due-to="Gary Gregory">Add org.apache.commons.compress.archivers.zip.DefaultBackingStoreSupplier to write to a custom folder instead of the default temporary folder.</action> @@ -159,7 +159,7 @@ The <action> type attribute can be add,update,fix,remove. </action> <!-- ADD --> <action issue="COMPRESS-602" type="add" dev="ggregory" due-to="Postelnicu George, Gary Gregory"> - Migrate zip package to use NIO #236. + Migrate ZIP package to use NIO #236. </action> <action type="add" dev="ggregory" due-to="Gary Gregory"> Add APK file extension constants: ArchiveStreamFactory.APK, APKM, APKS, XAPK. @@ -440,7 +440,7 @@ you relied on the recovery attempt."> </action> <action issue="COMPRESS-548" type="fix" date="2020-08-24" due-to="Maksim Zuev" dev="PeterLee"> - Throw an IOException when reading the zip extra field if the + Throw an IOException when reading the ZIP extra field if the length is too short. </action> <action issue="COMPRESS-554" type="fix" date="2020-09-01" @@ -460,15 +460,15 @@ you relied on the recovery attempt."> <action issue="COMPRESS-550" type="add" date="2020-09-07" due-to="Scott Frederick" dev="PeterLee"> Add writePreamble to ZipArchiveInputStream. This method could - write raw data to zip archive before any entry was written to - the zip archive. + write raw data to ZIP archive before any entry was written to + the ZIP archive. For most of the time, this is used to create self-extracting - zip. + ZIP. Github Pull Request #127. </action> <action type="fix" date="2020-09-24" dev="PeterLee"> Fix for the CFH signature detect in ZipArchiveInputStream. - The problem could be reproduced by a zip archive with Data + The problem could be reproduced by a ZIP archive with Data Descriptor and STORED, and without the Data Descriptor signature. </action> @@ -1091,7 +1091,7 @@ wanted to create such files."> </action> <action issue="COMPRESS-416" type="fix" date="2017-07-04" due-to="Simon Spero "> - The code of the extended timestamp zip extra field incorrectly + The code of the extended timestamp ZIP extra field incorrectly assumed the time was stored as unsigned 32-bit int and thus created incorrect results for years after 2037. </action> @@ -1293,7 +1293,7 @@ the feature was not 100% effective in any case. </action> <action issue="COMPRESS-352" type="add" date="2016-05-22"> FramedSnappyCompressorInputStream now supports the dialect of - Snappy used by the IWA files contained within the zip archives + Snappy used by the IWA files contained within the ZIP archives used in Apple's iWork 13 files. </action> <action issue="COMPRESS-351" type="update" date="2016-06-07"> @@ -1487,7 +1487,7 @@ This also changes the superclass of ZCompressorInputStream. <action issue="COMPRESS-296" type="add" date="2015-01-10" due-to="Kristian Rosenvold"> Added support for parallel compression. This low-level API allows - a client to build a zip/jar file by using the class + a client to build a ZIP/jar file by using the class org.apache.commons.compress.archivers.zip.ParallelScatterZipCreator. Zip documentation updated with further notes about parallel features. @@ -1799,7 +1799,7 @@ This also changes the superclass of ZCompressorInputStream. </action> <action type="update" date="2012-07-08" issue="COMPRESS-188" due-to="Harald Kuhn"> - Improved exception message if a zip archive cannot be read + Improved exception message if a ZIP archive cannot be read because of an unsupported compression method. </action> <action type="update" date="2012-07-07" issue="COMPRESS-192" @@ -1867,11 +1867,11 @@ This also changes the superclass of ZCompressorInputStream. </action> <action type="update" date="2013-01-08" issue="COMPRESS-210" due-to="Julius Davies"> - Can now handle zip extra field 0x5455 - Extended Timestamp. + Can now handle ZIP extra field 0x5455 - Extended Timestamp. </action> <action type="update" date="2013-01-07" issue="COMPRESS-211" due-to="Julius Davies"> - handle zip extra field 0x7875 - Info Zip New Unix Extra Field. + handle ZIP extra field 0x7875 - Info Zip New Unix Extra Field. </action> <action type="update" date="2013-01-07" issue="COMPRESS-213" due-to="Julius Davies"> @@ -2150,7 +2150,7 @@ This also changes the superclass of ZCompressorInputStream. </action> <action type="add" date="2010-03-09" issue="COMPRESS-98"> The ZIP classes will throw specialized exceptions if any - attempt is made to read or write data that uses zip features + attempt is made to read or write data that uses ZIP features not supported (yet). </action> <action type="add" date="2010-03-08" issue="COMPRESS-99">