- updated to latest release 4.0.19

- replaced URL for source downloads to zabbix CDN network location
- New Features and improvements
  + ZBXNEXT-5649 Added name referencing support ('~' suffix) to jsonpath
  + ZBXNEXT-3604 Added support of user configurable ciphers for communication between zabbix components 
- Bug Fixes
  + ZBX-17173 Improved windows agent build scripts
  + ZBX-17425 Fixed template.massupdate api macros update
  + ZBX-17344 Fixed php 7.4 errors in latest data->history page for text and
    log items having an empty filter
  + ZBX-17330 Fixed error reading vmware events with keys over 2^31
  + ZBX-17288 Fixed undefined indexes in administration->regular expressions->test tab
  + ZBX-17350 Fixed displaying of multiple value types in latest data->history page
  + ZBX-16802 Added mtime-reread/mtime-noreread options parameter to log* keys
  + ZBX-17390 Fixed validation of the maximum selected period
  + ZBX-17185 Fixed non-disappearing messages of failed login attempts
  + ZBX-17322 Fixed deadlock between server and frontend when updating multiple hosts
  + ZBX-9057 Fixed duplicate entries being written into in profiles table
  + ZBX-17159 Fixed overlay dialogue instantiation
  + ZBX-17108 Improved process utilization calculation
  + ZBX-17269 Fixed undefined indexes in history page
  + ZBX-17342 Dump memory statistics and items with most values when value cache is fully used
  + ZBX-16926 Fix int_max error when compiling on sunos/joyent/solaris

OBS-URL: https://build.opensuse.org/package/show/server:monitoring:zabbix/zabbix?expand=0&rev=13
This commit is contained in:
2020-04-23 12:14:28 +00:00
committed by Git OBS Bridge
parent 08c7abab6f
commit 14ff5accca
4 changed files with 33 additions and 6 deletions

View File

@@ -1,3 +1,30 @@
-------------------------------------------------------------------
Thu Apr 23 12:11:58 UTC 2020 - Boris Manojlovic <boris@steki.net>
- updated to latest release 4.0.19
- replaced URL for source downloads to zabbix CDN network location
- New Features and improvements
+ ZBXNEXT-5649 Added name referencing support ('~' suffix) to jsonpath
+ ZBXNEXT-3604 Added support of user configurable ciphers for communication between zabbix components
- Bug Fixes
+ ZBX-17173 Improved windows agent build scripts
+ ZBX-17425 Fixed template.massupdate api macros update
+ ZBX-17344 Fixed php 7.4 errors in latest data->history page for text and
log items having an empty filter
+ ZBX-17330 Fixed error reading vmware events with keys over 2^31
+ ZBX-17288 Fixed undefined indexes in administration->regular expressions->test tab
+ ZBX-17350 Fixed displaying of multiple value types in latest data->history page
+ ZBX-16802 Added mtime-reread/mtime-noreread options parameter to log* keys
+ ZBX-17390 Fixed validation of the maximum selected period
+ ZBX-17185 Fixed non-disappearing messages of failed login attempts
+ ZBX-17322 Fixed deadlock between server and frontend when updating multiple hosts
+ ZBX-9057 Fixed duplicate entries being written into in profiles table
+ ZBX-17159 Fixed overlay dialogue instantiation
+ ZBX-17108 Improved process utilization calculation
+ ZBX-17269 Fixed undefined indexes in history page
+ ZBX-17342 Dump memory statistics and items with most values when value cache is fully used
+ ZBX-16926 Fix int_max error when compiling on sunos/joyent/solaris
-------------------------------------------------------------------
Mon Dec 23 14:25:01 UTC 2019 - Boris Manojlovic <boris@steki.net>