From 7ac8b614ae6badf4b1df36fa3ad0cfbd6bf5204c Mon Sep 17 00:00:00 2001 From: Jan-Piet Mens Date: Tue, 13 Feb 2018 12:44:01 +0100 Subject: [PATCH] 2018-02-13 version 0.7.5 - FIX: ocat --list now works also on file systems which don't support dtype (xfs) --- Changelog | 3 +++ version.h | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Changelog b/Changelog index 182485c..e496a86 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,7 @@ +2018-02-13 version 0.7.5 +- FIX: ocat --list now works also on file systems which don't support dtype (xfs) + 2018-02-12 version 0.7.4 - FIX: fpm-make for Debian to pull in correct libsodium package (thanks @juzam!) diff --git a/version.h b/version.h index 8c2762b..b9207eb 100644 --- a/version.h +++ b/version.h @@ -1 +1 @@ -#define VERSION "0.7.4" +#define VERSION "0.7.5"