Skip to content

Commit

Permalink
cpp: version 0.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
frsyuki committed Apr 23, 2011
1 parent 00e8975 commit 076bd07
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions cpp/ChangeLog
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion cpp/configure.in
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 076bd07

Please sign in to comment.