From 980a6529c1c6e8283dda4ea5ec0ce30273d953bc Mon Sep 17 00:00:00 2001 From: FURUHASHI Sadayuki Date: Sat, 5 May 2012 19:40:48 -0700 Subject: [PATCH] ruby 0.4.7 --- ruby/ChangeLog | 8 ++++++++ ruby/version.rb | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ruby/ChangeLog b/ruby/ChangeLog index 99e78d48..d6f58efa 100644 --- a/ruby/ChangeLog +++ b/ruby/ChangeLog @@ -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 diff --git a/ruby/version.rb b/ruby/version.rb index e2e63d96..93cd4466 100644 --- a/ruby/version.rb +++ b/ruby/version.rb @@ -1,3 +1,3 @@ module MessagePack - VERSION = "0.4.6" + VERSION = "0.4.7" end