summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2002-05-21 19:46:52 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2002-05-21 19:46:52 +0000
commit53e0448d2bbc13ce4539311d738fc8cf33bbdaff (patch)
treebcd37c4c99a6e04484099e0817159fc5e89fe3ae /ChangeLog
parentd59a50dc3183a8dbb6a7107b0d53bb583b7a9dfb (diff)
- fixed double posting of the same trigger status into alarms (Alexei)
git-svn-id: svn://svn.zabbix.com/trunk@381 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 62270d79..1e7b7049 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,7 @@ Not ready yet:
[ CORE. Make Zabbix compile by cc ]
[ CORE. Change trigger status in case if host/item status is changed ]
+[ CORE. Get rid of all numerics constants in the code ]
[ PHP. Show triggers by userid ]
@@ -14,9 +15,15 @@ Not ready yet:
[ HB. Authorisation without user name/password ]
[ HB. zabbix_suckerd core dumps occasionally ]
+[ HB. SNMP code core dumps occasionally ]
+
+[ DOCS. SNMP with missing MIB files can be used by:
+snmpget -On localhost public enterprises.ucdavis.memory.memTotalSwap.0]
Changes for 1.0beta4:
+ - fixed double posting of the same trigger status into alarms (Alexei)
+
- fixed macros substitution in email alerts (Alexei)
- removed option -Wall from all Makefiles (Alexei)
- removed "//" comments from Zabbix code (Alexei)