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-05-25 11:41:54 +0300
committerContinuous Integration <ci@zabbix.com>2022-05-25 11:41:54 +0300
commit118349240bccaf6b06ae17eb57ad100683f63011 (patch)
tree2cb746837b0b7e8f4ee84d057a9b37d812e9f35d
parent15f2795d3b401564e91f76d410841f9cb69ce9d6 (diff)
.......... [ZBXNEXT-826] updated 6.0.5rc1 ChangeLog entries
-rw-r--r--ChangeLog4
-rw-r--r--ChangeLog.d/bugfix/ZBX-206131
-rw-r--r--ChangeLog.d/bugfix/ZBX-208141
-rw-r--r--ChangeLog.d/bugfix/ZBX-208591
-rw-r--r--ChangeLog.d/bugfix/ZBX-208981
5 files changed, 4 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index f8583af7920..1c8783f4b20 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -14,6 +14,10 @@ A.F....... [ZBXNEXT-7476] disabled php 8 strict type validation (ashubin)
A.F....... [ZBXNEXT-7491] fixed PHP 8.1 runtime warnings with PostgreSQL backend (Sasha)
Bug fixes:
+A......... [ZBX-20859] fixed incorrectly exported host groups in map elements (Sasha)
+A.F....... [ZBX-20613] returned the ability to edit the dependencies of inherited triggers; improved validation upon unlinking templates with triggers that have dependencies; improved performance of trigger dependency functionality; prevented the ability to fully replace trigger dependencies of inherited triggers if the new dependency was added to parent trigger; supplemented validation of trigger dependencies on templates to prevent linkage dead-ends (vmaksimovs)
+..F....... [ZBX-20814] fixed Map->Sharing user group shares table not showing saved user groups (esekace)
+.........T [ZBX-20898] fixed duplicate UUID in official template (abakaldin)
..F....... [ZBX-20242] fixed inability to change LDAP bind password (agriscenko)
...G...... [ZBX-20911] added process state check in PROC_NUM() for Oracle Solaris (Andris)
..F....... [ZBX-20752] fixed saved properties of classic graphs being lost when reopening graph configuration (agriscenko)
diff --git a/ChangeLog.d/bugfix/ZBX-20613 b/ChangeLog.d/bugfix/ZBX-20613
deleted file mode 100644
index 3fded15f049..00000000000
--- a/ChangeLog.d/bugfix/ZBX-20613
+++ /dev/null
@@ -1 +0,0 @@
-A.F....... [ZBX-20613] returned the ability to edit the dependencies of inherited triggers; improved validation upon unlinking templates with triggers that have dependencies; improved performance of trigger dependency functionality; prevented the ability to fully replace trigger dependencies of inherited triggers if the new dependency was added to parent trigger; supplemented validation of trigger dependencies on templates to prevent linkage dead-ends (vmaksimovs)
diff --git a/ChangeLog.d/bugfix/ZBX-20814 b/ChangeLog.d/bugfix/ZBX-20814
deleted file mode 100644
index 5fb3ccd4389..00000000000
--- a/ChangeLog.d/bugfix/ZBX-20814
+++ /dev/null
@@ -1 +0,0 @@
-..F....... [ZBX-20814] fixed Map->Sharing user group shares table not showing saved user groups (esekace)
diff --git a/ChangeLog.d/bugfix/ZBX-20859 b/ChangeLog.d/bugfix/ZBX-20859
deleted file mode 100644
index 35f89c9c461..00000000000
--- a/ChangeLog.d/bugfix/ZBX-20859
+++ /dev/null
@@ -1 +0,0 @@
-A......... [ZBX-20859] fixed incorrectly exported host groups in map elements (Sasha)
diff --git a/ChangeLog.d/bugfix/ZBX-20898 b/ChangeLog.d/bugfix/ZBX-20898
deleted file mode 100644
index d630940c0b3..00000000000
--- a/ChangeLog.d/bugfix/ZBX-20898
+++ /dev/null
@@ -1 +0,0 @@
-.........T [ZBX-20898] fixed duplicate UUID in official template (abakaldin)