Skip to content
This repository was archived by the owner on Jun 6, 2018. It is now read-only.

Releases: manjaro/pacman-mirrors

v4.10.1 stable

Choose a tag to compare

@fhdk fhdk released this 01 Apr 12:30

Implemented issue #128
Updated translations
Updated docs

Bugfix release

Choose a tag to compare

@fhdk fhdk released this 24 Mar 10:26

Fix for issue #130

4.9.0 Stable

Choose a tag to compare

@fhdk fhdk released this 23 Mar 12:12

Issue #127
Added -lc/--country-config listing custom country selection

4.8.3 stable

Choose a tag to compare

@fhdk fhdk released this 20 Mar 12:13

Fixes issue #123, #124, #125

4.2.2

Choose a tag to compare

@fhdk fhdk released this 04 Sep 07:09

Minor bugfixes
4.2.2: Fix for missing text when country was not found using -c/--country
4.2.1: Fix for inconvenient exit code when using --api --get-branch.

pacman-mirrors-4.2.2.tar.gz

4.2.0

Choose a tag to compare

@hphilm hphilm released this 14 Jun 18:56
  • Improvement: Added -U / --url #105.
  • Improvement: Added -R/--re-branch #105.
  • Improvement: Added man page.

Breaking changes

  • -S/--set-branch $BRANCH requires branch as argument.
  • -u/--update renamed to -y/--sync.
  • NoUpdate configuration removed from pacman-mirrors.conf.
  • --no-update argument removed.
  • MirrorlistsDir = /etc/pacman.d/mirrors removed from pacman-mirrors.conf.
  • -o/--output argument removed.
  • OutputMirrorlist = /etc/pacman.d/mirrorlist removed from pacman-mirrors.conf
  • -d/--mirror_dir argument removed.

Other improvements and fixes:

  • Improvement: Do not write bad servers to the end of the mirrorlist.
  • Improvement: created argument groups for logic division of arguments usage.
  • Improvement: -G/--get-branch and -S/--set-branch mutually exclusive.
  • Improvement: -n/--no-mirrorlist and -y --sync mutually exclusive.
  • Improvement: added choices to -P/--proto [all, http, https, ftp, ftps].
  • Improvement: sorting mirrorlist by country during load of data file.
  • Fix: Bug where ssl-certificate errors would break execution.
  • Fix: Issue where values from configuration was not parsed correct.
  • Fix: Issue where location in config was not determined correctly.

4.1.4

Choose a tag to compare

@hphilm hphilm released this 16 May 13:13
  • Improvement: Removed --no-mirrorlist dependency on API
  • Fix: Behavior of --no-mirrorlist. Download updated mirror files before exit.

4.1.3

Choose a tag to compare

@hphilm hphilm released this 16 May 07:10
  • Fix: comparison of mirrorfiles fixed

4.1.2

Choose a tag to compare

@hphilm hphilm released this 15 May 07:44
  • Fix: ranking breaks when --interactive is used with --default

4.1.1

Choose a tag to compare

@hphilm hphilm released this 01 May 13:48
  • Modified network check so a single site failure is not considered network failure.