From d41159e25485f484f8238145e2c5dc280b6c868e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Marcin=20=C5=9Alusarz?= <marcin.slusarz@intel.com>
Date: Mon, 25 Mar 2019 18:02:31 +0100
Subject: [PATCH] common: 1.6-rc3 release

---
 ChangeLog   | 6 ++++--
 GIT_VERSION | 1 -
 VERSION     | 1 +
 3 files changed, 5 insertions(+), 3 deletions(-)
 delete mode 100644 GIT_VERSION
 create mode 100644 VERSION

diff --git a/ChangeLog b/ChangeLog
index 2fc30a89f..35bf6b8fd 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 f59cc05cb..000000000
--- 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 000000000..c7386cc68
--- /dev/null
+++ b/VERSION
@@ -0,0 +1 @@
+1.6-rc3
-- 
GitLab