Skip to content
This repository has been archived by the owner on Jan 28, 2021. It is now read-only.

Commit

Permalink
Update CHANGELOG and RELEASE_NOTES with tango-controls#541 and tango-…
Browse files Browse the repository at this point in the history
  • Loading branch information
bourtemb committed Mar 18, 2019
1 parent e84256d commit 939d60a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ The patch provided in [#520][pr-520] ignores such failure.
- Fix appveyor.yml after appveyor windows image update ([#537][pr-537])
- Fix event compatibility issues with device servers exporting Device_4 devices. Fix bug with Pipe, Data Ready and
Device Interface Change events. Fix event channel name issues in these different cases. ([#492][i-492], [#531][pr-531])
- Fix WAttribute::rollback() for DevUshort WRITE attributes ([#541][i-541], [#542][pr-542])

## [9.3.2] - 2018-09-12 [unstable]
### Added
Expand Down Expand Up @@ -278,4 +279,6 @@ where a client application might show out of date/incorrect values.
[pr-531]: https://github.com/tango-controls/cppTango/pull/531
[pr-533]: https://github.com/tango-controls/cppTango/pull/533
[pr-537]: https://github.com/tango-controls/cppTango/pull/537
[pr-539]: https://github.com/tango-controls/cppTango/pull/539
[pr-539]: https://github.com/tango-controls/cppTango/pull/539
[i-541]: https://github.com/tango-controls/cppTango/issues/541
[pr-542]: https://github.com/tango-controls/cppTango/pull/542
6 changes: 6 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,12 @@ phase (write hardware at init feature).
If you didn't understand anything to this explanation, you were probably not affected by this bug.
* We fixed a memory leak in get_device_property() which was occurring only on Windows and only when using Visual Studio
10 compiler or an older MSVC compiler version.
* If you are not using DevUShort WRITE only attributes, you can skip to the next item.
Still reading? So you are really using DevUShort WRITE only attributes?
The DevUShort WRITE attribute value was not rolled back correctly to the previous valid value in some specific cases
(exception thrown in the device server write method associated to this attribute, exception thrown by
read_attr_hardware() method or exception thrown because it is not allowed to read this attribute in the current state).
Now it is!
* We fixed many compilation warnings and build errors with recent compilers and with Doxygen

## Changelog
Expand Down

0 comments on commit 939d60a

Please sign in to comment.