Skip to content

5.3.2-rc2

Pre-release
Pre-release
Compare
Choose a tag to compare
@claunia claunia released this 14 Dec 12:07
· 2412 commits to devel since this release
9323fb8

This is a release candidate

This means it should contain no bugs but has not yet been tested extensively.

IMPORTANT NOTICE

Due to a recent change in the Linux kernel drivers, any device report made with previous version of an ATA or ATAPI device are invalid and need to be re-done. Sorry for the inconveniences.

You can see what operating system versions have been tested with these here.

Fixed

- Aaru Image Format

  • DDT verification when its size on-image is bigger than 1MiB.
  • Parent block identifier in AaruFormat.
  • Track indexes in when a disc contains a hidden track.

- BlindWrite 5/6/7 disc images

  • Opening split images in Windows

- CDRWin cuesheet disc images

  • Do not report ISRC as present if no tracks contain ISRC data.

- Device report

  • Add workaround for device report the AccessTek/Optorite DD0203 drive.

- Devices

  • Add transfer size to ATA(PI) IDENTIFY (PACKET) DEVICE commands as required by a recent change in the Linux kernel API.

- Dumping

  • Correct offset fixing when trimming or re-reading errored audio sectors.
  • Do not set INDEX 1 to a value higher than what the TOC already said.

- FAT filesystem

  • Fix that first 2 FAT entries are not considered part of the allocation ones, allocating two more.
  • Return current clusters when a file overflows the FAT.

- ISO9660 filesystem

  • Do not try to interpret an 0-length Continuation Area.

- SGI Volume Header

  • Partition types not properly interpreted.

Changes

  • Do not allow dumping or converting to image formats that do not properly support hidden tracks when there is a hidden track in the media.
  • Update Newtonson.Json dependency due to security issues.