From 3c20f4be9fb3b10608c48de3aca70075fd76ae24 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C5=81ukasz=20Plewa?= <lukasz.plewa@intel.com>
Date: Tue, 7 Sep 2021 17:04:15 +0200
Subject: [PATCH] common: 1.11.1-rc1 release

---
 ChangeLog   | 22 ++++++++++++++++++++++
 GIT_VERSION |  1 -
 VERSION     |  1 +
 3 files changed, 23 insertions(+), 1 deletion(-)
 delete mode 100644 GIT_VERSION
 create mode 100644 VERSION

diff --git a/ChangeLog b/ChangeLog
index 0ab42f452..1afcee4a5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,27 @@
 Thu Sep 09 2021 Łukasz Plewa <lukasz.plewa@intel.com>
 
+	* Version 1.11.1-rc1
+
+	This release fixes a missing sfence in non-temporal
+	version of memcpy function
+	(https://github.com/pmem/pmdk/issues/5292),
+	and fixes a number of smaller bugs.
+
+	Detailed list of bug fixes:
+	- doc: remove exprimental moniker from libpmem2(7)
+	- common: fix missing sfence in non-temporal memcpy
+	- common: fix a mismatch between prototype and body
+	- common: the yearly spellchecker run
+	- common: force no LTO for rpm build
+	- common: fix mismatched function args
+	- obj: rename vars clashing with those of a containing block
+	- pmem2: don't force smaller alignment for fsdax mappings
+	- pool: don't trample upon users of localtime()
+	- rpmem: Fix RPMEM_RAW_BUFF_SIZE and LANE_ALIGN_SIZE for powerpc64le
+	- rpmem: drop a redundant check
+
+Wed Sep 08 2020 Łukasz Plewa <lukasz.plewa@intel.com>
+
 	* Version 1.10.1-rc1
 
 	This release fixes a missing sfence in non-temporal
diff --git a/GIT_VERSION b/GIT_VERSION
deleted file mode 100644
index 6002f22fa..000000000
--- a/GIT_VERSION
+++ /dev/null
@@ -1 +0,0 @@
-$Format:%h$
\ No newline at end of file
diff --git a/VERSION b/VERSION
new file mode 100644
index 000000000..e5edb24c6
--- /dev/null
+++ b/VERSION
@@ -0,0 +1 @@
+1.11.1-rc1
-- 
GitLab