Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Gregory <andrew@archlinux.org>2017-06-03 22:15:22 -0400
committerAndrew Gregory <andrew@archlinux.org>2017-06-03 22:20:58 -0400
commitfdf53393bc996a514bbfc9fcd6ea19a8bb2f02ed (patch)
treed5d4de425bc045bdbba8bb3727ea396844689941
parent34d8beaef87bab7bb01dd5825b8ffa0a8fda010c (diff)
update NEWS for v5.0.2
Signed-off-by: Andrew Gregory <andrew@archlinux.org>
-rw-r--r--NEWS18
1 files changed, 18 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b7298bfb..e2b93d09 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,23 @@
VERSION DESCRIPTION
-----------------------------------------------------------------------------
+5.0.2 - fix database file checks with -Qkk and non-standard root
+ (FS#48563)
+ - improve optdepend detection for status messages (FS#44957)
+ - make Y/N prompt multi-byte-character aware (FS#47992)
+ - properly detect dependency cycles with --recursive (FS#41031)
+ - improve free disk space calculation (FS#37402)
+ - extract database files with --dbonly (FS#52052)
+ - repo-add:
+ - do not alter the database if only verifying signature
+ (FS#48085)
+ - fix error for directories containing whitespace (FS#50285)
+ - makepkg:
+ - fix building packages with only architecture-specific
+ sources (FS#48340)
+ - ignore PKGBUILD architecture for --printsrcinfo
+ - do not die on non-empty directories under !emptydirs
+ (FS#48515)
+ - preserve checksum type for architecture-specific sources
5.0.1 - fix alignment issues with wide character locales (FS#47980)
- fix removal of .pacnew files (FS#47993)
- fix triggering of Install hooks (FS#47996)