cpp: version 0.5.6

This commit is contained in:
frsyuki 2011-04-24 00:23:08 +09:00
parent 00e897503b
commit 076bd07f39
2 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,8 @@
2011-04-24 version 0.5.6:
* #42 fixes double-free problem on msgpack_unpacker_release_zone
2011-02-24 version 0.5.5:
* eliminates dependency of winsock2.h header

View File

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