Files
Aaru/Changelog.md

322 lines
6.4 KiB
Markdown
Raw Normal View History

2017-06-04 23:09:27 +01:00
# [4.0.0.0-beta] - 2017-06-04
2017-05-19 22:30:23 +01:00
## Added
2017-05-20 06:14:16 +01:00
### - Create Sidecar command
2017-05-19 22:30:23 +01:00
- Use dump drive information from images that support it.
2017-06-04 23:09:27 +01:00
### - Decoders
- Xbox DMI
2017-05-20 06:14:16 +01:00
### - Devices
2017-05-19 22:30:23 +01:00
- MMC
- PCMCIA block devices
- SCSI Streaming Devices (aka "tapes")
- SecureDigital
2017-05-20 06:14:16 +01:00
### - Disc images.
2017-05-19 22:30:23 +01:00
- Alcohol 120%.
- Apple New Disk Image Format (aka NDIF, aka img, aka DiskCopy 6).
- Apple Nibble (aka NIB).
- Apple Universal Disk Image Format (aka UDIF, aka dmg).
- BlindWrite 4.
- BlindWrite 5.
- CloneCD.
- CopyQM.
- CPCEMU Disk File.
- CPCEMU Extended Disk File.
- D64.
- D71.
- D81.
- DiscJuggler.
- MAME Compressed Hunks of Data (aka CHD).
- Parallels Hard Disk Image (aka HDD).
- QEMU Copy-On-Write (aka QCOW).
- QEMU Copy-On-Write v2.
- QEMU Enhanced Disk (aka QED).
- VHDX.
- VMware.
- X68k .DIM.
2017-05-20 06:14:16 +01:00
### - DiskCopy 4.2 disk image
2017-05-19 22:30:23 +01:00
- Use resource fork to get DiskCopy version used to create them.
2017-06-04 23:09:27 +01:00
### - Dumping
- Raw dump of DVD with Matshita recorders
- XGD with Kreon drives
2017-05-20 06:14:16 +01:00
### - Filesystems
2017-05-19 22:30:23 +01:00
- Apple DOS.
- CP/M.
- Detecting Commodore 1540/1541/1571/1581.
- Detecting cram.
- Detecting ECMA-67.
- Detecting exFAT.
- Detecting F2FS.
- Detecting FAT+.
- Detecting IBM JFS.
- Detecting NILFS2.
- Detecting Professional File System (aka PFS).
- Detecting QNX 4.
- Detecting QNX 6.
- Detecting Reiser.
- Detecting Reiser4.
- Detecting SmartFileSystem (aka SFS, aka Standard File System).
- Detecting Squash.
- Detecting Universal Disk Format (aka UDF).
- Detecting Veritas.
- Detecting VMware.
- Detecting Xbox.
- Detecting XFS.
- Detecting Zettabyte File System (aka ZFS).
- UCSD Pascal.
2017-05-20 06:14:16 +01:00
### - Filters
2017-05-19 22:30:23 +01:00
- Apple PCExchange
- AppleDouble
- AppleSingle
- BZIP2
- GZIP
- MacBinary
2017-05-20 06:14:16 +01:00
### - GUID Partition Table
2017-05-19 22:30:23 +01:00
- New type GUIDs.
2017-05-20 06:14:16 +01:00
### - Lisa filesystem
2017-05-19 22:30:23 +01:00
- Full read-only support
2017-05-20 06:14:16 +01:00
### - Media types
2017-05-19 22:30:23 +01:00
- DDS, DDS-2, DDS-3, DDS-4.
- IOMEGA Clik! (aka PocketZip)
- NEC floppies.
- SHARP floppies.
2017-06-04 23:09:27 +01:00
- XGD3
2017-05-19 22:30:23 +01:00
2017-05-20 06:14:16 +01:00
### - Partitions
2017-05-19 22:30:23 +01:00
- Acorn FileCore.
- BSD disklabels.
- DEC disklabels.
- DragonFly BSD.
- Human68k.
- NEC PC-9800.
- Rio Karma.
- SGI Disk Volume Headers.
- UNIX disklabels.
2017-06-04 23:09:27 +01:00
### - Statistics
- Added version and operating system statistics.
2017-05-19 22:30:23 +01:00
## Fixes
2017-05-20 06:14:16 +01:00
### - AmigaDOS filesystem
2017-05-19 22:30:23 +01:00
- Detection on hard disks or with clusters bigger than 1 sector.
2017-05-20 06:14:16 +01:00
### - cdrdao
2017-05-19 22:30:23 +01:00
- Audio track matching
- Prevent reading binary files.
2017-05-20 06:14:16 +01:00
### - CDRWin
2017-05-19 22:30:23 +01:00
- CD-Text detection
- CD+G data return.
- Prevent reading binary files.
2017-06-04 23:09:27 +01:00
### - Device reports
- Call ATA READ LONG last, as it confuses some drives
- Try SCSI READ LONG (10) until max block size (65535)
2017-05-20 06:14:16 +01:00
### - DiskCopy 4.2
2017-05-19 22:30:23 +01:00
- Track order for Lisa and Macintosh Twiggy
2017-05-20 06:14:16 +01:00
### - Dreamcast GDI images
2017-05-19 22:30:23 +01:00
- Prevent reading binary files.
2017-06-04 23:09:27 +01:00
### - Dumping
- Streaming Devices now store block size changes in metadata sidecar.
- Calculation of streaming device dumping speed.
- Optical media with 2048 bytes/sector now get ".iso" file extension.
2017-05-20 06:14:16 +01:00
### - FAT filesystem
2017-05-19 22:30:23 +01:00
- Behaviour with some non-compliant media descriptors.
2017-05-20 06:14:16 +01:00
### - Nero Burning ROM
2017-05-19 22:30:23 +01:00
- Disc types
- Lead-In handling
- Mode2 RAW sectors
- Session count
2017-05-20 06:14:16 +01:00
### - ProDOS filesystem
2017-05-19 22:30:23 +01:00
- Volume size.
2017-06-04 23:09:27 +01:00
### - SCSI decoding
- Handling of modes 02h and 04h smaller than expected.
- Handling of EVPDs smaller than length field.
2017-05-19 22:30:23 +01:00
## Changes
- Added a public changelog.
- Added support for filters.
- Priam tags.
- Support drive firmware inside disc images.
- Support subchannel with only Q channel.
# [3.0.0.0] - 2016-07-19
## Added
2017-05-20 06:14:16 +01:00
### - Commands
2017-05-19 22:30:23 +01:00
- benchmark: Tests speed for checksum algorithms.
- create-sidecar: Creates an XML sidecar with metadata.
- decode: Decodes and prints a disk tag present on the image.
- device-info: Prints device information.
- dump-media: Dumps media to a disk image.
- entropy: Calculates disk entropy.
- media-info: Prints media information.
- scan-media: Scans media for errors.
2017-05-20 06:14:16 +01:00
### - Checksums
2017-05-19 22:30:23 +01:00
- Adler-32
- SpamSum
2017-05-20 06:14:16 +01:00
### - Devices
2017-05-19 22:30:23 +01:00
- ATA on Linux.
- ATA on Windows (untested).
- FireWire on Linux.
- SCSI on Linux.
- SCSI on Windows (untested).
- USB on Linux.
2017-05-20 06:14:16 +01:00
### - Disc images
2017-05-19 22:30:23 +01:00
- Apple 2IMG.
- CDRDAO.
- Dreamcast GDI.
- VirtualPC.
2017-05-20 06:14:16 +01:00
### - Fast File System (FFS)
2017-05-19 22:30:23 +01:00
- Atari UNIX variant.
2017-05-20 06:14:16 +01:00
### - Filesystems
2017-05-19 22:30:23 +01:00
- Acorn ADFS.
- AmigaDOS.
- Apple File System, aka APFS.
- Apple ProDOS.
- btrfs.
- Nintendo Gamecube.
- Nintendo Wii.
2017-05-20 06:14:16 +01:00
### - Partitions
2017-05-19 22:30:23 +01:00
- Amiga Rigid Disk Block (aka RDB).
- Atari.
- Sun.
- (U)EFI GPT.
## Changes
2017-05-20 06:14:16 +01:00
### - PrintHex command
2017-05-19 22:30:23 +01:00
- Allow to print several sectors.
## Fixes
2017-05-20 06:14:16 +01:00
### - Be filesystem
2017-05-19 22:30:23 +01:00
- Endianness.
- Support for Be CDs.
2017-05-20 06:14:16 +01:00
### - CDRWin disk image
2017-05-19 22:30:23 +01:00
- Behaviour on .NET Framework.
- Detection of CD-ROM XA.
- Flags.
- Partition calculations.
2017-05-20 06:14:16 +01:00
### - Fast File System (FFS)
2017-05-19 22:30:23 +01:00
- False positives with 7th Edition.
2017-05-20 06:14:16 +01:00
### - ISO9660
2017-05-19 22:30:23 +01:00
- Dreamcast IP.BIN decoding.
- Sega CD IP.BIN decoding.
2017-05-20 06:14:16 +01:00
### - System V Filesystem
2017-05-19 22:30:23 +01:00
- Big endian support
# [2.20] - 2014-08-28
## Added
2017-05-20 06:14:16 +01:00
### - Checksums
2017-05-19 22:30:23 +01:00
- Reed Solomon.
## Fixes
2017-05-20 06:14:16 +01:00
### - Apple Partition Map
2017-05-19 22:30:23 +01:00
- Disks with 2048 bytes/sector but a 512 bytes/sector map.
2017-05-20 06:14:16 +01:00
### - HFS
2017-05-19 22:30:23 +01:00
- Disks with 2048 bytes/sector but a 512 bytes/sector filesystem.
# [2.10] - 2014-08-25
## Added
2017-05-20 06:14:16 +01:00
### - Checksums
2017-05-19 22:30:23 +01:00
- CD EDC and ECC.
- CRC16.
2017-05-20 06:14:16 +01:00
### - Commands
2017-05-19 22:30:23 +01:00
- Verify: Verifies disk image contents, if supported.
2017-05-20 06:14:16 +01:00
### - Disc images
2017-05-19 22:30:23 +01:00
- Nero Burning ROM.
# [2.0] - 2014-07-03
## Added
2017-05-20 06:14:16 +01:00
### - Commands
2017-05-19 22:30:23 +01:00
- analyze: Gives informatio about disk image contents as well as detecting partitions and filesystems.
- checksum: Generates CRC32, CRC64, RIPEMD160, MD5, SHA1, SHA256, SHA384 and SHA512 checksums of disk image contents.
- compare: Compares two media images.
- printhex: Prints a hexadecimal output of a sector.
2017-05-20 06:14:16 +01:00
### - Disc images
2017-05-19 22:30:23 +01:00
- RAW (sector by sector).
2017-05-20 06:14:16 +01:00
### - Media types
2017-05-19 22:30:23 +01:00
- BD-R.
- BD-RE XL.
- FDFORMAT.
## Fixes
2017-05-20 06:14:16 +01:00
### - FAT filesystem
2017-05-19 22:30:23 +01:00
- Workaround FAT12 without BIOS Parameter Block.
2017-05-20 06:14:16 +01:00
### - MBR partitions
2017-05-19 22:30:23 +01:00
- Do not search for them on disks with less than 512 bytes/sector.
2017-05-20 06:14:16 +01:00
### - ODS-11 filesystem
2017-05-19 22:30:23 +01:00
- Do not search for them on disks with less than 512 bytes/sector.
# [1.10] - 2014-04-21
## Added
2017-05-20 06:14:16 +01:00
### - Disc images
2017-05-19 22:30:23 +01:00
- Sydex TeleDisk.
# [1.0] - 2014-04-17
## Added
2017-05-20 06:14:16 +01:00
### - Filesystems
2017-05-19 22:30:23 +01:00
- Detecting BeFS.
- Detecting ext.
- Detecting ext2.
- Detecting ext3.
- Detecting ext4.
- Detecting FAT12.
- Detecting FAT16.
- Detecting FAT32.
- Detecting FFS.
- Detecting HFS+.
- Detecting HFS.
- Detecting HPFS.
- Detecting ISO9660.
- Detecting LisaFS.
- Detecting MFS.
- Detecting MinixFS.
- Detecting NTFS.
- Detecting ODS-11.
- Detecting Opera.
- Detecting PCEngine.
- Detecting SolarFS.
- Detecting System V.
- Detecting UFS.
- Detecting UFS2.
- Detecting UnixWare boot.
2017-05-20 06:14:16 +01:00
### - Disc images
2017-05-19 22:30:23 +01:00
- Apple DiskCopy 4.2.
- CDRWin.
2017-05-20 06:14:16 +01:00
### - Partitions
2017-05-19 22:30:23 +01:00
- Apple Partition Map (aka APM).
- Master Boot Record (aka MBR).
- NeXT disklabels.