* Changed ncdu version to "svn" - only actual releases will have the correct version
* Updated and changed padding in the ChangeLog git-svn-id: svn://blicky.net/ncdu/trunk@12 ce56bc8d-f834-0410-b703-f827bd498a76
Этот коммит содержится в:
родитель
362554d2ac
Коммит
eb10ca8a4b
53
ChangeLog
53
ChangeLog
@ -1,40 +1,43 @@
|
|||||||
|
svn - ?
|
||||||
|
- Added 'r'-key to refresh the current directory
|
||||||
|
|
||||||
1.2 - 2007-07-24
|
1.2 - 2007-07-24
|
||||||
- Fixed some bugs on cygwin
|
- Fixed some bugs on cygwin
|
||||||
- Added du-like exclude patterns
|
- Added du-like exclude patterns
|
||||||
- Fixed bug #1758403: large directories work fine now
|
- Fixed bug #1758403: large directories work fine now
|
||||||
- Rewrote a large part of the code
|
- Rewrote a large part of the code
|
||||||
- Fixed a bug with wide characters
|
- Fixed a bug with wide characters
|
||||||
- Performance improvements when browsing large dirs
|
- Performance improvements when browsing large dirs
|
||||||
|
|
||||||
1.1 - 2007-04-30
|
1.1 - 2007-04-30
|
||||||
- Deleting files and directories is now possible from
|
- Deleting files and directories is now possible from
|
||||||
within ncdu.
|
within ncdu.
|
||||||
- The key for sorting directories between files has
|
- The key for sorting directories between files has
|
||||||
changed to 't' instead of 'd'. The 'd'-key is now
|
changed to 't' instead of 'd'. The 'd'-key is now
|
||||||
used for deleting files.
|
used for deleting files.
|
||||||
|
|
||||||
1.0 - 2007-04-06
|
1.0 - 2007-04-06
|
||||||
- First stable release
|
- First stable release
|
||||||
- Small code cleanup
|
- Small code cleanup
|
||||||
- Added a key to toggle between sorting dirs before
|
- Added a key to toggle between sorting dirs before
|
||||||
files and dirs between files
|
files and dirs between files
|
||||||
- Added graphs and percentages to the directory
|
- Added graphs and percentages to the directory
|
||||||
browser (can be enabled or disabled with the 'g'-key)
|
browser (can be enabled or disabled with the 'g'-key)
|
||||||
|
|
||||||
0.3 - 2007-03-04
|
0.3 - 2007-03-04
|
||||||
- When browsing back to the previous directory, the
|
- When browsing back to the previous directory, the
|
||||||
directory you're getting back from will be selected.
|
directory you're getting back from will be selected.
|
||||||
- Added directory scanning in quiet mode to save
|
- Added directory scanning in quiet mode to save
|
||||||
bandwidth on remote connections.
|
bandwidth on remote connections.
|
||||||
|
|
||||||
0.2 - 2007-02-26
|
0.2 - 2007-02-26
|
||||||
- Fixed POSIX compliance: replaced realpath() with my
|
- Fixed POSIX compliance: replaced realpath() with my
|
||||||
own implementation, and gettimeofday() is not
|
own implementation, and gettimeofday() is not
|
||||||
required anymore (but highly recommended)
|
required anymore (but highly recommended)
|
||||||
- Added a warning for terminals smaller than 60x16
|
- Added a warning for terminals smaller than 60x16
|
||||||
- Mountpoints (or any other directory pointing to
|
- Mountpoints (or any other directory pointing to
|
||||||
another filesystem) are now considered to be
|
another filesystem) are now considered to be
|
||||||
directories rather than files.
|
directories rather than files.
|
||||||
|
|
||||||
0.1 - 2007-02-21
|
0.1 - 2007-02-21
|
||||||
- Initial version
|
- Initial version
|
||||||
|
53
NEWS
53
NEWS
@ -1,40 +1,43 @@
|
|||||||
|
svn - ?
|
||||||
|
- Added 'r'-key to refresh the current directory
|
||||||
|
|
||||||
1.2 - 2007-07-24
|
1.2 - 2007-07-24
|
||||||
- Fixed some bugs on cygwin
|
- Fixed some bugs on cygwin
|
||||||
- Added du-like exclude patterns
|
- Added du-like exclude patterns
|
||||||
- Fixed bug #1758403: large directories work fine now
|
- Fixed bug #1758403: large directories work fine now
|
||||||
- Rewrote a large part of the code
|
- Rewrote a large part of the code
|
||||||
- Fixed a bug with wide characters
|
- Fixed a bug with wide characters
|
||||||
- Performance improvements when browsing large dirs
|
- Performance improvements when browsing large dirs
|
||||||
|
|
||||||
1.1 - 2007-04-30
|
1.1 - 2007-04-30
|
||||||
- Deleting files and directories is now possible from
|
- Deleting files and directories is now possible from
|
||||||
within ncdu.
|
within ncdu.
|
||||||
- The key for sorting directories between files has
|
- The key for sorting directories between files has
|
||||||
changed to 't' instead of 'd'. The 'd'-key is now
|
changed to 't' instead of 'd'. The 'd'-key is now
|
||||||
used for deleting files.
|
used for deleting files.
|
||||||
|
|
||||||
1.0 - 2007-04-06
|
1.0 - 2007-04-06
|
||||||
- First stable release
|
- First stable release
|
||||||
- Small code cleanup
|
- Small code cleanup
|
||||||
- Added a key to toggle between sorting dirs before
|
- Added a key to toggle between sorting dirs before
|
||||||
files and dirs between files
|
files and dirs between files
|
||||||
- Added graphs and percentages to the directory
|
- Added graphs and percentages to the directory
|
||||||
browser (can be enabled or disabled with the 'g'-key)
|
browser (can be enabled or disabled with the 'g'-key)
|
||||||
|
|
||||||
0.3 - 2007-03-04
|
0.3 - 2007-03-04
|
||||||
- When browsing back to the previous directory, the
|
- When browsing back to the previous directory, the
|
||||||
directory you're getting back from will be selected.
|
directory you're getting back from will be selected.
|
||||||
- Added directory scanning in quiet mode to save
|
- Added directory scanning in quiet mode to save
|
||||||
bandwidth on remote connections.
|
bandwidth on remote connections.
|
||||||
|
|
||||||
0.2 - 2007-02-26
|
0.2 - 2007-02-26
|
||||||
- Fixed POSIX compliance: replaced realpath() with my
|
- Fixed POSIX compliance: replaced realpath() with my
|
||||||
own implementation, and gettimeofday() is not
|
own implementation, and gettimeofday() is not
|
||||||
required anymore (but highly recommended)
|
required anymore (but highly recommended)
|
||||||
- Added a warning for terminals smaller than 60x16
|
- Added a warning for terminals smaller than 60x16
|
||||||
- Mountpoints (or any other directory pointing to
|
- Mountpoints (or any other directory pointing to
|
||||||
another filesystem) are now considered to be
|
another filesystem) are now considered to be
|
||||||
directories rather than files.
|
directories rather than files.
|
||||||
|
|
||||||
0.1 - 2007-02-21
|
0.1 - 2007-02-21
|
||||||
- Initial version
|
- Initial version
|
||||||
|
2
README
2
README
@ -1,4 +1,4 @@
|
|||||||
ncdu 1.2
|
ncdu svn
|
||||||
========
|
========
|
||||||
|
|
||||||
DESCRIPTION
|
DESCRIPTION
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
AC_INIT(ncdu, 1.2, projects@yorhel.nl)
|
AC_INIT(ncdu, svn, projects@yorhel.nl)
|
||||||
AC_CONFIG_SRCDIR([src/ncdu.h])
|
AC_CONFIG_SRCDIR([src/ncdu.h])
|
||||||
AC_CONFIG_HEADER([config.h])
|
AC_CONFIG_HEADER([config.h])
|
||||||
AM_INIT_AUTOMAKE
|
AM_INIT_AUTOMAKE
|
||||||
|
Загрузка…
Ссылка в новой задаче
Block a user