Skip to content

Latest commit

 

History

History
63 lines (40 loc) · 1.46 KB

CHANGELOG.md

File metadata and controls

63 lines (40 loc) · 1.46 KB

msgpack-tools v1.0

  • Replaced CMake with a new simplified buildsystem
  • md2man is no longer required when building from the source repository

msgpack-tools v0.6

New features:

  • Added msgpack2json continuous mode (-c and -C) to convert a stream of top-level objects (#4)

Bug fixes:

  • Fixed a bug that could cause a newline to be printed incorrectly in pretty-printing mode

msgpack-tools v0.5

Changes:

  • Removed top-level array/map requirement (#3)
  • Moved dependency downloading and man page generation into CMake build process (#2)
  • Added support for build .deb package (#1)
  • Fixed incorrect buffer sizes

msgpack-tools v0.4

Changes:

  • Fixed issues with stream parsing (e.g. piping to/from netcat)
  • Fixed man page installation directory (prefix/share/man)

msgpack-tools v0.3.1

Changes:

  • Fixed build errors on old compilers that default to C89

msgpack-tools v0.3

Changes:

  • Switched JSON parsing library to RapidJSON
  • Updated configure script to support LDFLAGS and non-bash shells

msgpack-tools v0.2

Changes:

  • Renamed project to msgpack-tools
  • Added ./configure CMake wrapper from nemequ/configure-cmake
  • Updated MPack and YAJL versions

msgpack2json v0.1

Initial release