Release 1.0.5.
[yaid] / debian / changelog
index 689edb8..0d8d894 100644 (file)
@@ -1,3 +1,45 @@
+yaid (1.0.5) experimental; urgency=medium
+
+  * Fix hall-of-mirrors effect when we find a non-NAT entry in
+    `/proc/net/nf_conntrack'.
+  * Search `/proc/net/tcp6' for IPv4-mapped IPv6 addresses if we don't
+    find an IPv4 address in `/proc/net/tcp'.
+
+ -- Mark Wooding <mdw@distorted.org.uk>  Mon, 04 Jun 2018 03:00:22 +0100
+
+yaid (1.0.4) experimental; urgency=low
+
+  * Some portability fixes for amd64.
+  * Fix Debian packaging (build-depends, source/format, only works on Linu).
+  * Proper logging of fatal errors.
+
+ -- Mark Wooding <mdw@distorted.org.uk>  Thu, 18 Feb 2016 16:07:56 +0000
+
+yaid (1.0.3) experimental; urgency=low
+
+  * Fix use-after-free bugs which led to easy denial of service attack.
+  * Fix memory corruption bug.
+  * Fix IPv6 loopback address in sample policy file, which was
+    embarrasingly wrong.
+  * Fix uninitialized memory read in logging completely invalid input.
+  * Some minor improvements to the manpage.
+
+ -- Mark Wooding <mdw@distorted.org.uk>  Thu, 04 Feb 2016 19:26:00 +0000
+
+yaid (1.0.2) experimental; urgency=low
+
+  * Fix manual page formatting.
+  * Some internal tweaks to improve compiler diagnostics.
+
+ -- Mark Wooding <mdw@distorted.org.uk>  Mon, 21 Apr 2014 11:24:48 +0100
+
+yaid (1.0.1) experimental; urgency=low
+
+  * Really only read the first 100 lines of a user policy file, even if it
+    doesn't actually contain any policy lines.
+
+ -- Mark Wooding <mdw@distorted.org.uk>  Sun, 23 Jun 2013 23:31:40 +0100
+
 yaid (1.0.0) experimental; urgency=low
 
   * Initial version.