summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryorhel <yorhel@ce56bc8d-f834-0410-b703-f827bd498a76>2007-08-05 12:14:52 +0000
committeryorhel <yorhel@ce56bc8d-f834-0410-b703-f827bd498a76>2007-08-05 12:14:52 +0000
commit2533cb196dec8d2b4cf93d82f0d9c3bf3770c6e5 (patch)
treef80106f518672cf8966bf505e0666bad7a274d67
parent4654bb93c45eca5b60efe07883470d89a4b33427 (diff)
Preperations for version 1.3v1.3
git-svn-id: svn://blicky.net/ncdu/trunk@23 ce56bc8d-f834-0410-b703-f827bd498a76
-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