diff options
author | Martin Pärtel <martin.partel@gmail.com> | 2020-05-10 23:11:06 +0300 |
---|---|---|
committer | Martin Pärtel <martin.partel@gmail.com> | 2020-05-10 23:11:06 +0300 |
commit | e01b9c963d4d0db01d88ae91a33d1d083b9123eb (patch) | |
tree | 7e71df74dcdf3c41359702641229d9f7c6a32025 | |
parent | e7beb6b9f8c41d760e2df997c5dbc857401a0e82 (diff) | |
download | bindfs-e01b9c963d4d0db01d88ae91a33d1d083b9123eb.tar.gz |
Released 1.14.6.
-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]) |