summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-10-18 04:16:02 +0100
committerSam James <sam@gentoo.org>2022-10-18 04:40:07 +0100
commitc81e799a3bc8de79ade7c5e2610ed305581c73cc (patch)
treed2868abf1c244183c21c7f2fde1ed7d4f80cc053 /NEWS
parentGitSync.update: default to "--depth 1" (bug 824782 comment 17) (diff)
downloadportage-c81e799a3bc8de79ade7c5e2610ed305581c73cc.tar.gz
portage-c81e799a3bc8de79ade7c5e2610ed305581c73cc.tar.bz2
portage-c81e799a3bc8de79ade7c5e2610ed305581c73cc.zip
info: drop .lz4/.lzo for info, use sorted list
Use same ordering of suffixes as we do elsewhere for easy comparison. (I threw in .lz4 & .lzo last-minute earlier but on reflection, it's misleading to put it here if it's not supported yet by texinfo.) Fixes: 800e09a4a1a630548ea8316e5c906c6f48af3105 Bug: https://bugs.gentoo.org/757525 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 780684966..3e2a5a2d6 100644
--- a/NEWS
+++ b/NEWS
@@ -19,7 +19,7 @@ Features:
* -Wodr
* ecompress, etc: Support additional compression suffixes for texinfo:
- .xz, .lz, .lz4, .zst, .lzma (bug #757525).
+ .Z, .bz2, .lzma, .lz, .xz, .zst (bug #757525).
Bug fixes:
* Manifest: Fix Manifest.addFile() calls and add tests (bug #875860).