From 4c7b148695de8c41e0a5fba3ecb0c128ce1261c1196624a2d79a40ac472face3 Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Tue, 22 Jan 2013 16:26:16 +0000 Subject: [PATCH] . OBS-URL: https://build.opensuse.org/package/show/Base:System/file?expand=0&rev=61 --- file.changes | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/file.changes b/file.changes index 821339e..3f45bd5 100644 --- a/file.changes +++ b/file.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Tue Jan 22 16:22:05 UTC 2013 - werner@suse.de + +- Update to file version 5.12 + * Warn about inconsistent continuation levels. + * Change fsmagic to add a space after it prints. + * Make getline public so that file can link against it. + Perhaps it is better to rename it, or hide it differently. + Fixes builds on platforms that do not provide it. + * Add SuS d{,1,2,4,8}, u{,1,2,4,8} and document + what long, int, short, etc is (Guy Harris) + * add magic_version function and constant + * Redo memory allocation and de-allocation. + (prevents double frees on non mmap platforms) + * Fix bug with name/use having to do with passing + found state from the parent to the child and back. + * Only print elf capabilities for archs we know (Jan Kaluza) + * Add "name" and "use" file types in order to look + inside mach-o files. + * add string/T (Jan Kaluza) + * search for $HOME/.magic.mgc if it is there first + * fix reads from a pipe, and preserve errno + * use ctime_r, asctime_r + * Fixes for indirect offsets to handle apple disk formats +- Also includes our extfs-minix patch + ------------------------------------------------------------------- Mon Nov 26 15:23:01 UTC 2012 - werner@suse.de