blob: 955d4fdea77f5ab3188ed34b57e9b45645633e97 [file] [log] [blame]
E. Scott Danielsa7610c62019-07-11 10:24:01 -04001
E. Scott Danielsb0ba22e2019-08-06 13:26:12 -04002API and build change and fixe summaries. Doc correctsions
E. Scott Danielsffba61c2019-07-29 14:28:00 -04003and/or changes are not mentioned here; see the commit messages.
E. Scott Danielsa7610c62019-07-11 10:24:01 -04004
E. Scott Danielsb0ba22e2019-08-06 13:26:12 -040052019 August 6; version 1.0.45 (build changes)
6 Support for the Nanomsg transport library has been dropped.
7 The library librmr.* will no longer be included in packages.
8
9 Packages will install RMR libraries into the system preferred
10 target directory. On some systems this is /usr/local/lib
11 and on others it is /usr/local/lib64. The diretory is
12 determined by the sytem on which the package is built and
13 NOT by the system installing the package, so it's possible
14 that the RMR libraries end up in a strange location if the
15 .deb or .rpm file was generated on a Linux flavour that
16 has a different preference than the one where the package
17 is installed.
18
192019 August 6; version 1.0.44 (API change)
E. Scott Danielsdebe5042019-08-06 08:36:50 -040020 Added a new message type constant.
21
E. Scott Danielsb0ba22e2019-08-06 13:26:12 -0400222019 July 15; Version 1.0.39 (bug fix)
E. Scott Daniels6efa7aa2019-07-15 10:31:42 -040023 Prevent unnecessary usleep in retry loop.
24
E. Scott Danielsb0ba22e2019-08-06 13:26:12 -0400252019 July 12; Version 1.0.38 (API change)
E. Scott Danielsec1fc362019-07-12 15:00:28 -040026 Added new message types to RIC_message_types.h.
27
E. Scott Danielsa7610c62019-07-11 10:24:01 -0400282019 July 11; Version 1.0.37
29
E. Scott Danielsb0ba22e2019-08-06 13:26:12 -040030 librmr and librmr_nng
E. Scott Danielsa7610c62019-07-11 10:24:01 -040031 - Add message buffer API function rmr_trace_ref()
32 (see rmr_trace_ref.3 manual page in dev package).
E. Scott Danielsec1fc362019-07-12 15:00:28 -040033