From 981c0ebf408ce53e8b5f487c1fa1139942e7dc13 Mon Sep 17 00:00:00 2001 From: Robin Sommer Date: Tue, 10 Jan 2012 17:37:49 -0800 Subject: [PATCH] Couple submodule notes for NEWS. --- NEWS | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index aca9a820b6..96544d887e 100644 --- a/NEWS +++ b/NEWS @@ -43,8 +43,20 @@ final release are: * Some NOTICES were renamed, and the signatures of some SSL events have changed. + * bro-cut got some new capabilities: + + - If no field names are given on the command line, we now pass + through all fields. + + - New options -u/-U for time output in UTC. + + - New option -F to give output field separator. + + * Broccoli supports more types internally, allowing to send + complex records. + * Many smaller bug fixes, portability improvements, and general - polishing. + polishing across all modules.