From 59e1db1eac02b07a285de998f975e203754b39e6 Mon Sep 17 00:00:00 2001 From: Evan Hunt Date: Thu, 20 Apr 2017 17:43:33 -0700 Subject: [PATCH] [v9_10] fix change number --- CHANGES | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 23675c0e99..835116ce2e 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.