summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2009-05-01 08:59:59 +0200
committerYorhel <git@yorhel.nl>2009-05-01 09:00:59 +0200
commit95b314de73664ddd08558e0d3bb243df656b74a9 (patch)
tree2a664a2f45faa1e8f4455a85ba1dfaf97231b3e1 /ChangeLog
parent2d1060709b5da2a84563eb5ba3cc77090390b727 (diff)
Fixed line width when displaying 100%
Which would happen if there's only one file is in a directory
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 6795680..6e9703f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,6 +9,7 @@ git - ?
- Correctly handle paths longer than PATH_MAX
- Fixed various bugs related to rpath()
- Major code rewrite
+ - Fixed line width when displaying 100%
1.4 - 2008-09-10
- Removed the startup window
@@ -16,8 +17,7 @@ git - ?
be hidden with the 'h'-key
- Fixed buffer overflow when supplying a path longer
than PATH_MAX (patch by Tobias Stoeckmann)
- - Used S_BLKSIZE instead of a hardcoded block size of
- 512
+ - Used S_BLKSIZE instead of a hardcoded block size of 512
- Fixed display of disk usage and apparent sizes
- Updated ncdu -h
- Included patches for Cygwin
@@ -72,7 +72,7 @@ git - ?
required anymore (but highly recommended)
- Added a warning for terminals smaller than 60x16
- Mountpoints (or any other directory pointing to
- another filesystem) are now considered to be
+ another filesystem) are now considered to be
directories rather than files.
0.1 - 2007-02-21