From f8ce052630e187a4c2f8a8f941509c8c07832122 Mon Sep 17 00:00:00 2001 From: Yorhel Date: Sun, 5 Apr 2015 10:06:35 +0200 Subject: Version bump + Changelog update for 1.11 --- ChangeLog | 6 ++++++ README | 4 ++-- configure.ac | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index e4b99e5..62cc156 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +1.11 - 2014-04-05 + - Added 'b' key to spawn shell in the current directory + - Support scanning (and refreshing) of empty directories + - Added --si flag for base 10 prefixes + - Fix toggle dirs before files + 1.10 - 2013-05-09 - Added 'c' key to display item counts - Added 'C' key to order by item counts diff --git a/README b/README index a61c3a0..6314da2 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ -ncdu 1.10g -========= +ncdu 1.11g +========== DESCRIPTION diff --git a/configure.ac b/configure.ac index 0b3cf23..4a9bd7a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ -AC_INIT(ncdu, 1.10g, projects@yorhel.nl) +AC_INIT(ncdu, 1.11g, projects@yorhel.nl) AC_CONFIG_SRCDIR([src/global.h]) AC_CONFIG_HEADER([config.h]) AM_INIT_AUTOMAKE([foreign subdir-objects]) -- cgit v1.2.3