libpubsub library NEWS -- history of user visible changes Release 0.5.1 Address of message broker may be configured with an environment variable. As a first attempt to support binary message content, utility methods for conversion of binary data to hexadecimal ascii strings have been added. Sending of very large messages over TCP is now possible. Added a user's guide to the documentation. Release 0.5.0 Support for TCP-based transports has been added. This allows to use libpubsub in scenarios, where it is not possible to use UDP for various reasons. The message broker nows accepts UDP and TCP connections at the same time. Release 0.4.0 libpubsub now compiles without the cppsocket library. Release 0.3.1 The psc client now accepts messages with empty body. The configure script behaves a little better ;-) Release 0.3 Documentation for libpubsub API is included in distribution package. The client is now able to automatically find a message broker via UDP limited broadcast if no specific message broker is defined. Release 0.2 Since this release a configure script is available for easier installation of the library. A shared library version of libpubsub is also provided.