Releases: kdomanski/iso9660
Releases · kdomanski/iso9660
v0.4.0
What's Changed
- reader: add method to get Primary Volume label by @kdomanski in #35
Partial support for reading Rock Ridge
- add processing of SUSP entries by @kdomanski in #31
- reader: return Rock Ridge filename if available by @kdomanski in #34
- read file mode from RockRidge PX entry by @kdomanski in #44
Full Changelog: v0.3.4...v0.4.0
v0.3.5
v0.3.4
What's Changed
- test on Go v1.20 by @kdomanski in #29
- return more specific error message when attempting to decode UDF volume by @kdomanski in #30
Full Changelog: v0.3.3...v0.3.4
v0.3.3
What's Changed
- split unit and integration tests runs by @kdomanski in #23
- remove unnecessary buffer allocation in image writer by @kdomanski in #22
Full Changelog: v0.3.2...v0.3.3
v0.3.2
v0.3.1
v0.3.0
v0.2.1
v0.2.0
WriteTo
now accepts aio.Writer
instead ofio.WriterAt
, allowing e.g. direct streaming of images over network- fixed incorrect alignment of items to sectors due to broken padding
- fixed parent directory entry being identical to current directory (probably only relevant when exporting mountpoint over NFS)
v0.2
WriteTo
now accepts aio.Writer
instead ofio.WriterAt
, allowing e.g. direct streaming of images over network- fixed incorrect alignment of items to sectors due to broken padding
- fixed parent directory entry being identical to current directory (probably only relevant when exporting mountpoint over NFS)