mirror of
https://code.blicky.net/yorhel/ncdu.git
synced 2026-01-15 10:18:39 -09:00
Version bump + Changelog update for 1.10
This commit is contained in:
parent
0a4ad63591
commit
5e5c9925f4
3 changed files with 12 additions and 3 deletions
|
|
@ -1,3 +1,12 @@
|
||||||
|
1.10 - 2013-05-09
|
||||||
|
- Added 'c' key to display item counts
|
||||||
|
- Added 'C' key to order by item counts
|
||||||
|
- Added CACHEDIR.TAG support and --exclude-caches option
|
||||||
|
- Use locale-dependent thousand separator
|
||||||
|
- Use pkg-config to detect ncurses
|
||||||
|
- Clip file/dir sizes to 8 EiB minus one byte
|
||||||
|
- Fix buffer overflow when formatting huge file sizes
|
||||||
|
|
||||||
1.9 - 2012-09-27
|
1.9 - 2012-09-27
|
||||||
- Added option to dump scanned directory information to a file (-o)
|
- Added option to dump scanned directory information to a file (-o)
|
||||||
- Added option to load scanned directory information from a file (-f)
|
- Added option to load scanned directory information from a file (-f)
|
||||||
|
|
|
||||||
4
README
4
README
|
|
@ -1,5 +1,5 @@
|
||||||
ncdu 1.9g
|
ncdu 1.10g
|
||||||
========
|
=========
|
||||||
|
|
||||||
DESCRIPTION
|
DESCRIPTION
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
|
|
||||||
AC_INIT(ncdu, 1.9g, projects@yorhel.nl)
|
AC_INIT(ncdu, 1.10g, 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([foreign subdir-objects])
|
AM_INIT_AUTOMAKE([foreign subdir-objects])
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue