summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--TODO1
2 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 204a228..6795680 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,9 +4,11 @@ git - ?
- Current directory is assumed when no directory is specified
- Size graph uses the apparent size if that is displayed
- Items are ordered by displayed size rather than disk usage
- - Fixed rpath() bug on '/.'
- Removed switching between powers of 1000/1024
- Don't rely on the availability of suseconds_t
+ - Correctly handle paths longer than PATH_MAX
+ - Fixed various bugs related to rpath()
+ - Major code rewrite
1.4 - 2008-09-10
- Removed the startup window
diff --git a/TODO b/TODO
index 510edf2..07dfc49 100644
--- a/TODO
+++ b/TODO
@@ -19,4 +19,3 @@ Small list of planned features/changes, suggestions are always welcome.
- Fix bugs:
* Handle hard links
- * Get rid of PATH_MAX reliance