Changelog for
dosfstools-4.2-117.4.i586.rpm :
* Tue Dec 27 2022 lnusselAATTsuse.com- Replace transitional %usrmerged macro with regular version check (boo#1206798)
* Thu Feb 03 2022 dimstarAATTopensuse.org- Drop vim BuildRequires: the test suite passes without it present.
* Tue Feb 02 2021 dmuellerAATTsuse.com- update to 4.2:
* mkfs.fat: Allow to specify disk geometry via new -g option
* fsck.fat: Add code for fixing first FAT cluster
* fatlabel: Do not call parts of fsck repair procedure
* Update warning message about lowercase labels
* mkfs.fat: Read geom_start from sysfs
* Add missing files into distribution tarball- BREAKING CHANGES (boo#1188401): After fixing of bsc#1172863 in the last update, mkfs started to create different images than before. Applications that depend on exact FAT file format (e. g. embedded systems) may be broken in two ways:
* The introduction of the alignment may create smaller images than before, with a different positions of important image elements. It can break existing software that expect images in doststools <= 4.1 style. To work around these problems, use \"-a\" command line argument.
* The new image may contain a different geometry values. Geometry sensitive applications expecting doststools <= 4.1 style images can fails to accept different geometry values. There is no direct work around for this problem. But you can take the old image, use \"file -s $IMAGE\", check its \"sectors/track\" and \"heads\", and use them in the newly introduced \"-g\" command line argument.
* Fri Jan 15 2021 mceplAATTcepl.eu- Update to version 4.1+git.1610658652.9443732 (bsc#1172863):
* testsuite: Add mkfs test for 600MB large 4K disk
* mkfs.fat: Do not show verbose messages not relevant to selected FAT size
* mkfs.fat: Fix text of verbose messages
* mkfs.fat: Fix limits for number of clusters
* mkfs.fat: Fix calculation of FAT32 cluster size on non 512 bytes sector disks
* mkfs.fat: Fix printing number of sectors
* mkfs.fat: Align total number of sectors to be multiple of sectors per track
* testsuite: Add referenceFAT32mbr test data to dist_check_DATA
* manpages: Escape dot in fsck.fat manpage at the beginning of the line
* fsck.fat: properly check for valid \".\" and \"..\" entries
* Tue Nov 10 2020 lnusselAATTsuse.de- prepare usrmerge (boo#1029961)
* Thu Jan 26 2017 mpluskalAATTsuse.com- Update to version 4.1:
* Now the default for mkfs for filesystems smaller than 512 MB is 64 / 32 sectors
* The parsing of octal character specifications for filenames in the -u and -d 25 options of fsck now works.
* Fixed a possible fatlabel crash when writing a label to an unlabelled filesystem
* Testsuite is now available
* Sat May 07 2016 mpluskalAATTsuse.com- Update to 4.0
* Switch build system to autotools.
* Fixed data corruption errors in fsck.fat Writing to the third to last cluster on FAT12 with an odd number of clusters would corrupt the following cluster.
* The automatic alignment of data clusters that was added in 3.0.8 and broken for FAT32 starting with 3.0.20 has been reinstated.- Small spec file cleanup- Drop no longer needed dosfstools-suse-dirs.patch
* Wed Jun 03 2015 mpluskalAATTsuse.com- Update to 3.0.28
* mkfs.fat now allows choosing 0xF0 as the media byte which was previously rejected.
* mkfs.fat now supports the --invariant option to facilitate testing mkfs.fat itself.
* Bugs fixed in fsck.fat are a read one byte beyond the end of an allocated array when checking some FAT12 filesystems, and checking that the first cluster of a file as specified in the directory entry is not 1.- Cleanup spec file with spec-cleaner
* Mon May 11 2015 pgajdosAATTsuse.com- fix url
* Fri Jan 16 2015 pgajdosAATTsuse.com- updated to 3.0.27:
* fsck.fat: Don\'t print version string every time -v is encountered
* Fix attempt to rename root dir in fsck due to uninitialized fields
* Support long file names in volume labeling code- upstream changed