Skip to content

Commit

Permalink
Release notes for v1.7.2 (#23)
Browse files Browse the repository at this point in the history
Release notes for v1.7.2 [4931]
  • Loading branch information
MiguelCompany authored and richiware committed Mar 12, 2019
1 parent 8a562d9 commit b00599a
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 7 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@
# built documents.
#
# The short X.Y version.
version = u'1.7.0'
version = u'1.7.2'
# The full version, including alpha/beta/rc tags.
release = u'1.7.0'
release = u'1.7.2'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
32 changes: 27 additions & 5 deletions docs/notes.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,27 @@
Version 1.7.1
Version 1.7.2
=============

This release includes the following features:
This release fixes an important bug:

* Allocation limits on subscribers with a KEEP_LAST QoS was taken from resource limits configuration
and didn't take history depth into account.

It also has the following improvements:
* Vendor FindThreads.cmake from CMake 3.14 release candidate to help with sanitizers.
* Fixed format of gradle file.

Some other minor bugs and performance 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.7.1
^^^^^^^^^^^^^

This release included the following features:

* LogFileConsumer added to the logging system
* Handle FASTRTPS_DEFAULT_PROFILES_FILE environment variable indicating the default profiles XML file
Expand All @@ -16,12 +36,14 @@ It also fixes some important bugs:

Some other minor bugs and performance improvements.

**KNOWN ISSUES**

* Allocation limits on subscribers with a KEEP_LAST QoS is taken from resource limits configuration
and doesn't take history depth into account.

**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.7.0
^^^^^^^^^^^^^

Expand Down
1 change: 1 addition & 0 deletions docs/spelling_wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,4 @@ WString
TCP
helloworld
Nagle
sanitizers

0 comments on commit b00599a

Please sign in to comment.