v0.22
Major update:
- removed dependency on boost::regex.
As a consequence, we DO NOT support gcc < 4.9 anymore. - added the json.hpp include file from: https://github.com/nlohmann/json/
This opens the possibility to enable JSON support in server-like
applications build on ticcutils. - bumped the library version to 6
- some small changes:
- clearer error message in ServerBase.cxx
- added a 'protocol' option to ServerBase.cxx
- added an extra function getAttributes() to XmlTools