chiark / gitweb /
logging: Use lg_exitstatus
[secnet.git] / NEWS
diff --git a/NEWS b/NEWS
index 4b50c596b86b413d0eef30bf6f561323f7043e78..8094c3e79c448870a606cd3aca1224a4fd58b9bc 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,14 +3,32 @@
 Please note that the 0.1 series of secnet releases is now 'maintenance
 only'; further development continues in secnet-0.2.
 
-* Planned for version 0.1.17
-
 Debconf support - if you are using the Debian packaged version and
 your secnet configuration is autogenerated using debconf then the
 upgrade to version 0.2.0 should just involve installing the package;
 an appropriate 0.2-style configuration file will be generated
 automatically.
 
+* New in version 0.1.18
+
+ipaddr.py now declares its character encoding; required by recent
+versions of Python
+
+* New in version 0.1.17
+
+autoconf updates for cross-compilation / more modern autoconf from
+Ross Younger <ross@crazyscot.com>
+
+MacOS X support from Richard Kettlewell <richard@sfere.greenend.org.uk>
+
+Makefile fix: Update bison pattern rule to indicate that both the
+.tab.c and .tab.h files are generated by the same command.
+
+i386 ip_csum implementation updated to work with modern gcc
+
+Rename global 'log' to 'slilog' to avoid conflict with gcc built-in
+log() function.
+
 * New in version 0.1.16
 
 XXX XXX PROTOCOL COMPATIBILITY IS BROKEN BETWEEN VERSION 0.1.16 AND