diff --git a/Changelog b/Changelog index 5af88aa..f95782d 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,7 @@ +2.01: + +dict.leo.org now forces SSL via Cloudflare, we follow suit. + 2.00: Fixed rt.cpan.org#119714 rt.cpan.org#120563 and https://github.com/TLINDEN/leo/pull/1: diff --git a/README b/README index 5a0b552..6769b7f 100644 --- a/README +++ b/README @@ -37,10 +37,10 @@ HISTORY COPYRIGHT WWW::Dict::Leo::Org + leo - Copyright (c) 2007-2016 by Thomas v.D. + Copyright (c) 2007-2017 by Thomas v.D. http://dict.leo.org/ - Copyright (c) 1995-2016 LEO Dictionary Team. + Copyright (c) 1995-2017 LEO Dictionary Team. The search results returned by leo are based on the work of the people at LEO.org. Thanks for the great work. diff --git a/leo b/leo index 9ec3d89..6c98d0b 100755 --- a/leo +++ b/leo @@ -13,7 +13,7 @@ # All other brand and product names are trademarks, registered trademarks # or service marks of their respective holders. -#use lib qw(blib/lib); +use lib qw(blib/lib); use utf8; @@ -33,7 +33,7 @@ my $default_c = "\033[0m"; # reset default terminal color my $bold_c = "\033[0;34m"; # blue color my $copy_c = "\033[0;35m"; # copyright message color (green) -my $version = "2.00"; +my $version = "2.01"; my $config = $ENV{HOME} . "/.leo"; my $cache = $ENV{HOME} . "/.leo-CACHE.db"; @@ -645,9 +645,9 @@ to me, thanks. =head1 COPYRIGHT -B copyleft 2000-2016 Thomas v.D.. All rights reserved. +B copyleft 2000-2017 Thomas v.D.. All rights reserved. -http://dict.leo.org/ copyright (c) 1995-2016 LEO Dictionary Team. +http://dict.leo.org/ copyright (c) 1995-2017 LEO Dictionary Team. The search results returned by B are based on the work @@ -670,6 +670,6 @@ browser, what is not prohibited. At least not today. =head1 VERSION -This is the manpage for B version B<1.43>. +This is the manpage for B version B<2.01>. =cut