summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog10
-rw-r--r--NEWS10
-rw-r--r--README2
3 files changed, 19 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index ca3a23e..cc68f6c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
-svn - ?
+1.3 - 2007-08-05
- Added 'r'-key to refresh the current directory
+ - Removed option to calculate apparent size: both
+ the disk usage and the apparent size are calculated.
+ - Added 'a'-key to switch between showing apparent
+ size and disk usage.
+ - Added 'i'-key to display information about the
+ selected item.
+ - Small performance improvements
+ - configure checks for ncurses.h (bug #1764304)
1.2 - 2007-07-24
- Fixed some bugs on cygwin
diff --git a/NEWS b/NEWS
index ca3a23e..cc68f6c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,13 @@
-svn - ?
+1.3 - 2007-08-05
- Added 'r'-key to refresh the current directory
+ - Removed option to calculate apparent size: both
+ the disk usage and the apparent size are calculated.
+ - Added 'a'-key to switch between showing apparent
+ size and disk usage.
+ - Added 'i'-key to display information about the
+ selected item.
+ - Small performance improvements
+ - configure checks for ncurses.h (bug #1764304)
1.2 - 2007-07-24
- Fixed some bugs on cygwin
diff --git a/README b/README
index 72e0239..363b7cc 100644
--- a/README
+++ b/README
@@ -21,7 +21,7 @@ INSTALL
The usual:
- ./configure
+ ./configure --prefix=/usr
make
make install