SHA256
1
0
forked from pool/file
2015-01-20 08:00:50 +00:00
committed by Git OBS Bridge
parent 976fd89006
commit 8afde8ad09
8 changed files with 48 additions and 29 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Mon Jan 19 10:48:12 UTC 2015 - werner@suse.de
- Update to file version 5.22 (also related to bsc#913650 and bsc#913651)
* add indirect relative for TIFF/Exif
* restructure elf note printing to avoid repeated messages
* add note limit, suggested by Alexander Cherepanov
* Bail out on partial pread()'s (Alexander Cherepanov)
* Fix incorrect bounds check in file_printable (Alexander Cherepanov)
* PR/405: ignore SIGPIPE from uncompress programs
* change printable -> file_printable and use it in
more places for safety
* in ELF, instead of "(uses dynamic libraries)" when PT_INTERP
is present print the interpreter name.
-------------------------------------------------------------------
Sat Dec 20 08:57:15 UTC 2014 - meissner@suse.com