summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2001-09-01 11:50:42 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2001-09-01 11:50:42 +0000
commitd6695b516efde0ee340fd580902e8511bfaa8d48 (patch)
treed19f50a64b4009f543f3b79b68ea576aac200bd7 /ChangeLog
parent2748fdac3983f03dca3ee735d61672f46229e7f0 (diff)
- table "Supported parameters by platform" added to manual.txt
- removed recommendation of PostgreSQL from manual.txt - use of /proc was changed to native calls to sysinfo where possible git-svn-id: svn://svn.zabbix.com/trunk@180 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 975f6841..0e2ef972 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,11 +1,14 @@
Changes for 1.0alpha10:
+ - table "Supported parameters by platform" added to manual.txt
+ - removed recommendation of PostgreSQL from manual.txt
+ - use of /proc was changed to native calls to sysinfo where possible
- fixed double appearing of complex triggers in list of triggers
- added form for changing host details
- All calculations are made in C code instead of SQL statements
- Housekeping now runs as separate process, however it's part of zabix_suckerd
- "Not monitored" will not be displayed
- - Calls to mhash() changed to md5(), thus eliminating use of mhash module.
+ - Calls to mhash() changed to md5(), thus eliminating use of php4-mhash module.
- Added missing line in zabbix_suckerd. Now it reads items.snmp_oid from DB.
Changes for 1.0alpha9: