summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2020-01-15 20:38:39 +0100
committerCanop <cano.petrole@gmail.com>2020-01-15 20:38:39 +0100
commit7a94d47a175294845affb229d8b3878c309b2408 (patch)
tree7befd86dc941c391021154e113bf8af75f113add /CHANGELOG.md
parent834ab7cfa2d5e80d9049e317be66e8ed6f2a7e2a (diff)
display the "real" size (space on disk) for sparse files (linux
When the size computed as `<number of blocks>*<block size>` is smaller than the nominal size, the file is considered sparse and a small 's' is displayed next to the size. Fix #102
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 152f91a..2d6172d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,7 @@
- `--set-install-state` can be used in tests or manual installs to set the installation state
- Raspberry now a default target available in installation page
- fix a regression: `br -s` not finishing computing size until receiving an event
+- diplay the real size of sparse files (fix #102)
<a name="v0.11.8"></a>
### v0.11.8 - 2020-01-12