aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2007-04-13 11:35:19 +0000
committerYang Tse <yangsita@gmail.com>2007-04-13 11:35:19 +0000
commit8d2a0fe85baecdf5e3dbe3a03a509972908e44c1 (patch)
treed94709e4176327573b1efb809b11e9813a2c1a69 /CHANGES
parentb039d883e54b5cf10935f0195b19512460f368dc (diff)
Fix test case 534 which started to fail 2007-04-13 due to the existance
of a new host on the net with the same silly domain the test was using for a host which was supposed not to exist.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index e82301db9..0b26967a2 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,11 @@
Changelog
+Yang Tse (13 April 2007)
+- Fix test case 534 which started to fail 2007-04-13 due to the existance
+ of a new host on the net with the same silly domain the test was using
+ for a host which was supposed not to exist.
+
Daniel S (12 April 2007)
- Song Ma found a memory leak in the if2ip code if you pass in an interface
name longer than the name field of the ifreq struct (typically 6 bytes), as