diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2020-05-10 Martin Pärtel <martin dot partel at gmail dot com> + + * Added --map-passwd and --map-group (PR #85 by Cybso@, thanks!) + * Released 1.14.6 + 2020-04-13 Martin Pärtel <martin dot partel at gmail dot com> * Fixed tests with Ruby 2.7.1 or newer. diff --git a/configure.ac b/configure.ac index 18878fe..6abd05d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([bindfs],[1.14.5],[martin.partel@gmail.com]) +AC_INIT([bindfs],[1.14.6],[martin.partel@gmail.com]) AM_INIT_AUTOMAKE([foreign serial-tests]) AC_CONFIG_HEADERS([config.h]) |