summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2009-05-18 11:41:19 +0200
committerfranck cuny <franck@lumberjaph.net>2009-05-18 11:41:19 +0200
commitc00d47bb6eb43c6d33f8f7a0a1a48fa83fce1da6 (patch)
tree8e58eeed15bd2fb483c310ef7bbe23ff277ef6aa /ChangeLog
downloadlwpx-paranoidagent-c00d47bb6eb43c6d33f8f7a0a1a48fa83fce1da6.tar.gz
import version 1.04
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog32
1 files changed, 32 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
new file mode 100644
index 0000000..1caea61
--- /dev/null
+++ b/ChangeLog
@@ -0,0 +1,32 @@
+1.04:  2008-10-30
+	- fix tests to no longer rely on my DNS servers, which had since migrated
+	  to EasyDNS which doesn't allow the types of malicious records I was
+	  testing for.  instead, switch to a mock object resolver.
+	  (Brad Fitzpatrick, brad@danga.com)
+
+1.03:  2006-08-21
+	- run under taint mode (Curtis Jewell <perl@csjewell.fastmail.us>)
+
+        - block 192.0.2.0/24 and 192.88.99.0/24 (Robby Griffin <rmg@terc.edu>)
+
+1.02:  2005-05-24
+	- block 0.0.0.0/8 as well (Andy Thomas <andy.thomas2@gmail.com>)
+
+1.01:  2005-05-23
+	- more POD docs (constructor and method calls)
+
+	- be aware of all forms of IP address (a, a.b, a.b.c, a.b.c.d)
+	  where all of a, b, c, and d can be in decimal, octal, or hex.
+	  (thanks to Martin Atkins and Timwi for pointing this out) pass
+	  in the canonicalized version of the IP address to the bad hosts
+	  checker.
+
+1.00:  2005-05-20
+ 	- fix holes pointed out by Martin Atkins (led to me doing all the
+	  Net::DNS and manual resolving work)
+
+	- bundle the test script by adding a local webserver mode to it,
+	  rather than using an xinetd script
+
+0.99:  2005-05-19
+     - initial release