mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-05-29 23:42:40 +02:00
cpp: version 0.5.1
This commit is contained in:
parent
a2bd5ae638
commit
39facd5dc6
@ -1,4 +1,14 @@
|
|||||||
|
|
||||||
|
2010-07-06 version 0.5.1:
|
||||||
|
|
||||||
|
* Add msgpack_vrefbuffer_new and msgpack_vrefbuffer_free
|
||||||
|
* Add msgpack_sbuffer_new and msgpack_sbuffer_free
|
||||||
|
* Add msgpack_unpacker_next and msgpack_unpack_next
|
||||||
|
* msgpack::unpack returns void
|
||||||
|
* Add MSGPACK_VERSION{,_MAJOR,_MINOR} macros to check header version
|
||||||
|
* Add msgpack_version{,_major,_minor} functions to check library version
|
||||||
|
* ./configure supports --disable-cxx option not to build C++ API
|
||||||
|
|
||||||
2010-04-29 version 0.5.0:
|
2010-04-29 version 0.5.0:
|
||||||
|
|
||||||
* msgpack_object_type is changed. MSGPACK_OBJECT_NIL is now 0x00.
|
* msgpack_object_type is changed. MSGPACK_OBJECT_NIL is now 0x00.
|
||||||
|
@ -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.0)
|
AM_INIT_AUTOMAKE(msgpack, 0.5.1)
|
||||||
AC_CONFIG_HEADER(config.h)
|
AC_CONFIG_HEADER(config.h)
|
||||||
|
|
||||||
AC_SUBST(CFLAGS)
|
AC_SUBST(CFLAGS)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user