From a8fd1a21b98afa4fdebc313f364a1525b4f63742 Mon Sep 17 00:00:00 2001 From: Mark Harmstone Date: Mon, 1 May 2023 21:59:36 +0100 Subject: [PATCH] VERSION 20230501 --- CMakeLists.txt | 2 +- README.md | 9 ++++++++- ntfs2btrfs.8.in | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 20e9679..c8cf23d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.14.3) cmake_policy(SET CMP0091 NEW) set(CMAKE_MSVC_RUNTIME_LIBRARY "MultiThreaded$<$:Debug>") -project(ntfs2btrfs VERSION 20220812) +project(ntfs2btrfs VERSION 20230501) include(GNUInstallDirs) diff --git a/README.md b/README.md index c343cfd..3eb1df3 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,11 @@ below. Changelog --------- +* 20230501 + * Fixed inline extent items being written out of order (not diagnosed by `btrfs check`) + * Fixed metadata items being written with wrong level value (not diagnosed by `btrfs check`) + * ADSes with overly-long names now get skipped + * 20220812 * Added --no-datasum option, to skip calculating checksums * LXSS / WSL metadata is now preserved @@ -95,7 +100,9 @@ on CMakeLists.txt, and click Compile. On Linux: - cmake . + mkdir build + cd build + cmake .. make You'll also need [libfmt](https://github.com/fmtlib/fmt) installed - it should be diff --git a/ntfs2btrfs.8.in b/ntfs2btrfs.8.in index 75e505c..4ea3a71 100644 --- a/ntfs2btrfs.8.in +++ b/ntfs2btrfs.8.in @@ -1,4 +1,4 @@ -.TH NTFS2BTRFS "8" "August 2022" "ntfs2btrfs @PROJECT_VERSION@" "System Administration" +.TH NTFS2BTRFS "8" "May 2023" "ntfs2btrfs @PROJECT_VERSION@" "System Administration" .SH NAME ntfs2btrfs \- convert ntfs filesystem to btrfs filesystem .SH SYNOPSIS