Changelog for
mtools-4.0.30-1.i386.rpm :
* Thu Jun 17 2021 Alain Knaff
- Fixed XDF floppy disk access- Fixed faulty behavior at end of image in mcat- Device/Image size handling refactoring- allow remap to write to zero-backed sectors (may happen if buffer is flushed, and is not an error in that case)- Raise an error when trying to mcopy multiple source files over a single destination file (rather than directory)- fix handling of \"hidden\" sectors (is a 2 byte quantity on small disks, not 4 byte as previously assumed)- Modernize partition support. Tuned consistency check to actually check about important issues (such as overlapping partitions) rather than stuff nobody else cares about (alignment on entire cylinder boundaries)- Move various \"filter\" options (partition, offset, swap, scsi) into separate classes, rather than leaving almost everything in plain_io- Simplify and centralize geometry handling and LBA code- Fix some more more compiler warnings
* Mon May 31 2021 Alain Knaff -Fix bug in cluster preallocation, which was accidentally introduced by compiler warning \"fixes\" from v4_0_28
* Sat Nov 28 2020 Alain Knaff - Fix compilation on Macintosh- Ignore image file locking errors if we are performing a read-only access anyways- Minor man-page fixes
* Sat Oct 24 2020 Alain Knaff - Preserve non-updated contents of info sector, just in case it contains program code- When parsing config file, always use \"C\" locale for case-insensitive comparisons
* Sun Mar 22 2020 Alain Knaff - Spelling fixes in documentation- Permit calling \"make install\" with >= -j2- Added AC_SYS_LARGEFILE, needed for compiling on certain ARM procs