From 7c1352d7ac355e19a6fc6aff4f15a51507ad78b5 Mon Sep 17 00:00:00 2001 From: Mark Harmstone Date: Fri, 2 Apr 2021 14:05:52 +0100 Subject: [PATCH] VERSION 20210402 --- CMakeLists.txt | 2 +- README.md | 5 ++++- ntfs2btrfs-20210105.ebuild => ntfs2btrfs-20210402.ebuild | 0 3 files changed, 5 insertions(+), 2 deletions(-) rename ntfs2btrfs-20210105.ebuild => ntfs2btrfs-20210402.ebuild (100%) diff --git a/CMakeLists.txt b/CMakeLists.txt index fccd7bc..e376099 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ else() cmake_minimum_required(VERSION 3.14.3) endif() -project(ntfs2btrfs VERSION 20210105) +project(ntfs2btrfs VERSION 20210402) configure_file(${CMAKE_CURRENT_SOURCE_DIR}/src/config.h.in ${CMAKE_CURRENT_BINARY_DIR}/config.h) diff --git a/README.md b/README.md index 68e5ace..ac23f85 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ download the latest Zip file. For Linux: * [Arch](https://aur.archlinux.org/packages/ntfs2btrfs-git) (thanks to [nicman23](https://github.com/nicman23)) * [Fedora](https://src.fedoraproject.org/rpms/ntfs2btrfs) (thanks to [Conan-Kudo](https://github.com/Conan-Kudo)) -* [Gentoo ebuild](https://raw.githubusercontent.com/maharmstone/ntfs2btrfs/master/ntfs2btrfs-20210105.ebuild) +* [Gentoo ebuild](https://raw.githubusercontent.com/maharmstone/ntfs2btrfs/master/ntfs2btrfs-20210402.ebuild) For other distributions or operating systems, you will need to compile it yourself - see below. @@ -47,6 +47,9 @@ below. Changelog --------- +* 20210402 (source code only release) + * Fixes for compilation on non-amd64 architectures + * 20210105 * Added support for NTFS compression * Added support for "WOF compressed data" diff --git a/ntfs2btrfs-20210105.ebuild b/ntfs2btrfs-20210402.ebuild similarity index 100% rename from ntfs2btrfs-20210105.ebuild rename to ntfs2btrfs-20210402.ebuild