Skip to content
This repository was archived by the owner on Jul 8, 2022. It is now read-only.

Commit cd4abdd

Browse files
authored
Merge pull request #707 from tango-controls/bourtemb-Update-9.3.4-Changelog-for-699
Update CHANGELOG for #699
2 parents d300e61 + e2a783d commit cd4abdd

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file.
33

44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
55

6-
## [9.3.4] - 2020-04-01
6+
## [9.3.4] - 2020-04-23
77

88
### Fixed
99
- Be compatible with all in-use cppzmq versions ([#530][pr-530], [#561][pr-561], [#273][i-273], [#499][i-499], [#535][i-535])
@@ -15,6 +15,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
1515
- travis.yml: remove deprecated skip_cleanup ([#683][pr-683])
1616
- Fix memory leak in Attribute::get_att_device_class() ([#677][pr-677])
1717
- Fix crash during alarm state evaluation if attribute value is not set ([#330][i-330], [#681][pr-681])
18+
- Fix issue where unsubscribing in push_events led to API_EventTimeout ([#686][i-686], [#699][pr-699])
1819

1920
### Added
2021
- Document contributing process and use CODEOWNERS for easier review organization ([#639][pr-639])
@@ -330,5 +331,7 @@ where a client application might show out of date/incorrect values.
330331
[pr-677]: https://github.com/tango-controls/cppTango/pull/677
331332
[pr-681]: https://github.com/tango-controls/cppTango/pull/681
332333
[pr-683]: https://github.com/tango-controls/cppTango/pull/683
334+
[i-686]: https://github.com/tango-controls/cppTango/issues/686
333335
[pr-689]: https://github.com/tango-controls/cppTango/pull/689
334-
[pr-690]: https://github.com/tango-controls/cppTango/pull/690
336+
[pr-690]: https://github.com/tango-controls/cppTango/pull/690
337+
[pr-699]: https://github.com/tango-controls/cppTango/pull/699

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ deploy:
336336
auth_token:
337337
# User: cppTango-bot
338338
# Personal Access token with repo scope, encrypted via https://ci.appveyor.com/tools/encrypt
339-
secure: KnvPAbdhmiTQxTLOGq7nyNs6d1JYbKVKspPgigzQ3fDrI+nkaxqWCw6UmRkS2Gqe
339+
secure: KNHPeojJrtKOT/EifgS/5GO7URZw2uOU2ZfHnRwIgg4tjffBbv9iFgh/xkwF1XWC
340340
artifact: /.*/
341341
repository: tango-controls/cppTango
342342
draft: true

0 commit comments

Comments
 (0)