Skip to content

Commit

Permalink
ruby 0.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
frsyuki committed May 6, 2012
1 parent c92384f commit 980a652
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions ruby/ChangeLog
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion ruby/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module MessagePack
VERSION = "0.4.6"
VERSION = "0.4.7"
end

0 comments on commit 980a652

Please sign in to comment.