From 2533cb196dec8d2b4cf93d82f0d9c3bf3770c6e5 Mon Sep 17 00:00:00 2001 From: yorhel <yorhel@ce56bc8d-f834-0410-b703-f827bd498a76> Date: Sun, 5 Aug 2007 12:14:52 +0000 Subject: [PATCH] Preperations for version 1.3 git-svn-id: svn://blicky.net/ncdu/trunk@23 ce56bc8d-f834-0410-b703-f827bd498a76 --- ChangeLog | 10 +++++++++- NEWS | 10 +++++++++- README | 2 +- 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 -- GitLab