ruby 0.4.7

This commit is contained in:
FURUHASHI Sadayuki 2012-05-05 19:40:48 -07:00
parent c92384fe68
commit 980a6529c1
2 changed files with 9 additions and 1 deletions

View File

@ -1,4 +1,12 @@
2012-05-05 version 0.4.7:
* Fixed serialization of double values on ARM OABI architectures
* Fixed byteorder problem on big-endian platforms
* Don't use MRI internals in the Ruby extension for Rubinius
* Detect whether st.h is present and don't use RUBY_VM as the condition for
Rubinius
2011-08-08 version 0.4.6:
* Fixed compile error problem on Mac OS X Lion

View File

@ -1,3 +1,3 @@
module MessagePack
VERSION = "0.4.6"
VERSION = "0.4.7"
end