fat_imgen Changelog

What's new in fat_imgen 2.2.2

Jun 8, 2011
  • Bugfix: invalid exit status after handling --help or --version (was 1, should be 0).

New in fat_imgen 2.2.1 (Jun 8, 2011)

  • Change: if a boot sector is specified when creating/modifying an image, warn when an invalid media ID was found in the BPB (because it is used in the first FAT entry).

New in fat_imgen 2.2.0 (Jun 8, 2011)

  • New feature: support extracting all files at once.
  • Command-line interface: one can now specify the name of the inserted file by
  • using the -n option.
  • Command-line interface: -o is not mandatory anymore. For -x, -o will default
  • to the filename specified for -x. For -b, -o will default to 'bootsect.bin'.
  • Bugfix: when extracting files, treat any cluster value >= 0xFF8 as the EOC
  • mark.
  • Bugfix: do not try to extract empty files (before, it resulted in a warning,
  • but worked). (The program will still create an empty output file, of course.)

New in fat_imgen 2.1.1 (Jun 8, 2011)

  • Bugfix: fixed double fclose().

New in fat_imgen 2.1.0 (Jun 8, 2011)

  • Bugfix: correctly zero the old bits of the FAT12 entry when updating the FAT.

New in fat_imgen 2.0.1 (Jun 8, 2011)

  • Minor fixes in the --help output.

New in fat_imgen 2.0.0 (Jun 8, 2011)

  • New feature: support extracting files from images.
  • New command-line interface (hence a major version bump).
  • Should conform to IEEE Std 1003.1, 2004 Edition.

New in fat_imgen 1.0.6 (Jun 8, 2011)

  • Recompiled without -ansi for the release build (decreases the size of the binary).

New in fat_imgen 1.0.5 (Jun 8, 2011)

  • Relicensed under the terms of the Simplified BSD license.
  • Added a README.

New in fat_imgen 1.0.4 (Jun 8, 2011)

  • Allow for generating a boot sector instead of requiring one on the
  • command-line.
  • Added an option to generate a boot sector as output file.