ruby: 0.4.3

This commit is contained in:
frsyuki
2010-06-29 15:39:47 +09:00
parent 134c27c900
commit 20de730541
2 changed files with 7 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
2010-06-29 version 0.4.3:
* Adds MessagePack::VERSION constant
* Fixes SEGV problem caused by GC bug at MessagePack_Unpacker_mark

View File

@@ -8,6 +8,7 @@ cp pack.h ext/
cp rbinit.c ext/
cp unpack.c ext/
cp unpack.h ext/
cp version.rb ext/
cp ../msgpack/pack_define.h msgpack/
cp ../msgpack/pack_template.h msgpack/
cp ../msgpack/unpack_define.h msgpack/