mirror of
https://code.blicky.net/yorhel/ncdu.git
synced 2026-01-13 01:08:41 -09:00
Preperations for version 1.3
git-svn-id: svn://blicky.net/ncdu/trunk@23 ce56bc8d-f834-0410-b703-f827bd498a76
This commit is contained in:
parent
4654bb93c4
commit
2533cb196d
3 changed files with 19 additions and 3 deletions
10
ChangeLog
10
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
|
||||
|
|
|
|||
10
NEWS
10
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
|
||||
|
|
|
|||
2
README
2
README
|
|
@ -21,7 +21,7 @@ INSTALL
|
|||
|
||||
The usual:
|
||||
|
||||
./configure
|
||||
./configure --prefix=/usr
|
||||
make
|
||||
make install
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue