SHA256
6
0
forked from pool/file
2013-09-30 14:29:55 +00:00
committed by Git OBS Bridge
parent b3622de7cf
commit 19d3555053
27 changed files with 146 additions and 255 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Mon Sep 30 14:27:34 UTC 2013 - werner@suse.de
- Update to file version 5.15 (bug fix release, no new featuress)
* Don't mix errors and regular output if there was an error
* in magic_descriptor() don't close the file and try to restore
its position
* Don't treat magic as an error if offset was past EOF (Christoph Biedl)
* Fix spacing issues in softmagic and elf (Jan Kaluza)
* Fix segmentation fault with multiple magic_load commands.
* The way "default" was implemented was not very useful because
the "if something was printed at that level" was not easily
controlled by the user, and the format was bound to a string
which is too restrictive. Add a "clear" for that level keyword
and make "default" void.
* disallow strength setting in "name" entries
-------------------------------------------------------------------
Sun May 26 10:31:25 UTC 2013 - schwab@suse.de