@@ -19,10 +19,11 @@ macOS® platforms. It has been tested on the following systems:
1919**Linux **
2020 * CentOS™ 7.0 (x64)
2121 * Red Hat® Enterprise Linux 7, 7.3, 7.5, 7.6, 8, 9 (x64)
22- * Ubuntu® 18.04 LTS (x64, Arm v7, Arm v8), 20.04 LTS (x64), 22.04 LTS (x64, Arm v8)
22+ * Ubuntu® 18.04 LTS (x64, Arm v7, Arm v8), 20.04 LTS (x64),
23+ 22.04 LTS (x64, Arm v8), 24.04 LTS (x64, Arm v8)
2324
2425**macOS **
25- * macOS 11, 12, 13 (x64)
26+ * macOS 11, 12, 13 (x64), 14 (x64)
2627
2728**Windows **
2829 * Windows 10, 11 (x64)
@@ -32,18 +33,47 @@ macOS® platforms. It has been tested on the following systems:
3233`the main Connector
3334repository <https://github.com/rticommunity/rticonnextdds-connector> `__.
3435
35- Version 1.3.1
36+ Version 1.3.2
3637=============
3738
39+ What's Fixed in 1.3.2
40+ ---------------------
41+
42+ *RTI Connector * 1.3.2 is built on `RTI Connext 7.3.1 <https://community.rti.com/documentation/rti-connext-dds-731 >`__.
43+
44+ Potential errors on copying strings when using JSON
45+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
46+
47+ *This issue was fixed in Connector 1.3.0, but not documented at that time. *
48+
49+ *Connector * did not check the return value of ``snprintf ``, which could
50+ fail in scenarios where, for example, the input buffer was not big enough.
51+ This issue affected code related to:
52+
53+ * Getting JSON list of matched publication names
54+
55+ * Getting JSON list of matched subscription names
56+
57+ * Getting JSON representation of sample identity
58+
59+ [RTI Issue ID CON-307]
60+
61+
62+ Previous Releases
63+ =================
64+
65+ Version 1.3.1
66+ -------------
67+
3868What's New in 1.3.1
39- -------------------
69+ ^^^^^^^^^^^^^^^^^^^
4070
4171*RTI Connector * 1.3.1 is built on *RTI Connext * 7.3.0.2.
4272For details on what's new and fixed in 7.3.0.2, contact support@rti.com.
4373
4474
4575Replaced Foreign Function Interface third-party library
46- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
76+ """""""""""""""""""""""""""""""""""""""""""""""""""""""
4777.. CON-304
4878
4979 In this release, *Connector * has replaced ``node-ffi-napi `` with ``koffi `` as the
@@ -54,10 +84,10 @@ This change addresses `Github Issue #198 <https://github.com/rticommunity/rticon
5484
5585
5686What's Fixed in 1.3.1
57- ---------------------
87+ ^^^^^^^^^^^^^^^^^^^^^
5888
5989Failed to create Connectors for configurations using Types containing empty structs
60- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
90+ """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
6191
6292When using a configuration that included Types containing empty structs, a
6393Connector failed to be created, with the following error:
@@ -68,10 +98,6 @@ Connector failed to be created, with the following error:
6898
6999 [RTI Issue ID CON-318]
70100
71-
72- Previous Releases
73- =================
74-
75101Version 1.3.0
76102-------------
77103
0 commit comments