mirror of
https://code.blicky.net/yorhel/ncdu.git
synced 2026-01-15 02:08:40 -09:00
Version bump for 1.15
This commit is contained in:
parent
d018dc0be6
commit
239bbf542f
3 changed files with 11 additions and 3 deletions
|
|
@ -1,3 +1,11 @@
|
||||||
|
1.15 - 2020-05-30
|
||||||
|
- (Linux) Add --exclude-kernfs option to exclude pseudo filesystems (Christian Göttsche)
|
||||||
|
- (MacOS) Exclude firmlinks by default (Saagar Jha)
|
||||||
|
- (MacOS) Add --follow-firmlinks option to follow firmlinks (Saagar Jha)
|
||||||
|
- Fix bug in calculating the apparent size of directories containing hardlinks
|
||||||
|
- Fix integer overflow with directories containing >2GiB worth of file names
|
||||||
|
- Fix yet another possible 100% CPU bug when losing terminal
|
||||||
|
|
||||||
1.14.2 - 2020-02-10
|
1.14.2 - 2020-02-10
|
||||||
- Fix compilation with GCC 10 (-fno-common)
|
- Fix compilation with GCC 10 (-fno-common)
|
||||||
- Fix minor display issue when scanning 10M+ files
|
- Fix minor display issue when scanning 10M+ files
|
||||||
|
|
|
||||||
4
README
4
README
|
|
@ -1,5 +1,5 @@
|
||||||
ncdu 1.14.2
|
ncdu 1.15
|
||||||
===========
|
=========
|
||||||
|
|
||||||
DESCRIPTION
|
DESCRIPTION
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
|
|
||||||
AC_INIT([ncdu],[1.14.2],[projects@yorhel.nl])
|
AC_INIT([ncdu],[1.15],[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 std-options subdir-objects])
|
AM_INIT_AUTOMAKE([foreign std-options subdir-objects])
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue