diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2011-01-28 20:16:57 +0200 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2011-01-28 20:16:57 +0200 |
commit | 5fbce0b8d96dc96775aa0215e3581addc830e23d (patch) | |
tree | d25bca8f42c9d062c8fd7ea62328b4a20fc27b7f /NEWS | |
parent | xz: Fix --force on setuid/setgid/sticky and multi-hardlink files. (diff) | |
download | xz-5fbce0b8d96dc96775aa0215e3581addc830e23d.tar.xz |
Update NEWS for 5.0.1.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -2,6 +2,20 @@ XZ Utils User-Visible Changes ============================= +5.0.1 (2011-01-29) + + * xz --force now (de)compresses files that have setuid, setgid, + or sticky bit set and files that have multiple hard links. + The man page had it documented this way already, but the code + had a bug. + + * gzip and bzip2 support in xzdiff was fixed. + + * Portability fixes + + * Minor fix to Czech translation + + 5.0.0 (2010-10-23) Only the most important changes compared to 4.999.9beta are listed |