From ab3fc0b7f1f519ce0050dc77d4fdb8b3fcba760c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Plewa?= Date: Tue, 16 Aug 2022 17:57:49 +0200 Subject: [PATCH] common: 1.12.1-rc1 release --- ChangeLog | 14 ++++++++++++++ GIT_VERSION | 1 - VERSION | 1 + 3 files changed, 15 insertions(+), 1 deletion(-) delete mode 100644 GIT_VERSION create mode 100644 VERSION diff --git a/ChangeLog b/ChangeLog index af41ef62640..ff8d856fcf7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +Tue Aug 16 2022 Łukasz Plewa + + * Version 1.12.1-rc1 + + - common: Allow long links in commit messages + - common: Do not run self-hosted jobs on forks + - obj: always perform cleanup of logs with leftover state + - pmem2: actually skip msync with noflush on non-pmem + - pmem2: make sure async functions use proper vdm flags + - common: fix default cflags in makefiles + - obj: ensure zones are reclaimed prior to free + - pmem2: enable movdir64b compilation but disable it in the runtime + + Tue May 24 2022 Łukasz Plewa * Version 1.12.0 diff --git a/GIT_VERSION b/GIT_VERSION deleted file mode 100644 index 6002f22fa25..00000000000 --- 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 00000000000..e8e560f21cf --- /dev/null +++ b/VERSION @@ -0,0 +1 @@ +1.12.1-rc1