Commits
1
-
Changes for 4.0.9rc1
1
+
Changes for 4.0.11rc1
2
2
3
3
New features:
4
+
5
+
Bug fixes:
6
+
7
+
--------------------------------------------------------------------------------
8
+
Changes for 4.0.10
9
+
10
+
4.0.10rc1 was released as 4.0.10 without any changes
11
+
12
+
--------------------------------------------------------------------------------
13
+
Changes for 4.0.10rc1
14
+
15
+
New features:
16
+
.......PS. [ZBXNEXT-2880] added access to vmware datastore at vmware vCenter level (MVekslers)
17
+
..F....... [ZBXNEXT-5163] added display of maintenance information in Configuration section for hosts in maitenance (vasilijs)
18
+
..F....... [ZBXNEXT-5036] added preloader for popup menus (ashubin)
4
19
...G...... [ZBXNEXT-287] added SSL support for agent HTTP checks (asestakovs)
5
20
...G...PS. [ZBXNEXT-5179] added option to specify absolute path in LoadModule; thanks to Glebs Ivanovskis for the patch (asestakovs)
6
21
7
22
Bug fixes:
23
+
...G...PS. [ZBX-9867] improved Zabbix daemon termination by not using signal unsafe functions in signal handler; improved Zabbix server and Zabbix proxy process termination by stopping data collection and waiting for history syncers to finish (vso)
24
+
..F....... [ZBX-16152] fixed not data loss on saving host prototypes by user with insufficient permissions (averza)
25
+
..F....... [ZBX-15952] fixed errors when trying to create a graph widget for key system.cpu.util[,iowait] with Y axis placed on the left side of the graph (vasilijs)
26
+
...G...PS. [ZBX-15899] added output sanitization to prevent invalid UTF-8 sequences in regexp-based text replacement (Andris)
27
+
..F....... [ZBX-16073] fixed horizontal scrolling in map (vasilijs)
28
+
........S. [ZBX-15943] fixed discovered hosts are not removed from table "dhosts" after removing and adding the corresponding discovery check (akozlovs)
29
+
..F....... [ZBX-15875] fixed colors for the multiselect disabled elements (ashubin)
8
30
..F....... [ZBX-10948] 'IT Services --> Service Time --> Note' infinite stretching (rlataria)
9
31
...G...... [ZBX-16142] fixed missing sys/ioctl.h from src/libs/zbxsysinfo/openbsd/net.c; thanks to Andrea Biscuola for the patch (akozlovs)
10
32
.......PS. [ZBX-16166] fixed Zabbix fping feature detection does not work with fping builds since 10 Feb 2017 (akozlovs)
11
33
....I..... [ZBX-16178] fixed distributive can contain untracked backup file include/config.h.in~ (akozlovs)
12
34
........S. [ZBX-16170] fixed crash in global event correlation (vso)
13
35
...G...... [ZBX-16096] fixed "system.cpu.util" reporting incorrect CPU utilisation due to guest time sometimes not being fully included in user time by "/proc/stat" (vso)
14
36
..F....... [ZBX-15882] fixed widgets flickering on refresh (ashubin)
15
37
..F....... [ZBX-15974] improved trigger expression list in trigger modal form (gcalenko)
16
38
...G...... [ZBX-14441] fixed windows agent "eventlog" key for reading big event log files of windows 2003 (MVekslers)
17
39
..F....... [ZBX-16109] fixed hidden error in graphs for PHP 7.3.5 (rlataria)
20
42
..F....... [ZBX-15797] fixed dashboard map widget sub-map link behaviour (miks, talbergs)
21
43
A.F....... [ZBX-15049] fixed to host group limited global scripts to be usable in sub group (talbergs)
22
44
.......PST [ZBX-16138] fixed return value type and added preprocessing steps for items in remote internal checks tamplates; fixed unsigned write cache value for remote internal checks (viktors)
23
45
.......PS. [ZBX-15963] fixed HTTP agent support of non-HTTP scheme in URL field (asestakovs)
24
46
.......PS. [ZBX-16151] fixed theoretical possibility of large numbers in json data being truncated, added boolean value support to json parser (wiper)
25
47
..F....... [ZBX-15778] fixed wrong filtering by "Age less than" and "Show suppressed problems" in trigger overview (vasilijs)
26
48
..F....... [ZBX-15585] fixed web scenarios pair manager issue when fields are duplicating on post type toggle (talbergs)
27
49
........S. [ZBX-16150] fixed inactive, unmounted, unaccessible VMware datastore causes unknown column nan insertion in field list (akozlovs)
28
50
A......... [ZBX-16122] fixed api validation of trigger dependency (averza)
29
51
52
+
--------------------------------------------------------------------------------
53
+
Changes for 4.0.9
54
+
55
+
Bug fixes:
56
+
..F....... [ZBX-15905] reverted changes that introduced error with write permissions in assets directory (gcalenko)
57
+
30
58
--------------------------------------------------------------------------------
31
59
Changes for 4.0.8
32
60
33
61
4.0.8rc1 was released as 4.0.8 without any changes
34
62
35
63
--------------------------------------------------------------------------------
36
64
Changes for 4.0.8rc1
37
65
38
66
New features:
39
67
..F....... [ZBX-16069] upgraded jQuery version v1.10.2 -> v3.3.1 and jQueryUI v1.10.3 -> v1.12.1 (talbergs)