diff --git a/Changes b/Changes index 6bc52a1..a204531 100644 --- a/Changes +++ b/Changes @@ -1,8 +1,9 @@ Revision history for Lutim -0.7 2015-08-02 +0.7 ? - Use .po files for internationalization - Add spanish translation (thx to Laura Arjona Reina) + - Remove deprecated (due to typo) option "provisionning". 0.6 2014-10-03 - Add OpenGraph tags in social page (ex-twitter page) diff --git a/lib/Lutim.pm b/lib/Lutim.pm index a4d098c..44670e5 100644 --- a/lib/Lutim.pm +++ b/lib/Lutim.pm @@ -33,9 +33,6 @@ sub startup { } }); - # Default values - $config->{provisioning} = $config->{provisionning} if (defined($config->{provisionning})); - die "You need to provide a contact information in lutim.conf !" unless (defined($config->{contact})); $ENV{MOJO_MAX_MESSAGE_SIZE} = $config->{max_file_size}; diff --git a/lutim.conf.template b/lutim.conf.template index 0860055..8c3c59c 100644 --- a/lutim.conf.template +++ b/lutim.conf.template @@ -36,9 +36,6 @@ #provis_step => 5, # max number of URLs to be provisioned - # WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING - # in the first version, this option was provisionning with two 'n'. While the option with the typo is still valid, it is deprecated. - # in the next version (0.4), only provisioning with ine 'n' will be accepted # optional, default is 100 #provisioning => 100,