summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorsasha <sasha@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-12-14 15:19:44 +0000
committersasha <sasha@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-12-14 15:19:44 +0000
commita9342132c016c7f7676ab252d7931504a065b87c (patch)
tree22034c8d82b975d4ddf2f26e2183c89b385ab110 /ChangeLog
parentbeb9fbcdd9d8d9b5b9c6e5d9c6c1af91caf3dfea (diff)
downloadzabbix-a9342132c016c7f7676ab252d7931504a065b87c.tar.gz
zabbix-a9342132c016c7f7676ab252d7931504a065b87c.tar.xz
zabbix-a9342132c016c7f7676ab252d7931504a065b87c.zip
- [ZBX-220] fixed agent crash in case of timeout during first connect (Sasha)
[svn merge -r5172:5176 svn://svn.zabbix.com/branches/1.4] git-svn-id: svn://svn.zabbix.com/trunk@5178 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 1821b39f..db21e4e7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -31,9 +31,13 @@ Changes for 1.5:
- changed how is showed messages (Artem)
- added login/logout (Artem)
-Changes for 1.4.3:
+Changes for 1.4.4:
+ - [ZBX-220] fixed agent crash in case of timeout during first connect (Sasha)
- [ZBX-219] fixed server crash in processing of discovery (Sasha)
+
+Changes for 1.4.3:
+
- [ZBX-218] fixed problem "Unable to add performance counter" on start of win agent(Sasha)
- [ZBX-192] fixed active checks stops after connection loss (Sasha)
- [ZBX-152] fixed inefficient check of user permissions (Alexei)