Source: dfc-v3.1.0.tar.gz (SHA256: 8ad98ba1a9685a1bf33a2d3b8f2737dedef6019543d19d1b5ebd1783be740feb
).
New features
- Solaris support
- allow CSV separator to be specified via the configuration file
- major code refactoring: now, platform specific code is clearly separated
and the way to compute required terminal width and display has been vastly
improved - add JSON export option
- add support for bold font via the configuration file
- add -M option to disable "Mounted On" information
- add Dutch translation
- add git revision in development versions of dfc
Incompatible changes
- remove "GRIM" compile option - compile flags previously set by "grim" are
now defaults - stop translating color names in the configuration file - now, only "english"
names are understood
Bug fixes
- fix type not respecting -W flag
- fix alignment issue when both -M and -o options are specified
- plug a few memory leaks
- escape mount options with "" when exporting to CSV as mount options may
typically contain a "," - linux: avoid stat'ing remote file system when local flag is given
- consider nfs4 a remote filesystem
- correctly link math library (fixes build on Ubuntu)
- remove a few extra incorrect CSV separators in CSV export mode
- silently ignore EACCESS error on statvfs
- fix build failure on Hurd
- fix build failure on kFreeBSD