Skip to content

Commit

Permalink
Merge pull request #47 from nobu-k/version-0.5.8
Browse files Browse the repository at this point in the history
version 0.5.8
  • Loading branch information
nobu-k committed Dec 23, 2013
2 parents 27777dc + deb6b0e commit 0c60cfc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
2013-12-23 version 0.5.8:

* Move to the new github repository msgpack/msgpack-c
* Support the new deserialization specification
* fixes the problem of unpack helpers for array and map with 32bit compilers (#37, #38)
* Other bug fixes and refactoring: #46, #41, #36, #35, #33, #32, #30, #29, #28, #27, #26, #25, #8, #3
* Update of documents: #23, #18, #17

2011-08-08 version 0.5.7:

Expand Down
2 changes: 1 addition & 1 deletion 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.7)
AM_INIT_AUTOMAKE(msgpack, 0.5.8)
AC_CONFIG_HEADER(config.h)

AC_SUBST(CFLAGS)
Expand Down

0 comments on commit 0c60cfc

Please sign in to comment.