Update documentation and version number for upcoming 2.0.1 release.

This commit is contained in:
2013-03-01 00:20:11 +01:00
parent 8efec74213
commit 9d6f82f712
2 changed files with 9 additions and 1 deletions

8
NEWS
View File

@ -1,3 +1,11 @@
Release 2.0.1
=============
* This release fixes problems on 64-bit implementations of Lispworks,
where sys:int32 arithmetic can overflow 32-bit values and hence
yield wrong results.
Release 2.0.0
=============

View File

@ -14,6 +14,6 @@
:author "Pierre R. Mai <pmai@pmsf.de>"
:maintainer "Pierre R. Mai <pmai@pmsf.de>"
:licence "Public Domain"
:version "2.0.0"
:version "2.0.1"
#+sbcl :depends-on #+sbcl ("sb-rotate-byte")
:components ((:file "md5")))