Newer
Older
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## Added
- Add SRCINFO syntax for Vim (!23) (ObserverOfTime)
## [1.7.1] - 2022-09-07
### Fixed
- updpkgsums: fix when PKGBUILD contains *sums+= (!22) (Piggy NL)
## [1.7.0] - 2022-09-07
### Added
- rankmirrors: Allow parallel time check (6614285b) (Dmitry Kuzmenko)
- zsh completions (!14) (Arvid Norlander)
- pacdiff: Add backup option to save old files (.bak) when (O)verwriting (!17) (Matthew Armand)
- pacdiff: Add -3/--threeway option to view diffs in 3-way fashion (!18) (Ehsan Ghorbannezhad)
### Changed
- pacdiff: clarify -s/--sudo docs to indicate use of sudoedit as well as sudo (!16) (Matt Armand)
- pacdiff: stop if the base file extraction fails (a4a32b5f) (Evangelos Foutras)
- pacdiff: fix base package filtering expression (bb26f141) (Evangelos Foutras)
- Vim: Add ISC and OFL as special licenses (!11) (Daniel M. Capella)
- Add continuous testing (bbdf959f, b05ed44f, a0b1d8e1) (Daniel M. Capella)
- Switch to EditorConfig from Vim modelines (!9) (Daniel M. Capella)
- Remove PrivateUsers=yes from paccache.service (!13) (David Runge)
- pacdiff: automatically delete pacfile after viewing if identical (3528b32c) (John A. Leuenhagen)
- pacdiff: Learn the (M)erge mode (94b2a194) (Denton Liu)
- pacdiff: Add option to use sudo/sudoedit to manage files (19ab4fac) (Daniel Parks)
- paccache.service.in: Harden unit (59fd4efb) (Frederik “Freso” S. Olesen)
- pacman-filesdb: systemd service and timer for `pacman -Fy` (dff74498, 871ffc94) (Thiago Perrotta)
- checkupdates: Provide --nosync option (!2) (Samir Benmendil)
- PKGBUILD.vim improvements (!5) (Jelle van der Waa)
- updpkgsums: don't try to add nonexistent checksums (80275d21) (Eli Schwartz)
- pactree: Add --debug (2d13a236) (Edward E)
- pactree: Add --gpgdir, set the gpg directory (a4e69cac) (Edward E)
- pactree: introduce the --optional flag (FS#61336) (b6d08b40) (Will Song)
- doc: make timestamps in man pages reproducible (e2a5e43b) (Jonas Witschel)
- paccache.service.in: Reword description to more clearly specify what it does (269a2cdc) (Johannes Löthberg)
- pactree: Improve command line validation (FS#64589) (e77e13b0) (Sebastian Jakubiak)
- pactree: Fix redundant arrows in Graphviz output (c7be8631) (Sebastian Jakubiak)
- paccache: Support cleaning many thousands of candidates (547a66d5) (Leonid Bloch)
- Add document describing the release procedures. (21449e3) (Johannes Löthberg)
- vim: Add Unlicense as valid license. (f835547) (Daniel M. Capella)
- checkupdates: Use $UID instead of $USER in the tempdir path. (a8b342e) (nl6720)
- checkupdates, paccache, and pacdiff were ported to libmakepkg. (431e564) (Eli Schwartz)
- checkupdates: Exit with 2 if there are no updates available. (3da550e) (Eli Schwartz)
- rankmirrors: Fix parsing of -m argument. (d026415) (Johannes Löthberg)
- updpkgsums: Use makepkg's checksum algorithm type specification, fixing support for b2sums. (c8ef727) (Eli Schwartz)
- vim: Recognize validpgpkeys variable. (e6950d3) (Jelle van der Waa)
### Added
- checkupdates: Add option for downloading updates. (ab69666)
- docs: Add manpages for checkupdates, pacdiff, pacsort, updpkgsums. (d25a8b2, 35eef6b, ef63784, b258c31) (Jelle van der Waa, Johannes Löthberg)
- paccache: Add --age-atime and --age-mtime arguments. (45c1916) (wisp3rwind)
- vim: Add indent file. (020b533) (Daniel M. Capella)
- vim: Add b2sums to PKGBUILD syntax file. (fc21909) (Eli Schwartz)
- Vim: Add Boost and MPL2 as valid licenses. (b5cb1ce) (Daniel M. Capella)
- paclist: Allow listing packages from multiple repos at once. (58bfa06) (Lars Rustand)
- paclist: Also list packages where the installed version differ from the repo version. (4849211) (Michael Straube)
- vim: Remove version check for Vim older than 6.0 from PKGBUILD syntax file. (b4ae0e5) (Daniel M. Capella)
- checkupdates, paccache, pacdiff: Don't use colors on a dumb terminal. (c57d275) (Ivy Foster)
- pacccache: Fix parsing of --move argument. (9ebae18) (Self-Perfection)
- pacdiff: Don't assume the DBPath has a trailing slash. (0c260d3) (Eli Schwartz)
- pacsort: Support all compression formats supported by `makepkg`. (aa22e5c) (Johannes Löthberg)
- vim: Add `unknown` license special case to PKGBUILD syntax file. (6193d12) (Daniel M. Capella)
- paccache: Add manpage. (1603b07c) (Michael Straube)
- rankmirrors: Add --max-time flag to specify the timeout used. (2197352a) (Sami Kerola)
- pacscripts: Don't log to pacman.log when files are downloaded to the cache. (a5a3045f) (Eli Schwartz)
- pacscripts: Find package file path using pacman instead of doing it manually ourselves. (823ceb0f) (Eli Schwartz)
- pactree: Use full dependency string when finding dependencies, since if we don't use the version requirement part of the string, we will sometimes return the wrong results. (60313f75) (Johannes Löthberg)
- vim/ftplugin/PKGBUILD: Set vim 'commentstring' option (b1d5d3a8) (Antony Lee)
- vim/syntax/PKGBUILD: Add sha224sums support. (0439723c) (morganamilo)
- pacsort: Fix short version option. (5db0b1ee) (Michael Straube)
- `--version` option to pactree. (17beb345) (Johannes Löthberg)
- Import pacsort utility. (f3084926) (Daniel M. Capella)
- systemd service and timer for paccache. (769a3db6) (Isaac Good)
- Make pacscripts use `-v` as the short flag for version output instead of `-V`, in accordance with its documentation. (a970b3aa) (Johannes Löthberg)
- checkupdates now reports failures to update the databases. (b61b9b25) (Andrew Barchuk)
- Add `-v` to pacsort help output. (40a55a41) (Michael Straube)
- Imported the following utilities (Johannes Löthberg):
- checkupdates (db366b32)
- paccache (bf8826e4)
- pacdiff (9948ec2b)
- paclist (7d91b1d7)
- paclog-pkglist (e3066b47)
- pacscripts (723c1599)
- pacsearch (95ba86e3)
- pactree (1d166e4a)
- rankmirrors (1ccc6854)
- updpkgsums (bda662e1)
- Added vim highlighting for PKGBUILDs. (43ae503e) (Johannes Löthberg)
[Unreleased]: https://gitlab.archlinux.org/pacman/pacman-contrib/-/compare/v1.7.1...master
[1.7.1]: https://gitlab.archlinux.org/pacman/pacman-contrib/-/compare/v1.7.0...v1.7.1
[1.7.0]: https://gitlab.archlinux.org/pacman/pacman-contrib/-/compare/v1.6.0...v1.7.0
[1.6.0]: https://gitlab.archlinux.org/pacman/pacman-contrib/-/compare/v1.5.3...v1.6.0
[1.5.3]: https://gitlab.archlinux.org/pacman/pacman-contrib/-/compare/v1.5.2...v1.5.3
[1.5.2]: https://gitlab.archlinux.org/pacman/pacman-contrib/-/compare/v1.5.1...v1.5.2
[1.5.1]: https://gitlab.archlinux.org/pacman/pacman-contrib/-/compare/v1.5.0...v1.5.1
[1.5.0]: https://gitlab.archlinux.org/pacman/pacman-contrib/-/compare/v1.4.0...v1.5.0
[1.4.0]: https://gitlab.archlinux.org/pacman/pacman-contrib/-/compare/v1.3.0...v1.4.0
[1.3.0]: https://gitlab.archlinux.org/pacman/pacman-contrib/-/compare/v1.2.0...v1.3.0
[1.2.0]: https://gitlab.archlinux.org/pacman/pacman-contrib/-/compare/v1.1.0...v1.2.0
[1.1.0]: https://gitlab.archlinux.org/pacman/pacman-contrib/-/compare/v1.0.0...v1.1.0
[1.0.0]: https://gitlab.archlinux.org/pacman/pacman-contrib/-/compare/v0.0.1...v1.0.0
[0.0.1]: https://gitlab.archlinux.org/pacman/pacman-contrib/-/commits/v0.0.1