mirror of
https://code.blicky.net/yorhel/ncdu.git
synced 2026-01-15 18:18:41 -09:00
Version bump + ChangeLog update for 1.8
I'm now following the same idea from ncdc of using $VERSION+g in the git repositories.
This commit is contained in:
parent
5243e2daf4
commit
fcc871737a
4 changed files with 8 additions and 3 deletions
|
|
@ -1,3 +1,8 @@
|
||||||
|
1.8 - 2011-11-03
|
||||||
|
- Use hash table to speed up hard link detection
|
||||||
|
- Added read-only option (-r)
|
||||||
|
- Use KiB instead of kiB (#3399279)
|
||||||
|
|
||||||
1.7 - 2010-08-13
|
1.7 - 2010-08-13
|
||||||
- List the detected hard links in file info window
|
- List the detected hard links in file info window
|
||||||
- Count the size of a hard linked file once for each directory it appears in
|
- Count the size of a hard linked file once for each directory it appears in
|
||||||
|
|
|
||||||
2
README
2
README
|
|
@ -1,4 +1,4 @@
|
||||||
ncdu git
|
ncdu 1.8g
|
||||||
========
|
========
|
||||||
|
|
||||||
DESCRIPTION
|
DESCRIPTION
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
|
|
||||||
AC_INIT(ncdu, git, projects@yorhel.nl)
|
AC_INIT(ncdu, 1.8g, projects@yorhel.nl)
|
||||||
AC_CONFIG_SRCDIR([src/global.h])
|
AC_CONFIG_SRCDIR([src/global.h])
|
||||||
AC_CONFIG_HEADER([config.h])
|
AC_CONFIG_HEADER([config.h])
|
||||||
AM_INIT_AUTOMAKE
|
AM_INIT_AUTOMAKE
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
.TH ncdu 1 "Aug 13, 2010" "ncdu-git" "ncdu manual"
|
.TH ncdu 1 "Nov 3, 2011" "ncdu-1.8g" "ncdu manual"
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBncdu \fP- NCurses Disk Usage
|
\fBncdu \fP- NCurses Disk Usage
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue