mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-10-21 15:51:44 +02:00
cpp: version 0.5.7
This commit is contained in:
@@ -1,4 +1,8 @@
|
|||||||
|
|
||||||
|
2011-08-08 version 0.5.7:
|
||||||
|
|
||||||
|
* fixes compile error problem with llvm-gcc and Mac OS X Lion
|
||||||
|
|
||||||
2011-04-24 version 0.5.6:
|
2011-04-24 version 0.5.6:
|
||||||
|
|
||||||
* #42 fixes double-free problem on msgpack_unpacker_release_zone
|
* #42 fixes double-free problem on msgpack_unpacker_release_zone
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
AC_INIT(src/object.cpp)
|
AC_INIT(src/object.cpp)
|
||||||
AC_CONFIG_AUX_DIR(ac)
|
AC_CONFIG_AUX_DIR(ac)
|
||||||
AM_INIT_AUTOMAKE(msgpack, 0.5.6)
|
AM_INIT_AUTOMAKE(msgpack, 0.5.7)
|
||||||
AC_CONFIG_HEADER(config.h)
|
AC_CONFIG_HEADER(config.h)
|
||||||
|
|
||||||
AC_SUBST(CFLAGS)
|
AC_SUBST(CFLAGS)
|
||||||
|
Reference in New Issue
Block a user