2004-08-23 Paul Jakma <paul@dishone.st>

        * zebra/zserv.c: (zebra_init) remove implicit ip forward enabling
        * NEWS: warn about forwarding change
diff --git a/NEWS b/NEWS
index 3e70474..174a490 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,9 @@
 * Changes in Quagga 0.96.6
 
+- Zebra no longer enables forwarding by default. If you rely on zebra to
+  enable forwarding make sure to add '<ip|ip6> forwarding' statements
+  to your zebra configuration file.
+
 - All libraries are built and used shared, on platforms where libtool
   supports shared libraries.