From c89cddace74bc83e980b61c18e0a44f771c16246 Mon Sep 17 00:00:00 2001 From: "Pierre R. Mai" Date: Sun, 15 Sep 2013 00:27:57 +0200 Subject: [PATCH] Update NEWS for 1.0.2 release. --- NEWS | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/NEWS b/NEWS index 2344f83..f01cbad 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,11 @@ +Release 1.0.2 +============= + + * Fixes a bug reported by Orivej Desh where two or more calls to + sha3-update which didn't fill the buffer could lead to the second + and later updates being ignored, thereby creating wrong message + digests. + Release 1.0.1 =============