summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2015-04-05 10:06:35 +0200
committerYorhel <git@yorhel.nl>2015-04-05 10:06:35 +0200
commitf8ce052630e187a4c2f8a8f941509c8c07832122 (patch)
tree172878a342db3d67f2062865be575ddc4a101ad5
parent9e549b0319ffd9ae844a0a7e8b094ca4fb13e368 (diff)
Version bump + Changelog update for 1.11v1.11
-rw-r--r--ChangeLog6
-rw-r--r--README4
-rw-r--r--configure.ac2
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])