Changelog for
mtools-4.0.43-150600.1.5.x86_64.rpm :
* Fri Mar 24 2023 andreas.stiegerAATTgmx.de- update to 4.0.43:
* Fix root directory test in mattrib
* -b BiosDisk flag for mformat to allow setting physdrive to a user-specified value
* Clearer error message in mformat when trying to mformat a disk whose total size is not known
* Make recursive copy more consistent
* Trailing slash now always implies target should be a directory
* Sat Oct 22 2022 andreas.stiegerAATTgmx.de- update to 4.0.42:
* Added postcmd attribute in drive description to allow to execute \"device release\" code automatically at end of command
* Code cleanup, signedness cleanup about directory entries
* Wed Sep 21 2022 andreas.stiegerAATTgmx.de- update to 4.0.41:
* Support FAT32 with less than 0xfff5 clusters
* Make FAT32 entries 0 and 1 match what what Windows 10 does
* Tue Jun 14 2022 pgajdosAATTsuse.com- fix build- deleted patches - mtools-prototypes.diff (not needed)
* Fri Jun 10 2022 andreas.stiegerAATTgmx.de- update to 4.0.40:
* Better compatibility with legacy platforms
* Fri Apr 15 2022 dmuellerAATTsuse.com- update to 4.0.39:
* Rename strtoi to strosi (string to signed int). The strtoi function on BSD does something else (returns an intmax, not an int)
* Mon Mar 07 2022 maciek.borzeckiAATTgmail.com- update to 4.0.38:
* Make sure case byte is cleared when making the special directory entries \".\" and \"..\"
* In mattrib man page, replace \"attribute flags\" with \"attribute bits\"
* Sun Jan 09 2022 andreas.stiegerAATTgmx.de- update to 4.0.37:
* Removed mclasserase commands, which doesn\'t fit the coding structure of the rest of mtools
* Add support to -i option to mcd
* Document -i in mtools.1
* Fix a missing commad error in floppyd_io.c
* Sat Nov 27 2021 dmuellerAATTsuse.com- update to 4.0.36:
* Fix error status of recursive listing of empty root directory
* If recursive listing, also show matched files at level one
* Use \"seekless\" reads & write internally, where possible
* Text mode conversion refactoring
* Misc refactoring- remove mtools-aliasing.diff (obsolete)
* Sat Aug 07 2021 andreas.stiegerAATTgmx.de- mtools 4.0.35:
* Fix cluster padding at end of file in batch mode
* Sat Jul 24 2021 andreas.stiegerAATTgmx.de- mtools 4.0.34:
* Fix mcopy -s issue- includes changes from 4.0.33:
* Fix support for partitions
* Add support for image files on command line to mcat- includes changes from 4.0.32:
* Simplify algorithm that choses filesystem parameters for format, and align it more closely with what Win7 does
* Fix mformatting XDF when XDF not explicitly specified on mformat command line
* easier way to enter sizes on mformat command line (mformat -C -T 1440K)
* For small sizes, mformat assumes floppy geometries (heads 1 or 2, tracks 40 or 80)
* Handle attempts to mformat too small filesystems more gracefully
* Enable minfo to print out additional mformat command line parameters, if the present filesystem uses non-default values for these
* minfo no longer prints bigsect if smallsect is set
* for remap filter, error when trying to write non-zero data to unmapped sectors- drop mtools-autoconf.diff, no longer needed- drop mtools-fat-bits.diff, drop candidate for some time
* Sun Jun 20 2021 andreas.stiegerAATTgmx.de- mtools 4.0.31:
* Fix polarity of format_xdf command-line parameter of mformat
* Improved error handling and error messages
* Remove duplicate writing of backup boot sector
* developer visible changes- includes changes from 4.0.30:
* Fixed XDF floppy disk access
* Fixed faulty behavior at end of image in mcat
* Raise an error when trying to mcopy multiple source files over a single destination file (rather than directory)
* fix handling of \"hidden\" sectors
* Modernize partition support
* developer visible changes- includes changes from 4.0.29 and 4.0.28:
* Support remapping of data
* Re-open floppy devices read-write if geometry parameters need to be changed
* relax consistency checks in mpartition (partitions created by current fdisk would almost never pass these checks)
* Sun Apr 18 2021 andreas.stiegerAATTgmx.de- mtools 4.0.27:
* Fix type error in calls to iconv functions
* Sun Nov 29 2020 andreas.stiegerAATTgmx.de- mtools 4.0.26:
* Ignore image file locking errors if we are performing a read- only access anyways- remove obsolete texinfo packaging macros, update signing keyring
* Sun Oct 25 2020 andreas.stiegerAATTgmx.de- mtools 4.0.25:
* 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
* Sat Mar 28 2020 andreas.stiegerAATTgmx.de- mtools 4.0.24:
* Added AC_SYS_LARGEFILE for some ARM processors
* Wed Mar 18 2020 pgajdosAATTsuse.com- require glibc-locale-base instead o glibc-locale [bsc#1165837] [bsc#957007]
* Fri Dec 28 2018 pgajdosAATTsuse.com- mtools 4.0.23:
* Address lots of compiler warnings (assignments between different types)
* Network speedup fixes for floppyd (TCP_CORK)
* Typo fixes
* Explicitly pass available target buffer size for character set conversions- refreshed: % mtools-prototypes.diff
* Tue Dec 11 2018 jengelhAATTinai.de- Use noun phrase in summary.- Fix excessively large keyring.
* Fri Dec 07 2018 malte.krausAATTsuse.com- mtools 4.0.22:
* Fixed -f flag for mformat (size is KBytes, rather than sectors)
* Fixed toupper/tolower usage (unsigned char rather than plain signed)- mtools 4.0.21:
* Addressed compiler warnings
* Fixed length handling in character set conversion (Unicode file names)
* Fixed matching of character range, when containing Unicode characters (mdir \"c:test[α-ω].exe\")
* Fixed initialization of my_scsi_cmd constructor
* Wed Nov 14 2018 mloviskaAATTsuse.com- Update to 4.0.20:
* initialize directory entries to 0
* bad message \"Too few sectors\" replaced with \"Too many sectors\"
* apostrophe in mlabel no longer causes generation of long entry
* option to fake system date for file creation using the SOURCE_DATE_EPOCH environment variables
* can now be compiled with \"clang\" compiler
* fallback function for strndup, for those platforms that don\'t have it
* fixed a number of -Wextra warnings
* new compressed archive formats for uz/lz
* allow to specify number of reserved sectors for FAT32.
* file/device locking with timeout (rather than immediate failure)
* fixed support for BPB-less legacy formats.
* removed check that disk must be an integer number of tracks.
* removed .eh/.oh macros from manual pages
* Wed Oct 31 2018 pgajdosAATTsuse.com- patches unversioned; makes update and reviews easier
* mtools-4.0.18-fat-bits.diff -> mtools-fat-bits.diff
* mtools-4.0.18-conf.diff -> mtools-conf.diff
* mtools-4.0.18-aliasing.diff -> mtools-aliasing.diff
* mtools-4.0.18-prototypes.diff -> mtools-prototypes.diff
* mtools-4.0.18-autoconf.diff -> mtools-autoconf.diff
* Sat Oct 27 2018 seanAATTsuspend.net- Update to 4.0.19:
* Fix for short file names starting with character 0xE5
* mpartition: Partition types closer to what Microsoft uses
* mformat: figure out LBA geometry as last resort if geometry is unspecified
* mformat: use same default cluster size as Microsoft for FAT32
* additional sanity checks
* document how clutser size is picked in mformat.c man page
* document how partition types are picked in mpartition.c man page
* Mon Jul 16 2018 pgajdosAATTsuse.com- do not build in parallel as it fails
* Fri Apr 27 2018 stefan.bruensAATTrwth-aachen.de- Disable floppyd support. Floppyd is a daemon allowing remote X clients to access floppies attached to e.g. thin clients. As it uses X authentication, it pulls in X libraries.
* Tue Feb 13 2018 crrodriguezAATTopensuse.org- Do not BuildRequire metapackage xorg-x11-devel
* Mon Nov 30 2015 pgajdosAATTsuse.com- require glibc-locale [bnc#957007]
* Thu Feb 26 2015 mpluskalAATTsuse.com- Clean spec file with spec-cleaner- Refresh dependencies- Add gpg signature