summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorsasha <sasha@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-09-17 09:35:13 +0000
committersasha <sasha@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-09-17 09:35:13 +0000
commit2ae95f35e566afdee93ea06bbf02443257ce7716 (patch)
tree0eddf35ca439ddc34473ffe97fce4615705017ad /ChangeLog
parentcb2c5743fee519c1490317552b98a09f48daf92a (diff)
[DEV-23] improvements in configure.in IPv6 (Sasha)
[DEV-23] Autodiscovery for IPv6 (Sasha) [DEV-17] Add support of IPv6 to standard library (comms.c) (Sasha) [DEV-21] extended size of IP fields to accept IPv6 style IPs (Alexei) [DEV-21] added basic validation of IPv6 IP addresses in GUI (Alexei) [DEV-18] Modified structures of include/db.h to have larger length for IP addresses. [DEV-18] database schema enhanced for IPv6 addresses (Alexei) Minor fix for confgure.in. support of --enable-ipv6 for configure.in (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@4752 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0152c911..ecbeaabc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -13,6 +13,12 @@ Changes for 1.5:
Changes for 1.4.3:
+ - [DEV-23] Autodiscovery for IPv6 (Sasha)
+ - [DEV-17] Add support of IPv6 to standard library (comms.c) (Sasha)
+ - [DEV-21] extended size of IP fields to accept IPv6 style IPs (Alexei)
+ - [DEV-21] added basic validation of IPv6 IP addresses in GUI (Alexei)
+ - [DEV-18] database schema enhanced for IPv6 addresses (Alexei)
+ - [DEV-20] support of --enable-ipv6 for configure.in (Alexei)
- [NTT-16] added synchronisation of last value and timestamp for DM (Alexei)
- [ZBX-1] fixed wrong status of function "nodata" after server restart (Sasha)
- [ZBX-33] fixed problem in table names in data.sql for PostgreSQL (Sasha)