summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2001-08-30 12:00:02 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2001-08-30 12:00:02 +0000
commit021efd5bfe977924076cccd522b09d62f9218bad (patch)
tree4a9b9cbef104a9919c5b2f7ec0b7f51bab9e4212 /ChangeLog
parentee10f3832e9cb01b848842510cff0b9097227982 (diff)
All calculations are made in C code instead of SQL statements.
git-svn-id: svn://svn.zabbix.com/trunk@177 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ee5f9ff9..9bd9626b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
Changes for 1.0alpha10:
+ - 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.