From c5f8505fb296ae3fc3867e1e257f28ea3423991a Mon Sep 17 00:00:00 2001 From: Siu Kwan Lam Date: Wed, 26 Aug 2020 10:29:08 -0500 Subject: [PATCH] Merge pull request #6171 from stuartarchibald/wip/change_log_0511 Update CHANGE_LOG for 0.51.1 --- CHANGE_LOG | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/CHANGE_LOG b/CHANGE_LOG index f39f2497152..000a2ac7443 100644 --- a/CHANGE_LOG +++ b/CHANGE_LOG @@ -1,3 +1,23 @@ +Version 0.51.1 (August 26, 2020) +-------------------------------- + +This is a bugfix release for 0.51.0, it fixes a critical bug in caching, another +critical bug in the CUDA target initialisation sequence and also fixes some +compile time performance regressions: + +* PR #6141: Fix #6130 objmode cache segfault +* PR #6146: Fix compilation slowdown due to controlflow analysis +* PR #6147: CUDA: Don't make a runtime call on import +* PR #6153: Fix for #6151. Make UnicodeCharSeq into str for comparison. +* PR #6168: Fix Issue #6167: Failure in test_cuda_submodules + +Authors: + +* Graham Markall +* Siu Kwan Lam (core dev) +* Stuart Archibald (core dev) + + Version 0.51.0 (August 12, 2020) --------------------------------