SHA256
1
0
forked from pool/lzlib

Adhere to changelog syntax

OBS-URL: https://build.opensuse.org/package/show/Archiving/lzlib?expand=0&rev=26
This commit is contained in:
Jan Engelhardt 2021-01-21 12:50:26 +00:00 committed by Git OBS Bridge
parent 389bc934db
commit 675ad21267

View File

@ -3,42 +3,29 @@ Wed Jan 20 09:19:16 UTC 2021 - Dirk Müller <dmueller@suse.com>
- Update to 1.12: - Update to 1.12:
* see included NEWS * see included NEWS
* The value of the version test macro 'LZ_API_VERSION' is now defined as * The value of the version test macro 'LZ_API_VERSION' is now
1000 * major + minor. For version 1.12 it is 1012. defined as 1000 * major + minor. For version 1.12 it is 1012.
* The new function 'LZ_api_version', which returns the
* The new function 'LZ_api_version', which returns the LZ_API_VERSION of the LZ_API_VERSION of the library object code being used, has
library object code being used, has been added to lzlib. been added to lzlib.
* Decompression speed has been slightly increased. * Decompression speed has been slightly increased.
* The new option '--check-lib', which compares the version of
* The new option '--check-lib', which compares the version of lzlib used to lzlib used to compile minilzip with the version actually
compile minilzip with the version actually being used, has been added to being used, has been added to minilzip.
minilzip.
* Minilzip now reports an error if a file name is empty (minilzip -t ""). * Minilzip now reports an error if a file name is empty (minilzip -t "").
* Option '-o, --output' now behaves like '-c, --stdout', but
* Option '-o, --output' now behaves like '-c, --stdout', but sending the sending the output unconditionally to a file instead of to
output unconditionally to a file instead of to standard output. See the new standard output. See the new description of '-o' in the
description of '-o' in the manual. This change is not backwards compatible. manual. This change is not backwards compatible.
Therefore commands like: * When using '-c' or '-o', minilzip now checks whether the
minilzip -o foo.lz - bar < foo output is a terminal only once.
must now be split into: * The words 'decompressed' and 'compressed' have been replaced
minilzip -o foo.lz - < foo with the shorter 'out' and 'in' in the verbose output of
minilzip bar minilzip when decompressing or testing.
or rewritten as: * It has been documented in the manual that
minilzip - bar < foo > foo.lz 'LZ_(de)compress_close' and 'LZ_(de)compress_errno' can be
called with a null argument.
* When using '-c' or '-o', minilzip now checks whether the output is a * Bugfixes, documentation updates.
terminal only once.
* The words 'decompressed' and 'compressed' have been replaced with the
shorter 'out' and 'in' in the verbose output of minilzip when decompressing
or testing.
* It has been documented in the manual that 'LZ_(de)compress_close' and
'LZ_(de)compress_errno' can be called with a null argument.
* Bugfixes, documentation updates
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Feb 6 09:25:28 UTC 2019 - Jan Engelhardt <jengelh@inai.de> Wed Feb 6 09:25:28 UTC 2019 - Jan Engelhardt <jengelh@inai.de>