Updated ChangeLog and TODO

This commit is contained in:
Yorhel 2009-04-26 11:35:03 +02:00
parent ceecccc3ae
commit 91ad9df126
2 changed files with 3 additions and 2 deletions

View file

@ -4,9 +4,11 @@ git - ?
- Current directory is assumed when no directory is specified - Current directory is assumed when no directory is specified
- Size graph uses the apparent size if that is displayed - Size graph uses the apparent size if that is displayed
- Items are ordered by displayed size rather than disk usage - Items are ordered by displayed size rather than disk usage
- Fixed rpath() bug on '/.'
- Removed switching between powers of 1000/1024 - Removed switching between powers of 1000/1024
- Don't rely on the availability of suseconds_t - 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 1.4 - 2008-09-10
- Removed the startup window - Removed the startup window

1
TODO
View file

@ -19,4 +19,3 @@ Small list of planned features/changes, suggestions are always welcome.
- Fix bugs: - Fix bugs:
* Handle hard links * Handle hard links
* Get rid of PATH_MAX reliance