summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAllan McRae <allan@archlinux.org>2019-11-01 00:26:54 +0100
committerAllan McRae <allan@archlinux.org>2019-11-01 00:26:54 +0100
commitfca2f7e5984f794cdd714a85df86e378eb0fbf5e (patch)
treee7b041f9bb3853623aa8058a56526e26f4392ccc
parent4d76cf6f074854c6c7fbd6b3a279c1a0c123d8c8 (diff)
downloadpacman-fca2f7e5984f794cdd714a85df86e378eb0fbf5e.tar.gz
pacman-fca2f7e5984f794cdd714a85df86e378eb0fbf5e.tar.xz
Update NEWS for pacman-5.2.1
Signed-off-by: Allan McRae <allan@archlinux.org>
-rw-r--r--NEWS11
1 files changed, 11 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 9ceff259..6510de6d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,16 @@
VERSION DESCRIPTION
-----------------------------------------------------------------------------
+5.2.1 - fix segfault on importing PGP keys for -U operations
+ - fix distribution of meson files
+ - fix inode command for darwin/bsd
+ - distribute all documentation files
+ - update bash/zsh completion for -F changes, remove --force
+ - makepkg:
+ - fix calculation of package sizes in presence of hardlinks
+ - do not warn about PACKAGER format if not set
+ - only run --clean when a package is built
+ - repo-add:
+ - fix compression of databases with zstd
5.2.0 - completely remove delta support (CVE-2019-18183)
- add support to pacman and pacman-key for downloading PGP
signing keys using the WKD protocol (FS#63171)