From 432a8eda44a05b7d081c56a295b0decf6eb18cd5 Mon Sep 17 00:00:00 2001 From: Peter Powell Date: Thu, 5 Jul 2012 01:57:40 +0100 Subject: Explicitly deprecate some config changes. --- src/configreader.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/configreader.cpp b/src/configreader.cpp index b0bb6a92f..1e6d96d0d 100644 --- a/src/configreader.cpp +++ b/src/configreader.cpp @@ -436,8 +436,11 @@ static const Deprecated ChangedConfig[] = { {"options", "somaxconn", "has been moved to as of 1.2a3"}, {"options", "netbuffersize", "has been moved to as of 1.2a3"}, {"options", "maxwho", "has been moved to as of 1.2a3"}, - {"options", "loglevel", "1.2 does not use the loglevel value. Please define tags instead."}, + {"options", "loglevel", "1.2+ does not use the loglevel value. Please define tags instead."}, {"die", "value", "you need to reread your config"}, + {"bind", "transport", "has been moved to as of 2.0a1"}, + {"link", "transport", "has been moved to as of 2.0a1"}, + }; void ServerConfig::Fill() -- cgit v1.2.3