From 3da8ab9c4ddd56de6f177642cb8d8b2db012a57b Mon Sep 17 00:00:00 2001 From: Yorhel Date: Mon, 5 Aug 2019 08:27:57 +0200 Subject: [PATCH] ncdu 1.14.1 --- dat/index.md | 5 +++++ dat/ncdu.md | 13 +++++++------ 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/dat/index.md b/dat/index.md index eade528..f14da82 100644 --- a/dat/index.md +++ b/dat/index.md @@ -20,6 +20,11 @@ the incidental article on this site. Enjoy your stay! ## Announcements Atom feed +`2019-08-05` - ncdu 1.14.1 released +: A minor bugfix release. This fixes the `--exclude-caches` option, + intermittend early exit on OS X and improves handling of out-of-memory + scenarios. [Ncdu homepage](/ncdu) - [Changelog](/ncdu/changes). + `2019-07-06` - TUWF 1.3.1 & 1.4 released : Just fixes a minor issue with the tests on older Perls. [Homepage](/tuwf) - [Changelog](/tuwf/changes) diff --git a/dat/ncdu.md b/dat/ncdu.md index 2379e30..edec4d5 100644 --- a/dat/ncdu.md +++ b/dat/ncdu.md @@ -9,18 +9,19 @@ POSIX-like environment with ncurses installed. ## Download Latest version -: 1.14 ([ncdu-1.14.tar.gz](/download/ncdu-1.14.tar.gz) - [changes](/ncdu/changes)) +: 1.14.1 ([ncdu-1.14.1.tar.gz](/download/ncdu-1.14.1.tar.gz) - [changes](/ncdu/changes)) I also have convenient static binaries for Linux - [i486](/download/ncdu-linux-i486-1.14.tar.gz) and - [ARM](/download/ncdu-linux-arm-1.14.tar.gz). Download, extract and run; no - compilation or installation necessary (uses + [i486](/download/ncdu-linux-i486-1.14.1.tar.gz), + [x86_64](/download/ncdu-linux-x86_64-1.14.1.tar.gz) and + [ARM](/download/ncdu-linux-arm-1.14.1.tar.gz). Download, extract and run; + no compilation or installation necessary (uses [musl](http://www.musl-libc.org/)). Development version : The most recent code is available on a git repository and can be cloned -with `git clone git://g.blicky.net/ncdu.git/`. The repository is also available -for [online browsing](https://g.blicky.net/ncdu.git/). + with `git clone git://g.blicky.net/ncdu.git/`. The repository is also + available for [online browsing](https://g.blicky.net/ncdu.git/). Ncdu is entirely written in C and available under a liberal MIT license.