This repository has been archived by the owner on Jun 6, 2018. It is now read-only.
Releases: manjaro/pacman-mirrors
Releases · manjaro/pacman-mirrors
4.1.0
- Added protocol option to api.
- Possible to control protocols from CLI
/var/lib/pacman-mirrors/mirrors.json
is causing confusion so it has been removed.- Only one fallback is needed
/usr/share/pacman-mirrors/mirrors.json
. - If a new
mirrors.json
is available - existing will be updated by pacman-mirrors.
- Only one fallback is needed
- Improvement on default mirrorlist.
- mirror protocols are reverse sorted (https,http,ftps,ftp).
- if several protocols exist only the first is written to mirrorlist. Thus ssl enabled protocols get priority.
- Improvement on mirror protocol selection #90.
- If a mirror offers more than one protocol - only the first is written to the mirrorlist.
- Added
# Protocols =
to pacman-mirrors.conf. - Defined protocols are honored in the order in which they appear.
- Improvement on
--interactive
: select mirrors by protocol. - Added a simple API #81.
- Update translations.
- Code optimizing.
- Added to config
# SSLVerify = True
. - Refactored mirrorcheck to ignore a mirrors certificate error if
SSLVerify = False
. - Refactored mirrorcheck for https-mirrors timing out during ssl-handshake.
- Update docs.
4.0.4
Fix issue with UnicodeEncodeError in inactive mode
4.0.3
4.0.0
- Add: -l/--list Print available mirror countries
- Add: Network check; do not run rank if no internet.
- Add: -f/--fasttrack [n] argument.
- Modified GUI and TUI to reflect rank/random method.
- Colorized console output by message type.
- Internal rewrite to use json files from repo.manjaro.org.
- The
/etc/pacman.d/mirrors
dir has been removed.- All data files now exist in
/var/lib/pacman-mirrors
. - If the
Custom
mirrorfile exist it will convert tocustom-mirrors.json
- All data files now exist in
- A lot of inevitable small fixes.
3.2.2
- Fix issue with multiple country select.
- Bug fixes.