mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-03-19 04:52:59 +01:00
ruby 0.4.7
This commit is contained in:
parent
c92384fe68
commit
980a6529c1
@ -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
|
||||
|
@ -1,3 +1,3 @@
|
||||
module MessagePack
|
||||
VERSION = "0.4.6"
|
||||
VERSION = "0.4.7"
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user