diff options
| author | Martin Pärtel <martin.partel@gmail.com> | 2022-06-24 20:47:20 +0300 |
|---|---|---|
| committer | Martin Pärtel <martin.partel@gmail.com> | 2022-06-24 20:47:20 +0300 |
| commit | cbd163fb0eb328be66831e073ef9fb760482da0a (patch) | |
| tree | 6d6cb5adba9d251eef5e8b46934b8181305dba12 | |
| parent | a2262b76c871d1a087daff64b3691f7a61bf108f (diff) | |
| download | bindfs-cbd163fb0eb328be66831e073ef9fb760482da0a.tar.gz | |
Released 1.16.1.
| -rw-r--r-- | ChangeLog | 7 | ||||
| -rw-r--r-- | configure.ac | 2 |
2 files changed, 8 insertions, 1 deletions
@@ -1,3 +1,10 @@ +2022-06-24 Martin Pärtel <martin dot partel at gmail dot com> + + * Added --map-{passwd,group}-rev + (PR #113 by @sshilovsky, thanks!) + * Fixed build on FreeBSD + * Released 1.16.1 + 2022-06-18 Martin Pärtel <martin dot partel at gmail dot com> * Released 1.16.0 diff --git a/configure.ac b/configure.ac index ca87999..72798b9 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([bindfs],[1.16.0],[martin.partel@gmail.com]) +AC_INIT([bindfs],[1.16.1],[martin.partel@gmail.com]) AM_INIT_AUTOMAKE([foreign serial-tests]) AC_CONFIG_HEADERS([config.h]) |
