blob: d2a3f1d82393d3a48e6e73f671bf7ab806ecc885 [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 Daniels36262112019-08-26 10:50:52 -040052019 August 26; version 1.4.0
6 New message types were added.
7
82019 August 16; version 1.3.0
9 New mesage types added.
10
E. Scott Daniels4ac73e32019-08-13 11:35:04 -0400112019 August 13; version 1.2.0 (API change, non-breaking)
12 The function rmr_get_xact() was added to proide a convenient
13 way to extract the transaction field from a message.
14
E. Scott Danielsf68c2ce2019-08-08 10:15:43 -0400152019 August 8; version 1.1.0 (API change)
16 This change should be backward compatable/non-breaking
17 A new field has been added to the message buffer (rmr_mbuf_t).
18 This field (tp_state) is used to communicate the errno value
19 that the transport mechanism might set during send and/or
20 receive operations. C programmes should continue to use
21 errno directly, but in some environments wrappers may not be
22 able to access errno and this provides the value to them.
23 See the rmr_alloc_msg manual page for more details.
24
E. Scott Danielsb0ba22e2019-08-06 13:26:12 -0400252019 August 6; version 1.0.45 (build changes)
26 Support for the Nanomsg transport library has been dropped.
27 The library librmr.* will no longer be included in packages.
28
29 Packages will install RMR libraries into the system preferred
30 target directory. On some systems this is /usr/local/lib
31 and on others it is /usr/local/lib64. The diretory is
32 determined by the sytem on which the package is built and
33 NOT by the system installing the package, so it's possible
34 that the RMR libraries end up in a strange location if the
35 .deb or .rpm file was generated on a Linux flavour that
36 has a different preference than the one where the package
37 is installed.
38
392019 August 6; version 1.0.44 (API change)
E. Scott Danielsdebe5042019-08-06 08:36:50 -040040 Added a new message type constant.
41
E. Scott Danielsb0ba22e2019-08-06 13:26:12 -0400422019 July 15; Version 1.0.39 (bug fix)
E. Scott Daniels6efa7aa2019-07-15 10:31:42 -040043 Prevent unnecessary usleep in retry loop.
44
E. Scott Danielsb0ba22e2019-08-06 13:26:12 -0400452019 July 12; Version 1.0.38 (API change)
E. Scott Danielsec1fc362019-07-12 15:00:28 -040046 Added new message types to RIC_message_types.h.
47
E. Scott Danielsa7610c62019-07-11 10:24:01 -0400482019 July 11; Version 1.0.37
49
E. Scott Danielsb0ba22e2019-08-06 13:26:12 -040050 librmr and librmr_nng
E. Scott Danielsa7610c62019-07-11 10:24:01 -040051 - Add message buffer API function rmr_trace_ref()
52 (see rmr_trace_ref.3 manual page in dev package).
E. Scott Danielsec1fc362019-07-12 15:00:28 -040053