chiark / gitweb /
Import release 0.1.15
[secnet.git] / NEWS
diff --git a/NEWS b/NEWS
index 79cb7727302310290707404e74a645bb08fab02b..4af302456a8550892eb88f7abf2fb0fe252b83e2 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -18,9 +18,33 @@ etc.
 
 See also file "TODO".
 
-* Planned for version 0.1.14
+* New in version 0.1.15
 
-RFC1812-compliance in netlink.c
+Now terminates with an error when an "include" filename is not
+specified in the configuration file (thanks to RJK).
+
+RSA private key operations optimised using CRT. Thanks to SGT.
+
+Now compiles cleanly with -Wwrite-strings turned on in gcc.
+
+Anything sent to stderr once secnet has started running in the
+background is now redirected to the system/log facility.
+
+* New in version 0.1.14
+
+The --help and --version options now send their output to stdout.
+
+Bugfix: TUN flavour "BSD" no longer implies a BSD-style ifconfig and
+route command invocation.  Instead "ioctl"-style is used, which should
+work on both BSD and linux-2.2 systems.
+
+If no "networks" parameter is specified for a netlink device then it
+is assumed to be 0.0.0.0/0 rather than the empty set.  So, by default
+there is a default route from each netlink device to the host machine.
+The "networks" parameter can be used to implement a primitive
+firewall, restricting the destination addresses of packets received
+through tunnels; if a more complex firewall is required then implement
+it on the host.
 
 * New in version 0.1.13