From: achbed Date: Fri, 30 Jan 2015 09:32:43 +0000 (-0600) Subject: Removed redundant reference to stationdefaults X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=47554bd6950d25a9980a177d472b6acfae453028;p=deefuzzer.git Removed redundant reference to stationdefaults Changed from "station setup" to "station initialization" for better clarity Signed-off-by: achbed --- diff --git a/README.rst b/README.rst index b13e47f..b23be9a 100644 --- a/README.rst +++ b/README.rst @@ -54,10 +54,9 @@ News * Add stationconfig preference (load other preference files as stations) (@achbed #31) * Add new station.server.appendtype option * Add new base_dir parameter to station definition - * New stationdefaults parameter (provides a mechanism to give default values for all stations) (@achbed #29) * Better thread management (@achbed #36 #37 #38) * Improved stability avoiding crashes with automatic station restart methods (@achbed #39 #45) - * Added option (ignoreerrors) to log and continue when an error occurs during station setup (@achbed #43) + * Added option (ignoreerrors) to log and continue when an error occurs during station initialization (@achbed #43) * Cleanup, better documentation and good ideas (@choiz #15 #16 #17 #23) * Various bugfixes * Many thanks to all participants and especially to @achbed for his **huge** work, efficiency and easy collaboration