1
0
mirror of https://github.com/msgpack/msgpack-c.git synced 2025-03-24 17:49:45 +01:00

cpp: version 0.5.3

This commit is contained in:
frsyuki 2010-08-27 17:53:19 +09:00
parent 2c7573a032
commit 421bee3871
2 changed files with 8 additions and 1 deletions

@ -1,4 +1,11 @@
2010-07-27 version 0.5.3:
* adds type::fix_{u,}int{8,16,32,64} types
* adds msgpack_pack_fix_{u,}int{8,16,32,64} functions
* adds packer<Stream>::pack_fix_{u,}int{8,16,32,64} functions
* fixes include paths
2010-07-14 version 0.5.2: 2010-07-14 version 0.5.2:
* type::raw::str(), operator==, operator!=, operator< and operator> are now const * type::raw::str(), operator==, operator!=, operator< and operator> are now const

@ -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.2) AM_INIT_AUTOMAKE(msgpack, 0.5.3)
AC_CONFIG_HEADER(config.h) AC_CONFIG_HEADER(config.h)
AC_SUBST(CFLAGS) AC_SUBST(CFLAGS)