From: Felipe Barriga Richards Date: Mon, 22 May 2017 01:20:01 +0000 (-0400) Subject: release 0.3 X-Git-Url: https://git.rrq.au/?a=commitdiff_plain;h=6ca245e1d26401609f4811e90ffed40a09cb51bd;p=rrq%2Ffuse_xattrs.git release 0.3 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index a17e2b3..c61c483 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8 FATAL_ERROR) project(fuse_xattrs C) set(FUSE_XATTRS_VERSION_MAJOR 0) -set(FUSE_XATTRS_VERSION_MINOR 2) +set(FUSE_XATTRS_VERSION_MINOR 3) set(BINARY_SIDECAR_EXT \".xattr\") diff --git a/ChangeLog b/ChangeLog index 7d92361..2712ccd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Release 0.3 (2017-05-21) +------------------------ + +* Fix crash when writing a key with an empty value + Release 0.2 (2017-02-26) ------------------------