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 ^^^^^^^^^^^^^