From 2752a77c70252b2f460961d6a8bff0127d9ac74c Mon Sep 17 00:00:00 2001 From: "Pierre R. Mai" Date: Fri, 17 Jul 2015 22:52:55 +0200 Subject: [PATCH] Update documentation and version number for upcoming 2.0.3 release. --- NEWS | 7 +++++++ md5.asd | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index f4a509a..3955f40 100755 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +Release 2.0.3 +============= + + * Add support for md5sum-string for other implementations through + through flexi-streams. Patch supplied by Daniel Kochmanski. + + Release 2.0.2 ============= diff --git a/md5.asd b/md5.asd index 4829f27..6b80497 100755 --- a/md5.asd +++ b/md5.asd @@ -14,7 +14,7 @@ :author "Pierre R. Mai " :maintainer "Pierre R. Mai " :licence "Public Domain" - :version "2.0.2" + :version "2.0.3" :depends-on (#+sbcl "sb-rotate-byte" #-(or :cmu :sbcl (and :lispworks (not :lispworks4))