blob: c316f667c8151bc5287d52d8ff6a25b0bd5cbe32 [file] [log] [blame]
E. Scott Daniels392168d2019-11-06 15:12:38 -05001
2.. This work is licensed under a Creative Commons Attribution 4.0 International License.
3.. SPDX-License-Identifier: CC-BY-4.0
4.. CAUTION: this document is generated from source in doc/src/rtd.
5.. To make changes edit the source and recompile the document.
6.. Do NOT make changes directly to .rst or .md files.
7
8
9RMR Release Notes
10============================================================================================
11
12The following is a list of release highlights for the core
E. Scott Daniels52f4bc92020-03-13 11:10:34 -040013RMR library and wrappers which are housed in the same
14repository. These are extracted directly from the
15CHANGES_*.txt files at the repo root; please refer to those
16files for a completely up to date listing of API changes (as
17generated documents may lag).
E. Scott Daniels392168d2019-11-06 15:12:38 -050018
E. Scott Daniels52f4bc92020-03-13 11:10:34 -040019The RMR repo houses two distinct release entities: the core
20RMR package and the python wrapper package. To avoid naming
21conflicts (tags mostly) The core package uses odd major
22version numbers (e.g. 3.2.1) and the wrapper package uses
23even major version numbers. The release notes are split into
24two sections; please be sure to scroll to the section that is
25appropriate.
26
27Core RMR Changes
28--------------------------------------------------------------------------------------------
29
30
E. Scott Danielsfe9b5bd2020-03-18 08:41:07 -0400312020 March 18; version 3.6.0
32~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
33
34Add message types to support traffic steering
35
36
372020 March 16; version 3.5.2
38~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
39
40Correct bug in the meid table parser that prevented the
41ack/nack of meid tables (RIC-273)
42
43
E. Scott Daniels52f4bc92020-03-13 11:10:34 -0400442020 March 10; version 3.5.1
45~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
46
47Add missing health check message types.
E. Scott Daniels392168d2019-11-06 15:12:38 -050048
E. Scott Daniels8633a0b2020-03-09 13:57:39 -0400492020 March 9; version 3.5.0
E. Scott Daniels52f4bc92020-03-13 11:10:34 -040050~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
E. Scott Daniels8633a0b2020-03-09 13:57:39 -040051
52Added new wormhole send function: rmr_wh_call().
53
54
E. Scott Daniels4d1f9bf2020-03-06 12:29:28 -0500552020 March 6; version 3.4.0
E. Scott Daniels52f4bc92020-03-13 11:10:34 -040056~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
E. Scott Daniels4d1f9bf2020-03-06 12:29:28 -050057
58Add new wormhole state function: rmr_wh_state().
59
60
612020 March 5; Version 3.3.1
E. Scott Daniels52f4bc92020-03-13 11:10:34 -040062~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
E. Scott Daniels4d1f9bf2020-03-06 12:29:28 -050063
64Correct several "bugs" identified by automatic code analysis.
65
66
672020 March 4; Version 3.3.0
E. Scott Daniels52f4bc92020-03-13 11:10:34 -040068~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
E. Scott Daniels4d1f9bf2020-03-06 12:29:28 -050069
70Add SI95 based unit testing Health check support binary added
71(reason for minor bump)
72
73
E. Scott Daniels4d1f9bf2020-03-06 12:29:28 -0500742020 February 26; version 3.2.5
E. Scott Daniels52f4bc92020-03-13 11:10:34 -040075~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
E. Scott Daniels4d1f9bf2020-03-06 12:29:28 -050076
77Fix source address bug in SI95 receive/send funcitons. Fix
78threading issues involving session disconnection in SI95
79Remove unused SI95 status variable.
80
81
822020 February 24; version 3.2.4
E. Scott Daniels52f4bc92020-03-13 11:10:34 -040083~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
E. Scott Daniels4d1f9bf2020-03-06 12:29:28 -050084
85Fix meid bug (RIC-220) causing core dump.
86
87
882020 February 21; version 3.2.3
E. Scott Daniels52f4bc92020-03-13 11:10:34 -040089~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
E. Scott Daniels4d1f9bf2020-03-06 12:29:28 -050090
91Add meid routing support to the SI95 interface.
92
93
942020 February 20; version 3.2.2
E. Scott Daniels52f4bc92020-03-13 11:10:34 -040095~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
E. Scott Daniels4d1f9bf2020-03-06 12:29:28 -050096
97Fix receive thread related core dump (ring early unlock).
98
99
1002020 February 19; version 3.2.1
E. Scott Daniels52f4bc92020-03-13 11:10:34 -0400101~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
E. Scott Daniels4d1f9bf2020-03-06 12:29:28 -0500102
103Added missing message types (E2-Setup)
104
105
1062020 February 18; version 3.2.0
E. Scott Daniels52f4bc92020-03-13 11:10:34 -0400107~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
E. Scott Daniels4d1f9bf2020-03-06 12:29:28 -0500108
109Added support for new Route Manager and it's ability to
110accept a request for table update.
111
112
1132020 February 14; version 3.1.3
E. Scott Daniels52f4bc92020-03-13 11:10:34 -0400114~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
E. Scott Daniels4d1f9bf2020-03-06 12:29:28 -0500115
116Fix bug in SIsend which was causing a core dump in some cases
117where the application attempted to send on a connection that
118had disconnected. (RIC-207).
119
120
1212020 February 6; version 3.1.2
E. Scott Daniels52f4bc92020-03-13 11:10:34 -0400122~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
E. Scott Daniels4d1f9bf2020-03-06 12:29:28 -0500123
124Fix disconnection detection bug in interface to SI95.
125
126
1272020 January 31; verison 3.1.1
E. Scott Daniels52f4bc92020-03-13 11:10:34 -0400128~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
E. Scott Daniels4d1f9bf2020-03-06 12:29:28 -0500129
130Allow route table thread logging to be completely disabled
131when logging is turned off.
132
133
1342020 January 26; verison 3.1.0
E. Scott Daniels52f4bc92020-03-13 11:10:34 -0400135~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
E. Scott Daniels4d1f9bf2020-03-06 12:29:28 -0500136
137First step to allowing the user programme to control messages
138written to standard error. Introduces the rmr_set_vlevel()
139function, and related environment variable.
140
141
E. Scott Danielsa1575da2020-01-24 16:00:11 -05001422020 January 24; verison 3.0.5
E. Scott Daniels52f4bc92020-03-13 11:10:34 -0400143~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
E. Scott Danielsa1575da2020-01-24 16:00:11 -0500144
145Fix bug in SI95 with receive buffer allocation.
146
147
1482020 January 23; verison 3.0.4
E. Scott Daniels52f4bc92020-03-13 11:10:34 -0400149~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
E. Scott Danielsa1575da2020-01-24 16:00:11 -0500150
151Fix bug in SI95 causing excessive CPU usage on poll.
152
153
1542020 January 22; verison 3.0.3
E. Scott Daniels52f4bc92020-03-13 11:10:34 -0400155~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
E. Scott Danielsa1575da2020-01-24 16:00:11 -0500156
157Enable thread support for multiple receive threads.
158
159
1602020 January 21; verison 3.0.2
E. Scott Daniels52f4bc92020-03-13 11:10:34 -0400161~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
E. Scott Danielsa1575da2020-01-24 16:00:11 -0500162
163Fix bug in SI95 (missing reallocate payload function).
164
165
1662020 January 20; verison 3.0.1
E. Scott Daniels52f4bc92020-03-13 11:10:34 -0400167~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
E. Scott Danielsa1575da2020-01-24 16:00:11 -0500168
169Enable support for dynamic route table updates via RMR
170session.
171
172
1732020 January 16; version 3.0.0
E. Scott Daniels52f4bc92020-03-13 11:10:34 -0400174~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
E. Scott Danielsa1575da2020-01-24 16:00:11 -0500175
176Introduce support for SI95 transport library to replace NNG.
177(RMR library versions will use leading odd numbers to avoid
178tag collisions with the wrapper tags which will use even
179numbers.)
180
181
E. Scott Daniels190665f2019-12-09 09:05:22 -05001822019 December 9; version 1.13.1
E. Scott Daniels52f4bc92020-03-13 11:10:34 -0400183~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
E. Scott Daniels190665f2019-12-09 09:05:22 -0500184
185Correct documentation and missing rel-notes update for RTD.
186
187
1882019 December 6; version 1.13.0
E. Scott Daniels52f4bc92020-03-13 11:10:34 -0400189~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
E. Scott Daniels190665f2019-12-09 09:05:22 -0500190
191Add ability to route messages based on the MEID in a message
192combined with the message type/subscription-ID.
193
194
E. Scott Daniels190665f2019-12-09 09:05:22 -05001952019 November 14; version 1.11.1 (Amber)
E. Scott Daniels52f4bc92020-03-13 11:10:34 -0400196~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
E. Scott Danielsde63b292019-11-14 16:03:51 -0500197
198Fix bug in payload reallocation function; correct length of
199payload was not always copied.
200
201
E. Scott Daniels190665f2019-12-09 09:05:22 -05002022019 November 13; version 1.12.1
E. Scott Daniels52f4bc92020-03-13 11:10:34 -0400203~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
E. Scott Daniels190665f2019-12-09 09:05:22 -0500204
205New message type constants added to support A1.
206
207
2082019 November 4; version 1.11.0 (Amber)
E. Scott Daniels52f4bc92020-03-13 11:10:34 -0400209~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
E. Scott Danielsde63b292019-11-14 16:03:51 -0500210
211Version bump to move away from the 1.10.* to distinguish
212between release A and the trial.
213
214
E. Scott Daniels190665f2019-12-09 09:05:22 -05002152019 November 7; version 1.12.0
E. Scott Daniels52f4bc92020-03-13 11:10:34 -0400216~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
E. Scott Daniels190665f2019-12-09 09:05:22 -0500217
218Version cut to support continued development for next release
219preserving the 1.11.* versions for release 1 (Amber) and
220related fixes.
221
222
E. Scott Daniels392168d2019-11-06 15:12:38 -05002232019 October 31; version 1.10.2
E. Scott Daniels52f4bc92020-03-13 11:10:34 -0400224~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
E. Scott Daniels392168d2019-11-06 15:12:38 -0500225
226Provide the means to increase the payload size of a received
227message without losing the data needed to use the
228rmr_rts_msg() funciton.
229
230
2312019 October 21; version 1.10.1
E. Scott Daniels52f4bc92020-03-13 11:10:34 -0400232~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
E. Scott Daniels392168d2019-11-06 15:12:38 -0500233
234Fix to prevent null message buffer from being returned by the
235timeout receive function if the function is passed one to
236reuse.
237
238
2392019 October 21; version 1.10.1
E. Scott Daniels52f4bc92020-03-13 11:10:34 -0400240~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
E. Scott Daniels392168d2019-11-06 15:12:38 -0500241
242Add periodic dump of send count info to stderr.
243
244
2452019 September 27; version 1.9.0
E. Scott Daniels52f4bc92020-03-13 11:10:34 -0400246~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
E. Scott Daniels392168d2019-11-06 15:12:38 -0500247
248Python bindings added receive all queued function and
249corrected a unit test
250
251
2522019 September 25; version 1.8.3
E. Scott Daniels52f4bc92020-03-13 11:10:34 -0400253~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
E. Scott Daniels392168d2019-11-06 15:12:38 -0500254
255Correct application level test issue causing timing problems
256during jenkins verification testing at command and merge
257
258Handle the NNG connection shutdown status which may now be
259generated when a connection throug a proxy is reset.
260
261
2622019 September 25; version 1.8.2
E. Scott Daniels52f4bc92020-03-13 11:10:34 -0400263~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
E. Scott Daniels392168d2019-11-06 15:12:38 -0500264
265Correct bug in rmr_torcv_msg() when timeout set to zero (0).
266
267
2682019 September 19; version 1.8.1
E. Scott Daniels52f4bc92020-03-13 11:10:34 -0400269~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
E. Scott Daniels392168d2019-11-06 15:12:38 -0500270
271Correct missing constant for wrappers.
272
E. Scott Danielsde63b292019-11-14 16:03:51 -0500273
E. Scott Daniels392168d2019-11-06 15:12:38 -05002742019 September 19; version 1.8.0
E. Scott Daniels52f4bc92020-03-13 11:10:34 -0400275~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
E. Scott Daniels392168d2019-11-06 15:12:38 -0500276
277New message types added: RAN_CONNECTED, RAN_RESTARTED,
278RAN_RECONFIGURED
279
280
2812019 September 17; version 1.7.0
E. Scott Daniels52f4bc92020-03-13 11:10:34 -0400282~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
E. Scott Daniels392168d2019-11-06 15:12:38 -0500283
284Initial connection mode now defaults to asynchronous. Set
285RMR_ASYNC_CONN=0 in the environment before rmr_init() is
286invoked to revert to synchronous first TCP connections.
287(Recovery connection attempts have always been asynchronous).
288
289
2902019 September 3; version 1.6.0
E. Scott Daniels52f4bc92020-03-13 11:10:34 -0400291~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
E. Scott Daniels392168d2019-11-06 15:12:38 -0500292
293Fix bug in the rmr_rts_msg() function. If a return to sender
294message failed, the source IP address was not correctly
295adjusted and could cause the message to be "reflected" back
296to the sender on a retry.
297
298Added the ability to set the source "ID" via an environment
299var (RMR_SRC_ID). When present in the environment, the string
300will be placed in to the message header as the source and
301thus be used by an application calling rmr_rts_smg() to
302return a response to the sender. If this environment variable
303is not present, the host name (original behaviour) is used.
304
305
3062019 August 26; version 1.4.0
E. Scott Daniels52f4bc92020-03-13 11:10:34 -0400307~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
E. Scott Daniels392168d2019-11-06 15:12:38 -0500308
309New message types were added.
310
311
3122019 August 16; version 1.3.0
E. Scott Daniels52f4bc92020-03-13 11:10:34 -0400313~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
E. Scott Daniels392168d2019-11-06 15:12:38 -0500314
315New mesage types added.
316
317
3182019 August 13; version 1.2.0 (API change, non-breaking)
E. Scott Daniels52f4bc92020-03-13 11:10:34 -0400319~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
E. Scott Daniels392168d2019-11-06 15:12:38 -0500320
321The function rmr_get_xact() was added to proide a convenient
322way to extract the transaction field from a message.
323
324
3252019 August 8; version 1.1.0 (API change)
E. Scott Daniels52f4bc92020-03-13 11:10:34 -0400326~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
E. Scott Daniels392168d2019-11-06 15:12:38 -0500327
328This change should be backward compatable/non-breaking A new
329field has been added to the message buffer (rmr_mbuf_t). This
330field (tp_state) is used to communicate the errno value that
331the transport mechanism might set during send and/or receive
332operations. C programmes should continue to use errno
333directly, but in some environments wrappers may not be able
334to access errno and this provides the value to them. See the
335rmr_alloc_msg manual page for more details.
336
E. Scott Danielsde63b292019-11-14 16:03:51 -0500337
E. Scott Daniels392168d2019-11-06 15:12:38 -05003382019 August 6; version 1.0.45 (build changes)
E. Scott Daniels52f4bc92020-03-13 11:10:34 -0400339~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
E. Scott Daniels392168d2019-11-06 15:12:38 -0500340
341Support for the Nanomsg transport library has been dropped.
342The library librmr.* will no longer be included in packages.
343
344Packages will install RMR libraries into the system preferred
345target directory. On some systems this is /usr/local/lib and
346on others it is /usr/local/lib64. The diretory is determined
347by the sytem on which the package is built and NOT by the
348system installing the package, so it's possible that the RMR
349libraries end up in a strange location if the .deb or .rpm
350file was generated on a Linux flavour that has a different
351preference than the one where the package is installed.
352
353
3542019 August 6; version 1.0.44 (API change)
E. Scott Daniels52f4bc92020-03-13 11:10:34 -0400355~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
E. Scott Daniels392168d2019-11-06 15:12:38 -0500356
357Added a new message type constant.
358
359
3602019 July 15; Version 1.0.39 (bug fix)
E. Scott Daniels52f4bc92020-03-13 11:10:34 -0400361~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
E. Scott Daniels392168d2019-11-06 15:12:38 -0500362
363Prevent unnecessary usleep in retry loop.
364
365
3662019 July 12; Version 1.0.38 (API change)
E. Scott Daniels52f4bc92020-03-13 11:10:34 -0400367~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
E. Scott Daniels392168d2019-11-06 15:12:38 -0500368
369Added new message types to RIC_message_types.h.
370
371
3722019 July 11; Version 1.0.37
E. Scott Daniels52f4bc92020-03-13 11:10:34 -0400373~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
E. Scott Daniels392168d2019-11-06 15:12:38 -0500374
375
376librmr and librmr_nng - Add message buffer API function
377rmr_trace_ref() (see rmr_trace_ref.3 manual page in dev
378package).
379
E. Scott Daniels52f4bc92020-03-13 11:10:34 -0400380
381Wrapper Changes
382--------------------------------------------------------------------------------------------
383
384
3852020 February 29; Version 2.4.0
386~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
387
388Add consolidated testing under CMake Add support binary for
389health check (SI95 only)
390
391
3922020 February 28; Version 2.3.6
393~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
394
395Fix bug in Rt. Mgr comm which prevented table ID from being
396sent on ack message (RIC-232).