Update changelog.

This commit is contained in:
2022-12-06 18:29:53 +00:00
parent 7c88be0f8c
commit b34b50666a

View File

@@ -1,3 +1,26 @@
# [5.3.2-rc1] - 2022-12-06
## 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.
### - 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
- Do not set INDEX 1 to a value higher than what the TOC already said.
## 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.
# [5.3.1] - 2022-03-06
## Added
@@ -2252,6 +2275,8 @@
- Master Boot Record (aka MBR).
- NeXT disklabels.
[5.3.2-rc1]: https://github.com/aaru-dps/Aaru/releases/tag/v5.3.2-rc1
[5.3.1]: https://github.com/aaru-dps/Aaru/releases/tag/v5.3.1
[5.3.0]: https://github.com/aaru-dps/Aaru/releases/tag/v5.3.0