mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-06 17:59:52 +00:00
ruby: 0.4.3
This commit is contained in:
parent
134c27c900
commit
20de730541
2 changed files with 7 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
@ -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/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue