mirror of
https://github.com/pmai/md5.git
synced 2025-12-22 06:54:30 +01:00
Update documentation and version number for upcoming 2.0.1 release.
This commit is contained in:
8
NEWS
8
NEWS
@ -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
|
Release 2.0.0
|
||||||
=============
|
=============
|
||||||
|
|
||||||
|
|||||||
2
md5.asd
2
md5.asd
@ -14,6 +14,6 @@
|
|||||||
:author "Pierre R. Mai <pmai@pmsf.de>"
|
:author "Pierre R. Mai <pmai@pmsf.de>"
|
||||||
:maintainer "Pierre R. Mai <pmai@pmsf.de>"
|
:maintainer "Pierre R. Mai <pmai@pmsf.de>"
|
||||||
:licence "Public Domain"
|
:licence "Public Domain"
|
||||||
:version "2.0.0"
|
:version "2.0.1"
|
||||||
#+sbcl :depends-on #+sbcl ("sb-rotate-byte")
|
#+sbcl :depends-on #+sbcl ("sb-rotate-byte")
|
||||||
:components ((:file "md5")))
|
:components ((:file "md5")))
|
||||||
|
|||||||
Reference in New Issue
Block a user