Skip to content
This repository has been archived by the owner on Mar 24, 2022. It is now read-only.

Commit

Permalink
6.5.0: Improved performance and bugfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sergirubio committed Feb 28, 2018
1 parent e6ca531 commit 5fe0703
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 1 deletion.
34 changes: 34 additions & 0 deletions panic/CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,37 @@
PANIC 6.5.0
-----------

6.5.0: Fix New Alarm button bug

"New Alarm" button fix by S2innovation
Improve Status Message
update kpi

6.4.1: solved high cpu issues in pyalarm

Solve High CPU bug: init_callbacks(50ms) added to panic.engine and PyAlarm
fix case bug in panic.view.check_multi_host
Avoid api.devices clear during load, do 1by1 update instead

Temporary patch: Multiple disabling/ack disabled to
prevent PyAlarm exceptions. see CS4-526
Add Enabled sorting as "PreCondition" to sort alarms by operation modes
Solve bugs on editing formulas or looking at remote values
remove unnecessary imports
Solve bug on writing arrays on ACTION
Execute SNAP/actions on DEBUG Alarms (only sms ignored)
Add warning on reset of active alarms
Remove unused severity checkboxes from main window
(replaced by priority filter)
Force devices update on PhoneBook values change
remove wrong multi-host warning
Return exception strings on evaluation from client

Add warnings on modifying Device config, unify calls on gui/editor
Add exceptions on wrong tag name, use UNACK as active state
Extend regexp syntax to key=value and & clauses
add minimal widget for panic system status

PANIC 6.3.1
-----------

Expand Down
2 changes: 1 addition & 1 deletion panic/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.4.1
6.5.0

0 comments on commit 5fe0703

Please sign in to comment.