summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-06-15 09:19:34 +0200
committerErich Eckner <git@eckner.net>2018-06-15 09:19:34 +0200
commitd5038733b8d45c155bcfb5ba0035c2f2ca34552e (patch)
treec56d67940f41dda40b5ad658dd302792d21fa323 /CHANGELOG
downloadreflector32-d5038733b8d45c155bcfb5ba0035c2f2ca34552e.tar.xz
upstream version 2017.11
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG32
1 files changed, 32 insertions, 0 deletions
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