summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAliaksey Kandratsenka <alkondratenko@gmail.com>2021-02-14 23:18:57 -0800
committerAliaksey Kandratsenka <alkondratenko@gmail.com>2021-02-14 23:18:57 -0800
commit96ba58e19b7b93fcf1db6a0551c9510296ce26da (patch)
treed8d808c761202a9ff270a0a861bed04c2c5c299a /NEWS
parent9ce32aefa9c66698817be50e141c5a39fe3823c8 (diff)
downloadgperftools-96ba58e19b7b93fcf1db6a0551c9510296ce26da.tar.gz
bump version to 2.9rcgperftools-2.8.90
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS24
1 files changed, 24 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d114982..56400dd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,27 @@
+== 14 February 2021 ==
+gperftools 2.9rc is out!
+
+Here are notable changes:
+
+* Jarno Rajahalme has contributed fix crashing bug in syscalls support
+ for aarch64.
+
+* User SSE4 has contributed basic support for Elbrus 2000 architecture
+ (!)
+
+* Venkatesh Srinivas has contributed cleanup to atomic ops.
+
+* Đoàn Trần Công Danh has fixed cpu profiler compilation on musl.
+
+* there is now better backtracing support for aarch64 and
+ riscv. x86-64 with frame pointers now also defaults to this new
+ "generic" frame pointer backtracer.
+
+* emergency malloc is now enabled by default. Fixes hang on musl when
+ libgcc backtracer is enabled.
+
+* bunch of legacy config tests has been removed
+
== 20 December 2020 ==
gperftools 2.8.1 is out!