From c1e655fe4c2192d1c4198153d32b2506a8b3d02d Mon Sep 17 00:00:00 2001 From: Evan Hunt Date: Thu, 28 Jul 2011 22:17:53 +0000 Subject: [PATCH] punctuation tweak --- CHANGES | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES b/CHANGES index 4e154c262b..17a7d17ce3 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,6 @@ -3139. [test] added tests from RFC6234, RFC2202, and RFC1321 for the - hashing algorithms(md5, sha1 - 512, and their hmac - counterparts. [RT #25067] +3139. [test] Added tests from RFC 6234, RFC 2202, and RFC 1321 + for the hashing algorithms (md5, sha1 - sha512, and + their hmac counterparts). [RT #25067] 3138. [bug] Address memory leaks and out-of-order operations when shutting named down. [RT #25210]