[pacman-dev] Update NEWS for pacman-5.2.1

Message ID 20191031232843.511312-1-allan@archlinux.org
State Accepted, archived
Headers show
Series [pacman-dev] Update NEWS for pacman-5.2.1 | expand

Commit Message

Allan McRae Oct. 31, 2019, 11:28 p.m. UTC
Signed-off-by: Allan McRae <allan@archlinux.org>
---

I will release 5.2.1 off the master branch when I next need to procrastinate
writing a fellowship application (could be in a day, could be in an hour...).
Then the release/5.2.x branch will be cut.

 NEWS | 11 +++++++++++
 1 file changed, 11 insertions(+)

Patch

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)