Skip to content

Commit 0c60cfc

Browse files
committed
Merge pull request #47 from nobu-k/version-0.5.8
version 0.5.8
2 parents 27777dc + deb6b0e commit 0c60cfc

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

ChangeLog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
2013-12-23 version 0.5.8:
2+
3+
* Move to the new github repository msgpack/msgpack-c
4+
* Support the new deserialization specification
5+
* fixes the problem of unpack helpers for array and map with 32bit compilers (#37, #38)
6+
* Other bug fixes and refactoring: #46, #41, #36, #35, #33, #32, #30, #29, #28, #27, #26, #25, #8, #3
7+
* Update of documents: #23, #18, #17
18

29
2011-08-08 version 0.5.7:
310

configure.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
AC_INIT(src/object.cpp)
22
AC_CONFIG_AUX_DIR(ac)
3-
AM_INIT_AUTOMAKE(msgpack, 0.5.7)
3+
AM_INIT_AUTOMAKE(msgpack, 0.5.8)
44
AC_CONFIG_HEADER(config.h)
55

66
AC_SUBST(CFLAGS)

0 commit comments

Comments
 (0)