summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAliaksey Kandratsenka <alkondratenko@gmail.com>2017-07-09 14:55:33 -0700
committerAliaksey Kandratsenka <alkondratenko@gmail.com>2017-07-09 14:55:33 -0700
commitbf840dec0495e17f5c8403e68e10b9d6bf05c559 (patch)
treef4665d00b5864ad3b2cc46f16c50e7d6832df547 /NEWS
parent2d220c7e26bd279ec87f9d1fc694ca5114b20bee (diff)
downloadgperftools-bf840dec0495e17f5c8403e68e10b9d6bf05c559.tar.gz
bumped version to 2.6.1gperftools-2.6.1
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS17
1 files changed, 17 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 9c9dd3d..ec5b2bb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+== 9 July 2017 ==
+
+gperftools 2.6.1 is out! This is mostly bug-fixes release.
+
+* issue #901: build issue on OSX introduced in last-time commit in 2.6
+ was fixed (contributed by Francis Ricci)
+
+* tcmalloc_minimal now works on 32-bit ABI of mips64. This is issue
+ #845. Much thanks to Adhemerval Zanella and github user mtone.
+
+* Romain Geissler contributed build fix for -std=c++17. This is pull
+ request #897.
+
+* As part of fixing issue #904, tcmalloc atfork handler is now
+ installed early. This should fix slight chance of hitting deadlocks
+ at fork in some cases.
+
== 4 July 2017 ==
gperftools 2.6 is out!