- Add support for FreeBSD 8 which is recently forked from FreeBSD 7.
- Regenerate IN module for most recent maintenance tree of FreeBSD 6 and 7.
diff --git a/Misc/NEWS b/Misc/NEWS
index be6b6ff..6304267 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -274,6 +274,9 @@
 Library
 -------
 
+- IN module for FreeBSD 8 is added and preexisting FreeBSD 6 and 7
+  files are updated.
+
 - Issues #1181, #1287: unsetenv() is now called when the os.environ.pop()
   and os.environ.clear() methods are used.