From bb3eef34f922e1fe2fa1a2bdaa8d1978c7ce25c4 Mon Sep 17 00:00:00 2001 From: laura <52071480+laura-eprosima@users.noreply.github.com> Date: Mon, 14 Oct 2019 08:18:00 +0200 Subject: [PATCH] Added release v1.9.2 notes (#66) --- docs/conf.py | 4 ++-- docs/notes.rst | 24 +++++++++++++++++++++--- 2 files changed, 23 insertions(+), 5 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 051569e64..e595225ee 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -68,9 +68,9 @@ # built documents. # # The short X.Y version. -version = u'1.9.1' +version = u'1.9.2' # The full version, including alpha/beta/rc tags. -release = u'1.9.1' +release = u'1.9.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/docs/notes.rst b/docs/notes.rst index b560ff264..884ce7f69 100644 --- a/docs/notes.rst +++ b/docs/notes.rst @@ -1,6 +1,26 @@ -Version 1.9.1 +Version 1.9.2 ============= +This release includes the following feature: + +* Multiple initial PDP announcements. +* Flag to avoid builtin multicast. + +It also adds the following bug fixes and improvements: + +* Bump to Fast-RTPS-Gen v1.0.1. +* Bump to IDL-Parser v1.0.1. + +**Note:** If you are upgrading from a version older than 1.7.0, it is **required** to regenerate generated source +from IDL files using *fastrtpsgen*. + + +Previous versions +----------------- + +Version 1.9.1 +^^^^^^^^^^^^^ + This release includes the following features: * Fast-RTPS-Gen is now an independent project. @@ -30,8 +50,6 @@ It also adds the following bug fixes and improvements: **Note:** If you are upgrading from a version older than 1.7.0, it is **required** to regenerate generated source from IDL files using *fastrtpsgen*. -Previous versions ------------------ Version 1.9.0 ^^^^^^^^^^^^^