SHA256
1
0
forked from pool/brickv

- Update to new upstream version 2.4.14:

- Fix monoflop handling to cover full uint32 duration range
  - Better indicate disconnected state
  - Highlight timeout error counter > 0 in bold red
  - Fix slider/spinbox mismatch on auto-reconnect in DC Brick plugin
  - Avoid UI jumps on value changes in Energy Monitor Bricklet plugin
  - Add extra checkbox to avoid accidental port number changes
  - Handle all errors while downloading firmware updates
  version 2.4.13:
  - Fix race condition in RED Brick program state tracking
  - Report actual cause for connection errors
  - Don't reset RED Brick tab on every enumerate callback (fixes tab reset on
    selecting the Server Monitoring tab)
  - Ensure that all dialogs have proper close buttons
  - Fix close buttons for for detached tabs
  - Fix race condition in RED Brick overview sorting

OBS-URL: https://build.opensuse.org/package/show/electronics/brickv?expand=0&rev=11
This commit is contained in:
2020-08-21 06:29:48 +00:00
committed by Git OBS Bridge
parent 495185f975
commit 6292c0faed
4 changed files with 24 additions and 4 deletions

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Thu Aug 20 12:22:23 UTC 2020 - Frank Kunz <mailinglists@kunz-im-inter.net>
- Update to new upstream version 2.4.14:
- Fix monoflop handling to cover full uint32 duration range
- Better indicate disconnected state
- Highlight timeout error counter > 0 in bold red
- Fix slider/spinbox mismatch on auto-reconnect in DC Brick plugin
- Avoid UI jumps on value changes in Energy Monitor Bricklet plugin
- Add extra checkbox to avoid accidental port number changes
- Handle all errors while downloading firmware updates
version 2.4.13:
- Fix race condition in RED Brick program state tracking
- Report actual cause for connection errors
- Don't reset RED Brick tab on every enumerate callback (fixes tab reset on
selecting the Server Monitoring tab)
- Ensure that all dialogs have proper close buttons
- Fix close buttons for for detached tabs
- Fix race condition in RED Brick overview sorting
-------------------------------------------------------------------
Wed Aug 19 08:28:08 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>