diff options
| author | frsyuki <frsyuki@users.sourceforge.jp> | 2010-07-06 17:59:07 +0900 |
|---|---|---|
| committer | frsyuki <frsyuki@users.sourceforge.jp> | 2010-07-06 17:59:07 +0900 |
| commit | 39facd5dc660b90304e4d3d593244a5b9f7cd6f0 (patch) | |
| tree | 5e7c98f837e126b0ce672bade57cb460878e4e72 /cpp | |
| parent | a2bd5ae6386af95617635fec1503640cbadb627b (diff) | |
| download | msgpack-python-39facd5dc660b90304e4d3d593244a5b9f7cd6f0.tar.gz | |
cpp: version 0.5.1
Diffstat (limited to 'cpp')
| -rw-r--r-- | cpp/ChangeLog | 10 | ||||
| -rw-r--r-- | cpp/configure.in | 2 |
2 files changed, 11 insertions, 1 deletions
diff --git a/cpp/ChangeLog b/cpp/ChangeLog index 53a9991..3277c13 100644 --- a/cpp/ChangeLog +++ b/cpp/ChangeLog @@ -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: * msgpack_object_type is changed. MSGPACK_OBJECT_NIL is now 0x00. diff --git a/cpp/configure.in b/cpp/configure.in index 04fa8e3..dd04ed4 100644 --- a/cpp/configure.in +++ b/cpp/configure.in @@ -1,6 +1,6 @@ AC_INIT(src/object.cpp) 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_SUBST(CFLAGS) |
