build: use $argv0 placeholders in diagnostics
[aurutils.git] / makepkg / aurutils.changelog
bloba771b758d8d477c5a967c44bb7265dd65d0ef863
1 ## 18
3 * `aur-fetch`
4   + only run git-rebase/merge on new upstream commits
6 * `aur-build`
7   + shell escape file names in diagnostics
9 ## 17.3
11 * `aur-build`
12   + use `printf` instead of `warning` (#1101)
14 ## 17.2
16 * `aur-sync`
17   + remove repository write check
19 * `examples`
20   + rename `sync-rebuild --vcs` to `--pkgver`
22 ## 17.1
24 * `examples`
25   + add `--vcs` for `sync-rebuild`
27 ## 17
29 * `aur-sync`
30   + `--no-build` now prints `AURDEST` paths regardless of `AUR_SYNC_USE_NINJA` (#1096)
32 * `examples`
33   + remove `python-pyxdg` dependency (#1096)
34   + fixes for `sync-rebuild` (#1096)
36 ## 16.5
38 * `examples`
39   + add `--chroot`, `--user` for `sync-rebuild`
41 ## 16.4
43 * `aur-repo-parse`
44   + improve `Repository` field
45   + check database extension
47 * `examples`
48   + add AUR dependency resolution for `sync-rebuild`
50 ## 16.3
51 * `aur-sync`
52   + only print queue with `--no-build` to standard output
54 ## 16.2
56 * `aur-sync`
57   + `--save` now applies when building packages
59 ## 16.1
61 * `examples`
62   + fixes for `sync-rebuild`
64 ## 16
66 * `aur-repo`
67   + `--status` is now the default
68   + add `Repository` to `--json` / `--jsonl` output
70 * `aur-format`
71   + add `%R` format option
73 * `perl`
74   + `write_json()` now returns a string
76 * `aur`
77   `--env` now prints `PERL5LIB`
79 ## 15.7
81 * `aur-repo`
82   + add `--search`, `--search-by` (#1057)
84 * `aur-sync`
85   + `--save`: do not use `/dev/stdout` (#1083)
87 ## 15.6
89 * `examples`
90   + remove `AUR_EXEC_PATH` from `sync-asroot` [fixup]
92 ## 15.5
94 * `aur-build`
95   + support makepkg configuration in `/etc/aurutils` (#1076)
97 * `aur-depends`
98   + add `--jsonl`
100 ## 15.4
102 * `aur-sync`
103   + add `--save`
105 * `examples`
106   + `sync-asroot` now works with `AUR_PAGER=ranger` (#1077)
107   + `sync-rebuild` python rewrite
109 ## 15.3
111 * `aur-pkglist`, `aur-view`, `aur-search`
112   + prefix errors with command name
114 ## 15.2
116 * `aur-chroot`
117   + adjust default `makepkg`, `pacman` paths depending on `devtools` version (#1072)
119 ## 15.1
121 * `aur-pkglist`
122   + remove deprecated options (`-J` (`--json`), `-I`, `-S`) [fixup]
124 ## 15
126 * `aur-repo`
127   + add `--format` (`-f`), `--delim`
129 * `aur-format`
130   + support `aur-repo-parse --jsonl` input (`AUR::Json.pm`)
132 * `aur-pkglist`
133   + remove deprecated options (`-J` (`--json`), `-I`, `-S`)
134   + update documentation
136 * `examples`
137   + `sync-rebuild` now respects package `epoch`
139 ## 14.1
141 * `aur-sync`
142   + fix exit codes for `tsort`, `aur-repo-parse`
144 ## 14
146 * `aur-depends`
147   + add `Self` dependency for every target (#1065)
149 * `aur-sync`
150   + `--rebuild-tree` now implies `--no-provides` (#1068)
151   + add `--no-sync` (`aur-build --no-sync`) (#1064)
153 ## 13.8
155 * `aur-depends`
156   + add `--show-all` (alias for `--all`)
157   + prune virtual targets with `--all`
159 ## 13.7
161 * `aur-depends`
162   + fix regression in 13.6
164 ## 13.6
166 * `aur-depends`
167   + fix output when non-AUR targets are specified on the command-line (#1062)
169 ## 13.5
171 * `aur-build`
172   + use /etc/aurutils/pacman-<db_name>.conf only with `--database` or `AUR_REPO` set
174 ## 13.4
176 * `aur-fetch`
177   + exit 0 on empty stdin (`-`, `/dev/stdin`)
179 * `aur-depends`
180   + exit 0 on empty stdin (`-`, `/dev/stdin`)
182 * `aur-query`
183   + exit 0 on empty stdin (`-`, `/dev/stdin`)
185 * `aur-view`
186   + evaluate `AUR_CONFIRM_PAGER`
188 ## 13.3
190 * `Makefile`
191   + correctly install to `AUR_LIB_DIR`
193 * `aur-build`
194   + get local repository state before `--chroot` configuration
196 * `aur-graph`
197   + add `PRINTALL`
199 * `aur.1`
200   + fixes for `aur-format`
202 ## 13.2
204 * `build--pkglist`
205   + set `pkgname` as fallback for `pkgbase` (#1058)
207 ## 13.1
209 * `aur-fetch`
210   + fix regression for `aur-fetch--mirror`
212 ## 13
214 * `aur-build`
215   + add `--null` (`-z`)
216   + add `AUR_BUILD_PKGLIST` environment variable
218 * `aur-build--pkglist`
219   + remove `--user` (`-U`)
220   + only run as root with `AUR_ASROOT` set
222 * `aur-depends`
223   + add `--assume-installed`
225 * `aur-srcver`
226   + accept arbitrary source directories as arguments
227   + add `--arg-file` (`-a`), `--null` (`-z`), `--margs`
228   + add `AUR_MAKEPKG` environment variable
229   + only run as root with `AUR_ASROOT` set
230   + exit 1 if any `makepkg` job failed
232 * `aur-sync`
233   + `--ignore` now removes dependencies of ignored targets
235 * `examples`
236   + update `sync-asroot` to use `AUR_BUILD_PKGLIST`
238 ## 12.1
240 * `AUR.pm`
241   + call `urlencode()` when retrieving URIs with `AUR::Query` (#1053)
243 * `aur-depends`
244   + documentation updates
246 ## 12
248 * `aur-build`
249   + merge helper `aur-build--sync` back to `aur-build`
250   + avoid errors with PKGBUILDs that fail to source with `set -e`
252 * `aur-repo-filter`
253   + `unbuffer` is now optional (#1052)
255 * `aur-view`
256   + use null seperated lists as input to vifm(1)
258 * `examples`
259   + add `sync-rebuild`
261 * `lib`
262   + unset `CDPATH` where needed
263   + use `getopt` instead of `parseopts.sh` from libmakepkg
265 * `man1`
266   + documentation updates
268 ## 11
270 * `aur-build`
271   + add `aur-build--sync` helper for local repository upgrades
272     - `sudo pacman -Syu --config` is replaced by `sudo pacsync <repo>` and `sudo pacman -S <repo>/<pkg>`
273     - local repository upgrades are now unaffected by `--pacman-conf`
274   + add `exist:` to `--results` output
275     - remove `--dry-run`
276   + fallback to `/etc/aurutils/pacman-<machine>.conf` if `pacman-<database>.conf` does not exist
277   + rename `MAKEPKG` environment variable to `AUR_MAKEPKG`
278   + replace experimental `AUR_ASROOT` functionality (#1023)
279     - add `examples/sync-asroot`
280     - add `--user` to `aur-build--pkglist`
281     - add `AUR_GPG`, `AUR_REPO_ADD`, `AUR_MAKEPKG` environment variables
283 * `aur-chroot`
284   + remove `--packagelist` (deprecated in v8)
285   + run `sudo --preserve-env` when `AUR_PACMAN_AUTH` is empty or `sudo`
287 * `aur-depends`
288   + perl rewrite
289   + add `--json`, `--reverse`
290   + take provides on the command-line into account (#837)
291     - add `--no-provides`
292   + default output changed to `--graph --pkgbase`
293     - ordered output with `aur-depends --reverse | tsort`
295 * `aur-fetch`
296   + add `aur-fetch--mirror` helper for `aur.git` mirrors
297     - defaults to `github.com/archlinux/aur`
298     - enable with `AUR_FETCH_USE_MIRROR=1`
299   + run flock(1) when modifying existing repositories
300   + run git-checkout(1) when using `--sync=rebase` with `--discard` (#1006)
302 * `aur-graph`
303   + selectively disable/enable depends with `aur graph -v <TYPE>=[0|1]`
304     - supported types: `DEPENDS`, `MAKEDEPENDS`, `CHECKDEPENDS`, `OPTDEPENDS`
305     - forwarded by `aur-sync` (`--optdepends`, `--no-check`)
307 * `aur-repo`
308   + add `--json`, `--jsonl`
310 * `aur-query`
311   + perl rewrite
312   + remove support for parallel (`AUR_QUERY_PARALLEL`) and `GET` requests
313   + set operations (union, intersection) are moved to `aur-search`
314     - remove `--any`, `--exit-if-empty`
315     - `--raw` is noop
316   + remove `--dump-curl-config`
317     - print command-lines with `AUR_DEBUG=1`
318   + `-t` / `--type` is now a required parameter
320 * `aur-search`
321   + perl rewrite
322   + add `--reverse`
323     - `-r` is now an alias to `--reverse`
324   + add `--submitter`, `--provides`, `--conflicts`, `--replaces`, 
325     `--keywords`, `--comaintainers`
326   + exit 4 on AUR response errors such as `query too small` (was: exit 2)
328 * `aur-sync`
329   + add diagnostic for missing packages with `--continue`
330   + save `ninja.build` files in `XDG_STATE_HOME/aurutils/sync`
331   + add `--columns`
333 * `aur-view`
334   + add `--exclude`, `--prefix`
336 * `aur-format`
337   + new helper
339 * `aur-repo-parse`
340   + new helper
342 * `completion`
343   + support extending `zsh` completion for third party commands (#1016)
345 * `examples`
346   + add `view-delta` (requires: `bat`, `git-delta`)
347   + add `sync-asroot`
349 ## 10
351 * `aur`
352   + support environment files (`$AUR_ENV`, defaults to `$XDG_CONFIG_HOME/aurutils/env`)
353   + add `--env`
355 * `aur-build`
356   + use `AUR_PACMAN_AUTH` as elevation command (prior: `PACMAN_AUTH`)
357   + use `$PWD` as default value for `$LOGDEST`
358   + bug fixes for gpg signing (`--sign`)
360 * `aur-chroot`
361   + use `AUR_PACMAN_AUTH` as elevation command (prior: `PACMAN_AUTH`)
363 * `aur-fetch`
364   + `--sync=auto`: run `git-merge` instead of `git-reset`
365     - add `--ff`, `--ff-only`, `--no-ff`, `--no-commit` options
366     - fix a bug where setting `aurutils.rebase` affected unrelated targets
367     - set default author for merge commits to `aurutils@localhost`
368   + `--sync=auto` now preserves local changes by default
369     - `--discard` (`-f`) resets the branch on new upstream commits
370   + add `--reset`, `--rebase`, `--auto` (`--sync=reset`, `--sync=rebase`, `--sync=auto`)
371   + support multiple branches, with commits merged from `origin/master`
373 * `aur-pkglist`
374   + output is now independent of command-line argument order
375   + deprecate `-I`, `-S`, `-u`
376     - renamed to: `-i` (`--info`), `-s` (`--search`) `-q` (`--quiet`)
377   + deprecate `-J` (`--json`)
378     - behaves like `--plain`, remove pretty-printing with `jq`
379   + add `--systime`
381 * `aur-repo`
382   + `-q` now applies to `--list` and `--upgrades`
383   + add `--list-attr`
384   + deprecate `--status-file`
386 * `aur-search`
387   + add `--color` (`auto`, `always`, `none`)
389 * `aur-srcver`
390   + remove `-E`, `--env` (deprecated in v8)
392 * `aur-sync`
393   + use pkgspec `<REPOSITORY>/<PACKAGE>` format for `--ignore-file`
394     - support for sections (introduced with v6.3) is removed (#880)
395     - <PACKAGE> ignores apply to all local repositories
396   + add `--rebase`, `--reset` options for `aur-fetch`
397   + exit 22 on dependency cycles (v7 regression)
398   + filter dependency graph by pkgname, not depends (v7 regression)
399   + store `build.ninja` files in `$XDG_RUNTIME_DIR/aurutils`
401 * `completions`
402   + major overhaul of zsh completions (#990)
404 ## 9.6
406 * `aur-pkglist`
407   + add `AUR_METADEST` (directory where metadata archives are stored)
408   + add `--quiet`
410 * `aur-fetch`
411   + write `git-merge` to `results_file` if the command is run
413 ## 9.5
415 * `aur-build`
416   + add `--results-append`
417   + write results file as build user
419 * `aur-query`
420   + support `--type=suggest`
422 ## 9.4
424 * `aur-build`
425   + revert "retrieve local repository before setting --chroot paths"
427 ## 9.3
429 * `examples`
430   + rework `sync-list`
432 ## 9.2
434 * `aur-build`
435   + deprecate `--results`
436   + retrieve local repository before setting `--chroot` paths
437   + unset `PKGEXT` when using `--chroot`
439 * `aur-search`
440   + use OSC8 terminal hyperlinks (#849)
442 ## 9.1
444 `aur-build` now uses `setpriv(1)` to run unprivileged commands (`makepkg`, `gpg`,
445 `repo-add`) when `AUR_ASROOT` is combined with `--user`. This change has no
446 effect when running `aur-build` as a regular user.
448 Usage:
450   $ sudo env AUR_ASROOT=1 aur build --chroot --user <build_user> ...
452 The above works with `--chroot` (`makechrootpkg -U`). Environment variables in
453 the root environment are preserved for user commands, similar to `runuser -c`.
454 Host builds using `makepkg --syncdeps` to install dependencies require further
455 configuration.
457 ┌──────────────────────────────────────────────────────────────────────────────┐
458 │ WARNING!                                                                     │
459 │                                                                              │
460 │ Running `aur-build` as root is experimental and disabled by default. If your │
461 │ install breaks, you get to keep both pieces.                                 │
462 └──────────────────────────────────────────────────────────────────────────────┘
464 ## 9
466 * `examples`
467   + add `chroot-batch`
469 * `lib`
470   + add `aur-build--pkglist`
472 * `aur-build`
473   + add `--dry-run`
474   + redirect `makepkg -od` output (`--pkgver`) to stderr
475   + sign existing packages (#967)
477 * `aur-fetch`
478   + add `--no-pager` to the `git log` command (#969)
479   + `--existing`: clone instead of skip targets if they exist
481 * `aur-sync`
482   + redirect `aur-fetch` output to stderr (#974)
484 ## 8.3
486 * `aur-fetch`
487   + add `--revision`
488   + add `--no-patch`
490 * `aur-repo`
491   + add `--field`
493 * `examples`
494   + add `vercmp-devel`, `sync-list`
495   + rename `aur-sync-devel` to `sync-devel`
497 ## 8.2
499 * `aur-srcver`
500   + add separator before first failed package
502 * `aur-fetch`
503   + handle empty `git` repositories (#959)
505 * `man7`
506   + remove `aurvcs.7`, move `aur-sync-devel` to `examples`
508 ## 8.1
510 * `aur-srcver`
511   + fix directory to source the build script from (#958)
513 ## 8
515 * `aur-chroot`
517 The `aur-chroot` command-line was changed so that `--create`, `--build` and
518 `--update` can be used in a single command. Command-line arguments are now
519 exclusively used for packages passed to `mkarchroot` and `arch-nspawn`.
520 To set `makechrootpkg` options, the new `--margs` and `--cargs` options are
521 available. As `aur-build --margs`, these take a comma-delimited string and
522 can be specified multiple times. (Issues: #950, #807)
524 The `--packagelist` command is now deprecated. The container path can be
525 retrieved with the `--path` option, e.g for use with `makepkg --config`.
527 * `aur-build`
528   + Consider all repositories (`Usage = Install`) for local repository upgrade (#956)
530 * `aur-srcver`
531   + add `--buildscript`
532   + deprecate `-E` / `--env`
533     - `get_full_version` from `libmakepkg` is now used after running `makepkg`
534   + take arguments from `stdin` if `-` is specified
536 * `aurvcs.7`
537   + run `aur-fetch` and `aur-view` before `aur-srcver`
538   + sample code remaned to `aur-sync-devel`
540 ## 7.2
542 * `aur-search`
543   + add `OptDepends` to `--info` output (#945)
544   + handle empty keywords in `--info` output (#946)
546 * `aur-depends`
547   + add `--optdepends` (#945)
549 * `aur-sync`
550   + add `--optdepends` (#945)
552 ## 7.1
554 * `aur-build`
555   + pass --nocheck to chroot (#942)
557 * `aur-sync`
558   + avoid off-by-one in ninja build summary (#940)
560 * `aur-query`
561   + do not abort if `-t` is unspecified (#938)
563 ## 7
565 This release adds optional support for the `ninja` build system. If the
566 `AUR_SYNC_USE_NINJA` environment variable is set to a positive value,
567 `aur-sync` will generate `build.ninja` where each target has an `aur-build`
568 command-line. This allows to continue building a series of packages when
569 several failed, with the maximum of failed targets controlled by the `-k` /
570 `--keep-going` option.  On failure, a summary of successful ("OK") and failed
571 ("FAIL") package builds is printed. The `--no-build` option in turn only
572 generates `build.ninja`, and prints the corresponding directory to `stdout`.
574 The logic to generate `build.ninja` files is exposed in the `aur-sync--ninja`
575 script. It can be used with other `aur` programs that output `pkgbase
576 depends_pkgbase` pairs, for example:
578   $ aur depends --graph "$@" | aur sync--ninja "$PWD" -- aur build
580 When running `ninja` on the resulting file, each successfully built `pkgbase`
581 will result in a `pkgbase.stamp` file. If the corresponding `PKGBUILD` is
582 modified, it will be marked for rebuilding by `ninja`. This can for example be
583 used for a git repository which hosts multiple `PKGBUILD` directories.
585 ## 6.4
587 * `aur-depends`
588   - add `--graph`
589   - checkdepends are now removed during dependency resolution, not afterwards (#882)
591 ## 6.3
593 * `aur-sync`
594   - `--ignore-file` now supports per-repository sections (INI-style)
595   - do not ignore targets when specified on the command-line
597 ## 6.2
599 * `aur-pkglist`
600   - add `-v` / `--verify` (verifies published sha256sums)
602 * `aur-repo-filter`
603   - add repository to dependency messages ("dependency foo satisfied by repo/bar")
604   - deduplicate results on stdout
606 ## 6.1
608 * `aur-search`
609   - do not print additional messages on errors or no results
611 * `aur-query`
612   - add `-a` alias for `--any`
613   - add missing newline in case of errors (`jq -r`)
615 ## 6
617 In previous versions, `aur search` would display an intersection of search
618 results, the symmetric difference with `-a` (bug), and the concatenation with
619 `-r`. (#918)
621 `aur search -a` now correctly returns the union, and the `-r` output is
622 processed with jq(1) to return the intersection by default, or the union (with
623 duplicates removed) with `-a`. This processing is done because the RPC
624 interface as of aurweb 6.0.11 does not expose set operations, and so
625 `aur-search` performs one search for each argument. `aur search --json` was
626 added as an alias to `--raw`, and the latter option is now deprecated.
628 The implementation is done in `aur-query`, which now takes the intersection of
629 search results by default. The union can be taken with `aur query --any`, or
630 unprocessed results shown with `-r` or `--raw`. In each case, the output is
631 newline delimited (JSON Lines, `jq -r`). If the search completed without
632 results, `aur-query` will either exit with status 0 (if no request resulted in
633 an error), 1 (if the `-e` option was specified), or 2 (if at least one request
634 resulted in an error).
636 `AUR_QUERY_RPC_SPLITNO_POST` received bug fixes (#920), and the default has
637 been reduced to 500 after experiencing issues with a larger number of
638 arguments. Users looking to use `aur-query -t info` with a very large number
639 of arguments should instead consider `aur pkglist --info`.
640 `AUR_QUERY_RPC_PARALLEL` also received several bugfixes.
642 ## 5
644 * `aur-srcver`
645   + add `-E` / `--env` (#898)
647 * `aur-query`
648   + support HTTP POST for info-type requests
649   + use `aurutils` user agent (`curl -A`)
651 * `aur-pkglist`
652   + use `aurutils` user agent (`curl -A`)
654 * `aur-repo-filter`
655   + add `--config` to set pacman configuration
657 ## 4.4
659 * `aur-sync`
660   + fix regressions with `--ignore` from 4.3 release
662 ## 4.3
664 * `aur-build`
665   + wordsplit MAKEPKG and PACMAN_AUTH
667 * `aur-sync`
668   + improve error handling
670 ## 4.2
672 * `aur-build`
673   + support PACMAN_AUTH environment variable for custom elevation command
675 * `aur-repo`
676   + improve error handling
677   + remove extraneous `--` on `--path` output
679 ## 4.1
681 * `aur-build`
682   + handle absolute paths in `--arg-file`
684 * `aur-pkglist`
685   + add `--users` (`-U`) to retrieve a list of AUR users
686   + update aur-pkglist(1) man page
688 * `aur-repo`
689   + fix formatting for `--table` and packages with no dependencies
691 ## 4
693 * `aur-build`
694   + add `--no-check` (`makepkg --nocheck`)
696 * `aur-search`
697   + add `--table`
699 * `aur-fetch`
700   + add compatibility options (`--recurse`)
702 * `aur-repo`
703   + add compatibility options (`--path`, `--path-list`, `--repo-list`)
704   + fix regression with `AUR_QUERY_PARALLEL`
706 * `aur-sync`
707   + add `--no-check` (short for `--no-checkdepends`)
708     - implies `aur-build --no-check`
709   + apply `--ignore` to local repository targets
710   + `--ignore-file` now works with process substitution (#880)
711   + remove `--no-depends`, `--no-makedepends`
713 ## 3.3.0
715 `aur-query` and `aur-fetch` now take arguments from the command-line
716 by default. If `-` or `/dev/stdin` is the first (and only) arguments,
717 they are taken from `stdin` instead. In particular, `aur fetch --recurse`
718 is now written as `aur depends --pkgbase ... | aur fetch -`, and the
719 explicit `--recurse` option was removed.
721 The `-` argument propagates to `aur-depends` and `aur-search`
722 transparently. Additionally, `aur-sync` no longer calls `aur-depends`
723 and `aur-fetch` with `xargs`, avoiding the 123 exit code on failure of
724 these commands.
726 ## 3.2.1
728 * `aur-query`
729   + support AUR_LOCATION
730   + preserve `curl --parallel` exit codes (requires curl >=7.77.0)
731   + complete aur-query(1) man page
733 * `aur-pkglist`
734   + support multiinfo and search dumps (`--info`, `--search`)
735   + support HTTP Last-Modified
737 * `aur-fetch`
738   + add `--existing`
740 * `aur-view`
741   + new script that includes the package inspection logic from `aur-sync`
743 ## 3.2.0
745 * `aur-build`
746   + retrieve database extension from `AUR_DBEXT` (defaults to .db) (#700)
747   + resolve path argument to `--results`
748   + use `aur repo --status` for repository selection
749     - allows specifying `--root` without `--database`
750   + print diagnostic if packages were not moved to local repository (#794)
751   + merge `--config` and `--pacman-conf` (#808, #824)
752   + fallback to /etc/aurutils/pacman-<arch>.conf if --chroot is used without --database (#846)
753   + add diagnostic if chroot pacman.conf is non-existing (#783)
755 * `aur-depends`
756   + add `--no-depends`, `--no-makedepends`, `--no-checkdepends` (#826)
757   + add dependency kind column to `--table` output
759 * `aur-chroot`
760   + preserve `SSH_AUTH_SOCK` to support ssh-based operations (#832)
762 * `aur-repo`
763   + retrieve database extension from `AUR_DBEXT` (defaults to .db) (#700)
764   + add `--status`
765     - `repo:<NAME>\nroot:<PATH>\npath:<PATH/NAME.DBEXT>` output format
766     - replaces `--path`
767   + rename `--repo-list` to `--list-repo`
768   + rename `--path-list` to `--list-path`
770 * `aur-repo-filter`
771   + run `pacsift` with `unbuffer` (#804)
773 * `aur-vercmp`
774   + remove colon from `checkupdates` and `equal_or_newer` format (#833)
776 ## 3.1.2 - 2020-11-09
778 This releases fixes a regression in 3.1.1 where `AUR_LIB_DIR` was not
779 subsituted in `aur`.
781 ## 3.1.1 - 2020-11-09
783 * `aur`
784   + add `--version`
786 ## 3.1.0 - 2020-11-09
788 * `aur`
789   + fix example `aur-remove` script (#785)
791 * `aur-build`
792   + change default pacman-conf for chroot builds to /etc/aurutils/pacman-<dbname>.conf
793   + clarify conditions on pacman-conf for chroot builds in `aur-build.1`
795 * `aur-chroot`
796   + add `--create`
797     - seperate mode which runs `mkarchroot` with packages taken from the command-line
798     - defaults to base-devel (and multilib-devel, if applicable) if no packages are specified
799     - `--update` no longer runs `mkarchroot`
800   + `--packagelist` now uses `makepkg.conf` inside the container
801   + add `Devtools limitations` section to `aur-chroot.1` (#782)
802   + add additional error messages for missing pacman configuration
804 * `aur-repo`
805   + add `--path-list`
806   + update man page for new arguments (#784)
807   + remove `--ini` (only offered pacman.conf information)
809 ## 3.0.3 - 2020-11-02
811 * fix broken `zsh` completion (#776)
812 * use `/tmp/aurutils-$UID` as default temporary directory (#775)
814 ## 3.0.2 - 2020-10-30
816 * `aur-sync`
817   + add missing `--suffix` option (#773)
819 ## 3.0.1 - 2020-10-29
821 The commits:
823 + aur-sync: use XDG_RUNTIME_DIR for view directory (5341c059736d3eff59daea5cb52b7d35c98d0824)
824 + aur-repo: simplify command line (57c1b2157806e645e7de85bf24e2c28b7d5f4458)
826 were part of the 3.0.0 release tarball, but not the 3.0.0 tag. The 3.0.1 tag now includes these commits.
828 ## 3.0.0 - 2020-10-29
830 * `aur`
831   + add `AUR_EXEC_PATH` environment variable
832   + add example `aur-gc`, `aur-remove` scripts to `aur.1`
834 * `aur-build`
835   + add `AUR_DEBUG`, `NO_COLOR`, `MAKEPKG` environment variables
836   + add mollyguard for running as the `root` user
837   + add `build:` prefix to `--results` output
838     - `build:file:///path/to/package.tar.xz`
839   + add `--new`, `--prevent-downgrade` (`repo-add` options)
840   + add `Running` message for all `makepkg` invocations
841   + replace `--build-command` with `--margs` and `$MAKEPKG`
842   + remove default `makepkg` arguments (#635)
843     - specify common `makepkg` options as `aur-build` arguments (`--syncdeps`, `--rmdeps`, `--ignorearch`, `--log`, `--noconfirm`)
844     - pass `--syncdeps`, `--rmdeps` to `--pkgver` makepkg command (#716)
845     - make `-r` an alias for `--rmdeps` (was: alias for `--root`)
846     - make `-S` an alias for `--sign` (was: `-s`)
847   + use `--margs` to set makepkg options instead of EOF seperator (`--`)
848   + `--makepkg-conf` now sets the makepkg configuration for host builds (avoid quoting issues with setting `--config` in `--margs`)
849   + use `makepkg --noextract` if `--pkgver` is specified (#708)
850   + use `print_all_package_names` (`/usr/share/makepkg/util/pkgbuild.sh`) instead of `makepkg --packagelist` (#755)
851   + pass pacman.conf (`--config`) to `aur-repo` (#654)
852   + only remove intermediary package directory if empty (#602)
853   + remove `--delta`
854   + use `PKGDEST` instead of `makepkg.conf` to set package destination
856 * `aur-chroot`
857   + add `AUR_DEBUG` environment variable
858   + add `--packagelist`
859     - use `print_all_package_names` (`/usr/share/makepkg/util/pkgbuild.sh`)
860   + replace `--no-prepare` and `--no-build` (disable steps) with `--update` and `--build` (enable steps) respectively
861   + remove `--database`
862   + use static pacman configuration (defaults to `/usr/share/devtools/pacman-extra.conf`)
863     - `--suffix` to override `extra` in the default path
864     - if `--suffix` begins in `multilib`, install `multilib-devel` (instead of `base-devel`)
866 * `aur-fetch`
867   + add `AUR_DEBUG`, `NO_COLOR` environment variables
868   + add `--results` (colon-delimited output)
869   + add `--sync`
870     - only run `git fetch` by default;
871     - run `git reset` if `--sync=reset` is specified;
872     - run `git rebase` if `--sync=rebase` is specified;
873     - run either `git reset` or `git rebase` if `--sync=auto` is specified
874   + exit `1` if `git clone` or `git fetch` failed
875   + remove support for `tar` archives
876   + remove diff output (`--log-dir`, `--verbose`, `--format`)
877     - diffs can be generated from the extended --results output (done in `aur-sync`)
878   + remove setting `orderfile` (done in `aur-sync`)
879   + use `git -C` for `git` calls
881 * `aur-jobs` (removed)
882   - remove script
884 * `aur-pkglist`
885   + add `AUR_DEBUG` environment variable
886   + use `curl` for transfers instead of `wget`
888 * `aur-rpc` (`aur-query`)
889   + add `AUR_DEBUG`, `AUR_QUERY_RPC`, `AUR_QUERY_RPC_SPLITNO`, `AUR_QUERY_PARALLEL`, `AUR_QUERY_PARALLEL_MAX` environment variables
890   + rename to `aur-query`
891   + set AUR RPC address with `AUR_QUERY_RPC` instead of a combination of `--rpc-url`, `--rpc-ver` and `AUR_LOCATION`
892   + set number of packages for splitting URIs with `AUR_QUERY_RPC_SPLITINFO`
893   + set `AUR_QUERY_RPC_SPLITNO` to set of number of packages for splitting URIs
894   + use `curl` for transfers instead of `wget`
895     - enable parallel transfers (`curl --parallel`) with `AUR_QUERY_PARALLEL=1`
896     - set maximum amount of parallel transfers (`curl --parallel-max`) with `AUR_QUERY_PARALLEL_MAX`
897   + exit `1` if a transfer failed
899 * `aur-repo-filter`
900   + add `AUR_DEBUG` environment variable
901   + add `--sysroot` (`pacsift --sysroot`, `pacinfo --sysroot`)
902   + use `pacinfo` for package information instead of `expac`
904 * `aur-repo`
905   + add `AUR_DEBUG` environment variable
906   + add `--config`
907   + add `--ini`
908   + add `--quiet`/`-q` (`aur-vercmp -q`)
909   + add `--table`
910   + add pacman configuration to `--status-format` (colon-delimited)
911   + print fully resolved path to local repository
912   + require `--path` to print the local repository path
913   + remove `expac` dependency
915 * `aur-search`
916   + add `AUR_DEBUG`, `NO_COLOR` environment variables
917   + unset `LC_ALL` when printing `Popularity`
919 * `aur-srcver`
920   + add `AUR_DEBUG` environment variable
921   + add `--jobs`
922   + do not use `makepkg --log`
923   + remove `parallel` dependency
925 * `aur-sync`
926   + add `AUR_DEBUG`, `NO_COLOR`, `AUR_CONFIRM_PAGER` environment variables
927     - use confirmation prompt after package review if `AUR_CONFIRM_PAGER` is set
928   + add `--rebuild-all`
929   + add mollyguard for running as the `root` user
930   + add default ignore file in `$XDG_CONFIG_HOME/aurutils/sync/ignore`
931   + do not fallback to `PAGER` or `less` (`AUR_PAGER` must be set or `vifm` installed)
932   + enable `--provides` by default
933     - disable with `--no-provides`
934     - specify repositories with `--provides-from` (comma-delimited)
935   + remove additional `aur-build` arguments after EOF separator (`--`) (#678)
936   + remove `parallel` dependency
937   + remove `AURDEST_SNAPSHOT` environment variable
938   + remove `--git`, `--tar`
939   + rename `--print` to `--no-build`/`-o`
940   + rename `--no-ver-shallow` to `--no-ver-argv`
941   + store commits viewed by the user (#379, #711)
942   + use `aur-fetch --sync=auto`
944 * `aur-vercmp`
945   + add `AUR_DEBUG`, `NO_COLOR` environment variables
947 * `Makefile`
948   + allow overriding `AUR_LIB_DIR` at build time
950 ## 2.3.7
952 ## 2.3.6
954 ## 2.3.5
956 ## 2.3.4
958 ## 2.3.3
960 ## 2.3.2
962 ## 2.3.1 - 2019-02-21
964 * `aur-build`
965   + add `--results`
966 * `aur-sync`
967   + documentation updates (#350, #507)
968   + ask for confirmation if `PAGER` is set (#530)
969 * `aur-repo-filter`
970   + documentation updates (#438)
972 ## 2.3.0 - 2019-02-18
974 * `aur-build`
975   + add `--holdver` to makepkg with `--pkgver`
976   + exit 2 if `db_path` is not found
977 * `aur-repo-filter`
978   + support versioned packages (#404)
979   + remove `--repo` alias to `--database`
980 * `aur-srcver`
981   + remove `--noprepare` from default makepkg options
982   + add `--noprepare` option (#523)
983 * `aur-sync`
984   + wrap repo-add `-R` (#521)
985   + add `--no-graph` (workaround for #516)
986 * `aur-vercmp`
987   + add `-q`/`--quiet`
988   + rename `--equal` to `--current`
989 * `completions`
990   + group options by type (#520)
991   + complete `aur-depends` options (#526)
993 ## 2.2.1 - 2019-01-25
995 * `aur-build`
996   + add `--holdver` to `makepkg` options if `--pkgver` is enabled
997 * `aur-repo`
998   + do not include `repo:` in error messages
999   + `--all` implies `--upgrades`
1000 * `aur-sync`
1001   + `cd` before invoking `$PAGER` (#518)
1002 * `aur-repo-filter`
1003   + if `stdin` is connected to a terminal, mention this on `stderr`
1004 * `aur-rpc`
1005   + if `stdin` is connected to a terminal, mention this on `stderr`
1006 * `aur-vercmp`
1007   + if `stdin` is connected to a terminal, mention this on `stderr`
1009 ## 2.2.0 - 2019-01-22
1011 * `aur`
1012   + update `CacheDir` instructions in `aur(1)`
1013 * `aur-build`
1014   + rename `--run-pkgver` to `--pkgver`, remove `LANG=C` from `makepkg -od`
1015   + remove `~` package backup on `--force` (#444)
1016   + propagate `--pacman-conf` to `pacman-conf` (local builds)
1017   + unset `PKGDEST` prior to running `makepkg` (#513)
1018   + remove `--rmdeps` from default options (#508)
1019 * `aur-fetch`
1020   + expose AUR URL through `AUR_LOCATION` environment variable
1021 * `aur-pkglist`
1022   + do not require `-P` for regex match
1023   + Expose AUR URL through `AUR_LOCATION` environment variable
1024 * `aur-rpc`
1025   + add `--rpc-ver`, `--rpc-url`
1026   + Expose AUR URL through `AUR_LOCATION` environment variable
1027 * `aur-search`
1028   + exit 1 on no results
1029   + exit 2 on AUR error (e.g. "too many results")
1030   + Expose AUR URL through `AUR_LOCATION` environment variable
1031 * `aur-sync`
1032   + add `--pkgver` (`aur-build --pkgver`)
1033   + remove `--rmdeps` from default options (#508)
1034 * `completion`
1035   + allow `zsh run-help` to display the correct man page (#506)
1037 ## 2.1.0 - 2019-01-16
1039 * `aur-build` 
1040   + `--build-command` now works correctly
1041   + add `--run-pkgver` to run `makepkg -od` before `makepkg --pkglist` (relevant to VCS packages)
1042 * `aur-depends`
1043   + now takes input as arguments, instead from `stdin`
1044   + add `--table`, `--pkgbase`, `--pkgname` and `--pkgname-all` (defaults to `--pkgname`)
1045 * `aur-search`
1046   + add `--raw` to display JSON output
1047 * `aur-sync`
1048   + add `--ignore-file` (same as `aursync --ignore`)
1049   + check the (`.SRCINFO`) dependency graph before file inspection
1050 * `aur-fetch-git` and `aur-fetch-snapshot` were removed and merged to `aur-fetch`
1052 ## 2.0.1 - 2019-01-11
1054 * `aur-build`
1055   + do not export PKGDEST for non-chroot builds (#498)                               
1056   + add --build-command (#498)
1057   + man page updates (#217)
1058 * `aur-sync`
1059   + add --keep-order for parallel aur-fetch
1061 ## 2.0.0 - 2019-01-10
1063 * `aur` *(new)*
1064   + wrapper for the new `git(1)` based design
1065 * `aur-build`
1066   + remove `repose` support, see https://bbs.archlinux.org/viewtopic.php?pid=1707649#p1707649
1067   + abort if updating a signed database without `-s` (#246)
1068   + add `AUR_REPO`, `AUR_DBROOT` environment variables (#302)
1069   + add `--makepkg-conf`, `--pacman-conf` (#242)
1070   + use `pacman-conf` instead of `pacconf`
1071 * `aur-chroot` *(new)*
1072   + new tool containing the functionality of `aur-build -c`
1073   + support container builds without using a local repository
1074   + support multiple repositories
1075   + preserve `GNUPGHOME` (#427)
1076   + use `pacman-conf` instead of `pacconf`
1077 * `aur-fetch`
1078   + use `HEAD@{upstream}` instead of `HEAD` for `git reset` (#349)
1079   + use `wget` instead of `aria2c` or `curl`
1080   + support diffs for `tar` snapshots (requires: `diffstat`)
1081 * `aur-graph`
1082   + rewrite in awk (#361)
1083   + add support for virtual and versioned dependencies (#10)
1084 * `aur-repo` *(new)*
1085   + manage local repositories
1086 * `aur-rpc` *(new)*
1087   + send `GET` requests to `aurweb`
1088   + use `wget` instead of `aria2c` or `curl`
1089 * `aur-search` 
1090   + add `License`, `Keyword`, `Depends`, `MakeDepends` and `CheckDepends` fields
1091   + add `depends`, `makedepends` search (#432)
1092   + add popularity to `brief` output (#420)
1093   + colorize if `stdout` is a terminal (#473)
1094   + use intersection of results for multiple terms (#328)
1095   + use `aur-rpc` to query `aurweb`
1096 * `aur-sync`
1097   + add `AUR_PAGER` environment variable (file review, #51)
1098   + add `--bind-rw` (#428)
1099   + add `--ignore-arch` (`makepkg -A`, #309)
1100   + add `--nover-shallow` (only check versions for depends, #374)
1101   + add `--provides` (virtual dependencies, #452)
1102   + add `--rebuild`, `--rebuildtree` aliases (#424)
1103   + rename `--repo` to `--database` (#353)
1104   + the `--ignore` option now takes a comma-separated list of packages
1105   + fetch sources in parallel
1106   + set the default value for `AURDEST` to `$XDG_CACHE_HOME/aurutils/sync`
1107 * `aur-srcver` *(new)*
1108   + print latest revision of VCS packages
1109 * `aur-vercmp-devel` *(new)*
1110   + compare latest revision of VCS packages to a local repository
1111 * `officer` *(removed)*
1112   + removed in favor of `pacman --config`
1113 * `completion`
1114   + add `bash` completion (requires: `bash-completion`)
1115   + add `zsh` completion in a later release (#458)
1116 * Fixes for known issues in `1.5.3`.