diff --git a/ChangeLog b/ChangeLog index 2fc30a89f8f27f0cac2542bf79588863a35a1181..35bf6b8fdd3a7e71720f44034c28529fd10baf77 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,11 +1,13 @@ -Fri Mar 15 2019 Marcin Åšlusarz <marcin.slusarz@intel.com> +Mon Mar 25 2019 Marcin Åšlusarz <marcin.slusarz@intel.com> - * Version 1.6-rc2 + * Version 1.6-rc3 This release: - Enables unsafe shutdown and bad block detection on Linux on systems with libndctl >= 63. It is expected that systems with libndctl >= 63 has necessary kernel support (Linux >= 4.20). + However, due to bugs in libndctl = 63 and Linux = 4.20, it is + recommended to use libndctl >= 64.1 and Linux >= 5.0.4. On systems with libndctl < 63, PMDK uses old superuser-only interfaces. Support for old or new interfaces is chosen at BUILD time. diff --git a/GIT_VERSION b/GIT_VERSION deleted file mode 100644 index f59cc05cb6952f2fd8a3be03c1765c99881acb22..0000000000000000000000000000000000000000 --- a/GIT_VERSION +++ /dev/null @@ -1 +0,0 @@ -$Format:%h %d$ \ No newline at end of file diff --git a/VERSION b/VERSION new file mode 100644 index 0000000000000000000000000000000000000000..c7386cc6845ec82da10594ced95f54aca7d23bee --- /dev/null +++ b/VERSION @@ -0,0 +1 @@ +1.6-rc3