Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorContinuous Integration <ci@zabbix.com>2022-03-04 20:58:55 +0300
committerContinuous Integration <ci@zabbix.com>2022-03-04 20:58:55 +0300
commit5f49c090dd07a5e6bc32fc2156d68c1aab327d08 (patch)
tree6ada02433025269c04d73590ffd437b1c0508f03
parent0ddd7b63084c5216190a64f0a7172d0786a773df (diff)
.......... [ZBXNEXT-826] updated 6.0.2rc1 ChangeLog entries
-rw-r--r--ChangeLog13
-rw-r--r--ChangeLog.d/bugfix/ZBX-199651
-rwxr-xr-xChangeLog.d/bugfix/ZBX-200491
-rw-r--r--ChangeLog.d/bugfix/ZBX-204651
-rw-r--r--ChangeLog.d/bugfix/ZBX-205001
-rw-r--r--ChangeLog.d/bugfix/ZBX-205211
-rw-r--r--ChangeLog.d/bugfix/ZBX-206401
-rw-r--r--ChangeLog.d/bugfix/ZBX-206451
-rw-r--r--ChangeLog.d/bugfix/ZBX-206851
-rw-r--r--ChangeLog.d/bugfix/ZBX-206921
-rw-r--r--ChangeLog.d/bugfix/ZBX-206971
-rw-r--r--ChangeLog.d/feature/ZBXNEXT-71161
-rw-r--r--ChangeLog.d/feature/ZBXNEXT-74851
-rw-r--r--ChangeLog.d/feature/ZBXNEXT-74931
14 files changed, 13 insertions, 13 deletions
diff --git a/ChangeLog b/ChangeLog
index 531b4c077d6..3c6c12379b1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,21 @@
Changes for 6.0.2rc1
New features:
+A.F....... [ZBXNEXT-7485] fixed debug_backtrace function usage for php8 (acikuns)
+.........T [ZBXNEXT-7493] added garbage collector and memory pool discovery to generic Java template (vkhaliev)
+.D.G...... [ZBXNEXT-7116] added ability to force active checks after restart on Zabbix agent2 (vso)
Bug fixes:
+.........T [ZBX-20521] corrected typos in templates, README and media types (drasihov)
+..F....... [ZBX-20685] fixed graph widget configuration for small screens (acikuns)
+..F....... [ZBX-20645] fixed empty space missing between table headers in Filters table in LLD config form (acikuns)
+..F....... [ZBX-20640] fixed X-axis field placement in different rows in Axis tab in Graph widget (acikuns)
+..F....... [ZBX-20049] implemented keyboard control for info icons (acikuns, ashubin)
+...G...PS. [ZBX-20692] fixed missing include in setproctitle.h (arimdjonoks)
+........S. [ZBX-20697] fixed crash in configuration syncer when non prototype item is used in trigger prototype expression (vso)
+..F....... [ZBX-20500] fixed values in last check column on web monitoring page being displayed differently than on latest data page (agriscenko)
+........S. [ZBX-19965] fixed database upgrade for SNMP interfaces (akozlovs)
+..F....... [ZBX-20465] fixed marking username entry mandatory for SSH and Telnet agent items (jfreibergs)
--------------------------------------------------------------------------------
Changes for 6.0.1
diff --git a/ChangeLog.d/bugfix/ZBX-19965 b/ChangeLog.d/bugfix/ZBX-19965
deleted file mode 100644
index 416058f981c..00000000000
--- a/ChangeLog.d/bugfix/ZBX-19965
+++ /dev/null
@@ -1 +0,0 @@
-........S. [ZBX-19965] fixed database upgrade for SNMP interfaces (akozlovs)
diff --git a/ChangeLog.d/bugfix/ZBX-20049 b/ChangeLog.d/bugfix/ZBX-20049
deleted file mode 100755
index b9d1263e0b8..00000000000
--- a/ChangeLog.d/bugfix/ZBX-20049
+++ /dev/null
@@ -1 +0,0 @@
-..F....... [ZBX-20049] implemented keyboard control for info icons (acikuns, ashubin)
diff --git a/ChangeLog.d/bugfix/ZBX-20465 b/ChangeLog.d/bugfix/ZBX-20465
deleted file mode 100644
index 90279f01b64..00000000000
--- a/ChangeLog.d/bugfix/ZBX-20465
+++ /dev/null
@@ -1 +0,0 @@
-..F....... [ZBX-20465] fixed marking username entry mandatory for SSH and Telnet agent items (jfreibergs)
diff --git a/ChangeLog.d/bugfix/ZBX-20500 b/ChangeLog.d/bugfix/ZBX-20500
deleted file mode 100644
index 488581227da..00000000000
--- a/ChangeLog.d/bugfix/ZBX-20500
+++ /dev/null
@@ -1 +0,0 @@
-..F....... [ZBX-20500] fixed values in last check column on web monitoring page being displayed differently than on latest data page (agriscenko)
diff --git a/ChangeLog.d/bugfix/ZBX-20521 b/ChangeLog.d/bugfix/ZBX-20521
deleted file mode 100644
index 01ad3872ecd..00000000000
--- a/ChangeLog.d/bugfix/ZBX-20521
+++ /dev/null
@@ -1 +0,0 @@
-.........T [ZBX-20521] corrected typos in templates, README and media types (drasihov)
diff --git a/ChangeLog.d/bugfix/ZBX-20640 b/ChangeLog.d/bugfix/ZBX-20640
deleted file mode 100644
index 26965668942..00000000000
--- a/ChangeLog.d/bugfix/ZBX-20640
+++ /dev/null
@@ -1 +0,0 @@
-..F....... [ZBX-20640] fixed X-axis field placement in different rows in Axis tab in Graph widget (acikuns)
diff --git a/ChangeLog.d/bugfix/ZBX-20645 b/ChangeLog.d/bugfix/ZBX-20645
deleted file mode 100644
index 7b67e033bf3..00000000000
--- a/ChangeLog.d/bugfix/ZBX-20645
+++ /dev/null
@@ -1 +0,0 @@
-..F....... [ZBX-20645] fixed empty space missing between table headers in Filters table in LLD config form (acikuns)
diff --git a/ChangeLog.d/bugfix/ZBX-20685 b/ChangeLog.d/bugfix/ZBX-20685
deleted file mode 100644
index 7d793a286c1..00000000000
--- a/ChangeLog.d/bugfix/ZBX-20685
+++ /dev/null
@@ -1 +0,0 @@
-..F....... [ZBX-20685] fixed graph widget configuration for small screens (acikuns)
diff --git a/ChangeLog.d/bugfix/ZBX-20692 b/ChangeLog.d/bugfix/ZBX-20692
deleted file mode 100644
index d5120370de0..00000000000
--- a/ChangeLog.d/bugfix/ZBX-20692
+++ /dev/null
@@ -1 +0,0 @@
-...G...PS. [ZBX-20692] fixed missing include in setproctitle.h (arimdjonoks)
diff --git a/ChangeLog.d/bugfix/ZBX-20697 b/ChangeLog.d/bugfix/ZBX-20697
deleted file mode 100644
index 5771d75c041..00000000000
--- a/ChangeLog.d/bugfix/ZBX-20697
+++ /dev/null
@@ -1 +0,0 @@
-........S. [ZBX-20697] fixed crash in configuration syncer when non prototype item is used in trigger prototype expression (vso)
diff --git a/ChangeLog.d/feature/ZBXNEXT-7116 b/ChangeLog.d/feature/ZBXNEXT-7116
deleted file mode 100644
index 6fd16ffb0e7..00000000000
--- a/ChangeLog.d/feature/ZBXNEXT-7116
+++ /dev/null
@@ -1 +0,0 @@
-.D.G...... [ZBXNEXT-7116] added ability to force active checks after restart on Zabbix agent2 (vso)
diff --git a/ChangeLog.d/feature/ZBXNEXT-7485 b/ChangeLog.d/feature/ZBXNEXT-7485
deleted file mode 100644
index 21f66f42b1d..00000000000
--- a/ChangeLog.d/feature/ZBXNEXT-7485
+++ /dev/null
@@ -1 +0,0 @@
-A.F....... [ZBXNEXT-7485] fixed debug_backtrace function usage for php8 (acikuns)
diff --git a/ChangeLog.d/feature/ZBXNEXT-7493 b/ChangeLog.d/feature/ZBXNEXT-7493
deleted file mode 100644
index 414b4a8f0d3..00000000000
--- a/ChangeLog.d/feature/ZBXNEXT-7493
+++ /dev/null
@@ -1 +0,0 @@
-.........T [ZBXNEXT-7493] added garbage collector and memory pool discovery to generic Java template (vkhaliev)