Skip to content

Commit

Permalink
VERSION 20230501
Browse files Browse the repository at this point in the history
  • Loading branch information
maharmstone committed May 1, 2023
1 parent 2e78cb6 commit a8fd1a2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.14.3)
cmake_policy(SET CMP0091 NEW)
set(CMAKE_MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CONFIG:Debug>:Debug>")

project(ntfs2btrfs VERSION 20220812)
project(ntfs2btrfs VERSION 20230501)

include(GNUInstallDirs)

Expand Down
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion ntfs2btrfs.8.in
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit a8fd1a2

Please sign in to comment.