d2a3f1d82393d3a48e6e73f671bf7ab806ecc885
[ric-plt/lib/rmr.git] / CHANGES
1
2 API and build change  and fixe summaries. Doc correctsions
3 and/or changes are not mentioned here; see the commit messages.
4
5 2019 August 26; version 1.4.0 
6         New message types were added.
7
8 2019 August 16; version 1.3.0
9         New mesage types added.
10
11 2019 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
15 2019 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         
25 2019 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
39 2019 August 6; version 1.0.44 (API change)
40         Added a new message type constant.
41
42 2019 July 15; Version 1.0.39 (bug fix)
43         Prevent unnecessary usleep in retry loop.
44
45 2019 July 12; Version 1.0.38 (API change)
46         Added new message types to RIC_message_types.h.
47
48 2019 July 11; Version 1.0.37
49
50         librmr and librmr_nng
51                 - Add message buffer API function rmr_trace_ref()
52                   (see rmr_trace_ref.3 manual page in dev package).
53