diff options
author | Andrew Gregory <andrew@archlinux.org> | 2017-06-03 22:15:22 -0400 |
---|---|---|
committer | Andrew Gregory <andrew@archlinux.org> | 2018-12-25 01:57:01 -0800 |
commit | 281cdb2e1c5b706177beba4a932a75322c1c2351 (patch) | |
tree | 78f0c2416e0114c2cc6ca7f8784c89a56a95990d | |
parent | b109d7096b3f3f3244b7bb3796be658393eff98a (diff) | |
download | pacman-281cdb2e1c5b706177beba4a932a75322c1c2351.tar.xz |
update NEWS for v5.0.2
Signed-off-by: Andrew Gregory <andrew@archlinux.org>
(cherry picked from commit fdf53393bc996a514bbfc9fcd6ea19a8bb2f02ed)
-rw-r--r-- | NEWS | 18 | ||||
-rw-r--r-- | doc/index.asciidoc | 1 |
2 files changed, 19 insertions, 0 deletions
@@ -129,6 +129,24 @@ VERSION DESCRIPTION - vercmp: - remove duplicate, undocumented --usage option - fail when the wrong number of arguments are used (FS#49093) +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) diff --git a/doc/index.asciidoc b/doc/index.asciidoc index deb58cce..7befe82d 100644 --- a/doc/index.asciidoc +++ b/doc/index.asciidoc @@ -77,6 +77,7 @@ Releases !Version !Date !5.1.1 !2018-07-27 !5.1.0 !2018-05-28 +!5.0.2 !2017-06-03 !5.0.1 !2016-02-23 !5.0.0 !2016-01-30 !4.2.1 !2015-02-20 |