Preperations for version 1.3

git-svn-id: svn://blicky.net/ncdu/trunk@23 ce56bc8d-f834-0410-b703-f827bd498a76
This commit is contained in:
yorhel 2007-08-05 12:14:52 +00:00
parent 4654bb93c4
commit 2533cb196d
3 changed files with 19 additions and 3 deletions

View File

@ -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

10
NEWS
View File

@ -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

2
README
View File

@ -21,7 +21,7 @@ INSTALL
The usual:
./configure
./configure --prefix=/usr
make
make install