From ab740504ce2b2d6b58e81f09578d48d0564aa3a6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Marcin=20=C5=9Alusarz?= <marcin.slusarz@intel.com>
Date: Wed, 29 Jan 2020 20:58:26 +0100
Subject: [PATCH] common: 1.8-rc2 release

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

diff --git a/ChangeLog b/ChangeLog
index 5f2da6c13..995bdba76 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,6 @@
-Fri Jan 17 2020 Marcin Åšlusarz <marcin.slusarz@intel.com>
+Wed Jan 29 2020 Marcin Åšlusarz <marcin.slusarz@intel.com>
 
-	* Version 1.8-rc1
+	* Version 1.8-rc2
 
 	This release:
 	- Introduces new API in libpmemobj for user-assisted defragmentation
@@ -24,6 +24,7 @@ Fri Jan 17 2020 Marcin Åšlusarz <marcin.slusarz@intel.com>
 	- pool: rename -N --no-exec to -d --dry-run
 
 	Notable bug fixes:
+	- obj: fix zone size calculations
 	- obj: fix potential NULL-dereference in ulog_store
 	- obj: fix unintended recursive locking during palloc
 	- obj: fix lock release order in palloc publish
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..8e63abc56
--- /dev/null
+++ b/VERSION
@@ -0,0 +1 @@
+1.8-rc2
-- 
GitLab