From 2883bbaef3b2b712acfb89358f5a9c7ebb62733b Mon Sep 17 00:00:00 2001 From: Evan Hunt Date: Thu, 20 Apr 2017 17:43:25 -0700 Subject: [PATCH] [v9_11] fix change number --- CHANGES | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index e9bb6078ab..b858dbce48 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,4 @@ -4952. [bug] A race condition on shutdown could trigger an +4592. [bug] A race condition on shutdown could trigger an assertion failure in dispatch.c. [RT #43822] 4591. [port] Addressed some python 3 compatibility issues.