diff options
author | Andrew Gregory <andrew@archlinux.org> | 2020-06-22 11:12:41 +0200 |
---|---|---|
committer | Andrew Gregory <andrew@archlinux.org> | 2020-06-22 11:12:41 +0200 |
commit | 027c87ae3f7f4728b4058adb23baf7612cc5ea77 (patch) | |
tree | 410c879410359bc7d6a6afc6009d2463dae67e1e | |
parent | b2c97ad76290eab37afd3873d011745d43059585 (diff) | |
download | pacman-027c87ae3f7f4728b4058adb23baf7612cc5ea77.tar.gz pacman-027c87ae3f7f4728b4058adb23baf7612cc5ea77.tar.xz |
update NEWS for 5.2.2
Signed-off-by: Andrew Gregory <andrew@archlinux.org>
-rw-r--r-- | NEWS | 30 |
1 files changed, 30 insertions, 0 deletions
@@ -1,5 +1,35 @@ VERSION DESCRIPTION ----------------------------------------------------------------------------- +5.2.2 - fix pacman test suite under python 3.8 + - only prompt to import new keys once in a transaction + - fix handling of fully downloaded .part files + - increase maximum database size (FS#65197) + - fix segfault in alpm_option_set_assumeinstalled + - change config parsing warnings to errors to match actual + behavior + - fix key extraction for signatures with two-octet sub-packet + headers + - fix documentation typos (FS#67000) + - change master signing key to RSA4096 + - improve error message when building without autoconf-archive + - pacman-conf: + - allow querying ILoveCandy individually + - fix querying NoExtract individually + - makepkg: + - fix seccmp-related error while stripping binaries (FS#65100) + - fix extraction of file:// sources (FS#64648) + - allow $pkgname in install and changelog file names (FS#64932) + - sort libprovides for reproducibility + - strip: don't re-add the same debug source multiple times + - error on empty refspecs in git sources + - correctly handle missing download clients + - fix splitting multi-line error messages across stdout and + stderr + - handle GPGKEY with spaces (FS#66949) + - do not accept public-only keys for signing + - repo-add: + - handle GPGKEY with spaces (FS#66949) + - do not accept public-only keys for signing 5.2.1 - fix segfault on importing PGP keys for -U operations - fix distribution of meson files - fix inode command for darwin/bsd |