From d5038733b8d45c155bcfb5ba0035c2f2ca34552e Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Fri, 15 Jun 2018 09:19:34 +0200 Subject: upstream version 2017.11 --- CHANGELOG | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 CHANGELOG (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG new file mode 100644 index 0000000..46f5f74 --- /dev/null +++ b/CHANGELOG @@ -0,0 +1,32 @@ +# 2017-06-13 +* Added `--score` option. +* Remove old-style message formatting. +* Use logging module instead of custom methods. + +# 2017-01-07 +* case-insensitive country name matching + +# 2014-08-15 +* added `--info` option for displaying info about each mirror +* added support for filtering by country code + +# 2013-12-15 +* added code to time rsync downloads (suggested by Teo Guo Ci, implemented with a slightly different approach) +* `get_mirrorlist` method now accepts an unquoted command list. +* updated string formatting commands (e.g. `'foo %s %s' % (x, y)` to `'foo {} {}'.format(x, y)`) +* changed format of generated mirrorlist header +* fixed help message for `--verbose` (STDOUT -> STDERR) + +# 2013-01-04 +* added `--include` and `--exclude` filter options +* removed `--grep` option (replaced by `--include`) + +# 2012-06-28 +* added JSON data caching to avoid redundant connections to archlinux.org +* added `--connection-timeout` and `--cache-timeout` options + +# 2012-03-24 +* added "delay" and "score" to sort options + +# 2011-03-25 +* rewritten in Python 3 following the deprecation of the perl-xyne-arch package -- cgit v1.2.3