mirror of
https://code.blicky.net/yorhel/ncdu.git
synced 2026-01-13 01:08:41 -09:00
* 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
This commit is contained in:
parent
362554d2ac
commit
eb10ca8a4b
4 changed files with 58 additions and 52 deletions
|
|
@ -1,3 +1,6 @@
|
||||||
|
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
|
||||||
|
|
|
||||||
3
NEWS
3
NEWS
|
|
@ -1,3 +1,6 @@
|
||||||
|
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
|
||||||
|
|
|
||||||
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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue