diff --git a/ChangeLog b/ChangeLog index 5f2da6c13ab9bae5f83b535bf4f743e89bff0a5a..995bdba767e2ea47492d2e2026e410db4dc19a58 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 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..8e63abc56e66120a82a4f66d3d0a0cf4c0c19dd2 --- /dev/null +++ b/VERSION @@ -0,0 +1 @@ +1.8-rc2