- Replaced CMake with a new simplified buildsystem
- md2man is no longer required when building from the source repository
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
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
Changes:
- Fixed issues with stream parsing (e.g. piping to/from netcat)
- Fixed man page installation directory (
prefix/share/man
)
Changes:
- Fixed build errors on old compilers that default to C89
Changes:
- Switched JSON parsing library to RapidJSON
- Updated
configure
script to supportLDFLAGS
and non-bash shells
Changes:
- Renamed project to msgpack-tools
- Added
./configure
CMake wrapper from nemequ/configure-cmake - Updated MPack and YAJL versions
Initial release