diff options
author | Martin Pärtel <martin.partel@gmail.com> | 2020-05-13 20:19:27 +0300 |
---|---|---|
committer | Martin Pärtel <martin.partel@gmail.com> | 2020-05-13 20:39:00 +0300 |
commit | a9affbb7c65c05a2bc3a827ad12712100e01d98a (patch) | |
tree | 7bfdcbd14a2170da5a3f0f7936362b56f6d15bba | |
parent | be5718d9273f63e40427166c59036ebc13120d08 (diff) | |
download | bindfs-a9affbb7c65c05a2bc3a827ad12712100e01d98a.tar.gz |
Released 1.14.7.
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,9 @@ +2020-05-13 Martin Pärtel <martin dot partel at gmail dot com> + + * Fixed missing newlines bug with --map-passwd and --map-group + (my fault). + * Released 1.14.7 + 2020-05-10 Martin Pärtel <martin dot partel at gmail dot com> * Added --map-passwd and --map-group (PR #85 by Cybso@, thanks!) diff --git a/configure.ac b/configure.ac index 6abd05d..bff2c9f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([bindfs],[1.14.6],[martin.partel@gmail.com]) +AC_INIT([bindfs],[1.14.7],[martin.partel@gmail.com]) AM_INIT_AUTOMAKE([foreign serial-tests]) AC_CONFIG_HEADERS([config.h]) |