-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
12 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,15 @@ | ||
fatcat (1.0.7-1) UNRELEASED; urgency=medium | ||
fatcat (1.1.1-1) UNRELEASED; urgency=medium | ||
|
||
* Output 8DOT3 short filenames whenever possible | ||
* Fix FAT12 determination | ||
* Writing error to stderr and exiting with error code | ||
* Added support for json output when listing entries | ||
* Fixing clusterAddress using temporary 32bit sized int (see debian bug | ||
879930) | ||
|
||
-- Grégoire Passault <[email protected]> Sat, 18 Jan 2022 09:20:00 +0200 | ||
|
||
fatcat (1.0.7-1) unstable; urgency=medium | ||
|
||
* Fixing line breaks in man page | ||
* Fixing possible cluster truncating (see #879930) | ||
|