diff options
author | adam <adam> | 2011-04-14 09:03:40 +0000 |
---|---|---|
committer | adam <adam> | 2011-04-14 09:03:40 +0000 |
commit | 4a3effeb2e14fdc4b4e83109bb2eb289acad7057 (patch) | |
tree | 1f728533e53355ad5fde4bbe141fedec9a93e04e /archivers/xz/PLIST | |
parent | 2d3ef296e6f4c57b77f25a19eb85b5753da84e8c (diff) | |
download | pkgsrc-4a3effeb2e14fdc4b4e83109bb2eb289acad7057.tar.gz |
Changes 5.0.2:
* LZMA2 decompressor now correctly accepts LZMA2 streams with no
uncompressed data. Previously it considered them corrupt. The
bug can affect applications that use raw LZMA2 streams. It is
very unlikely to affect .xz files because no compressor creates
.xz files with empty LZMA2 streams. (Empty .xz files are a
different thing than empty LZMA2 streams.)
* "xz --suffix=.foo filename.foo" now refuses to compress the
file due to it already having the suffix .foo. It was already
documented on the man page, but the code lacked the test.
* "xzgrep -l foo bar.xz" works now.
* Polish translation was added.
Diffstat (limited to 'archivers/xz/PLIST')
-rw-r--r-- | archivers/xz/PLIST | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/xz/PLIST b/archivers/xz/PLIST index 3ee57123270..20b3a763a11 100644 --- a/archivers/xz/PLIST +++ b/archivers/xz/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2011/02/09 09:12:16 adam Exp $ +@comment $NetBSD: PLIST,v 1.5 2011/04/14 09:03:40 adam Exp $ bin/lzcat bin/lzcmp bin/lzdiff @@ -78,3 +78,4 @@ share/doc/xz/xz-file-format.txt share/locale/cs/LC_MESSAGES/xz.mo share/locale/de/LC_MESSAGES/xz.mo share/locale/it/LC_MESSAGES/xz.mo +share/locale/pl/LC_MESSAGES/xz.mo |