Merge pull request #47 from nobu-k/version-0.5.8

version 0.5.8
This commit is contained in:
Nobuyuki Kubota 2013-12-22 20:35:16 -08:00
commit 0c60cfc5c0
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
2013-12-23 version 0.5.8:
* Move to the new github repository msgpack/msgpack-c
* Support the new deserialization specification
* fixes the problem of unpack helpers for array and map with 32bit compilers (#37, #38)
* Other bug fixes and refactoring: #46, #41, #36, #35, #33, #32, #30, #29, #28, #27, #26, #25, #8, #3
* Update of documents: #23, #18, #17
2011-08-08 version 0.5.7:

View File

@ -1,6 +1,6 @@
AC_INIT(src/object.cpp)
AC_CONFIG_AUX_DIR(ac)
AM_INIT_AUTOMAKE(msgpack, 0.5.7)
AM_INIT_AUTOMAKE(msgpack, 0.5.8)
AC_CONFIG_HEADER(config.h)
AC_SUBST(CFLAGS)