From: Christos Zoulas Date: Sat, 5 Aug 2000 18:24:18 +0000 (+0000) Subject: Correct indianness detection in elf (Charles Hannum) X-Git-Tag: FILE3_32~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=14a538fa1137c07f73426b31618ea67b8ad4b829;p=file Correct indianness detection in elf (Charles Hannum) FreeBSD elf core support (Guy Harris) Use gzip in systems that don't have uncompress (Anthon van der Neut) Internationalization/EBCDIC support (Eric Fisher) Many many magic changes --- diff --git a/src/patchlevel.h b/src/patchlevel.h index e1edae49..26e1db24 100644 --- a/src/patchlevel.h +++ b/src/patchlevel.h @@ -1,11 +1,18 @@ #define FILE_VERSION_MAJOR 3 -#define patchlevel 31 +#define patchlevel 32 /* * Patchlevel file for Ian Darwin's MAGIC command. - * $Id: patchlevel.h,v 1.31 2000/05/14 17:58:36 christos Exp $ + * $Id: patchlevel.h,v 1.32 2000/08/05 18:24:18 christos Exp $ * * $Log: patchlevel.h,v $ + * Revision 1.32 2000/08/05 18:24:18 christos + * Correct indianness detection in elf (Charles Hannum) + * FreeBSD elf core support (Guy Harris) + * Use gzip in systems that don't have uncompress (Anthon van der Neut) + * Internationalization/EBCDIC support (Eric Fisher) + * Many many magic changes + * * Revision 1.31 2000/05/14 17:58:36 christos * - new magic for claris files * - new magic for mathematica and maple files @@ -22,7 +29,7 @@ * - magic fixes * * Revision 1.29 1999/11/28 20:02:29 christos - * new string/[Bcb] magic from anton, and adjustments to the magic files to + * new string/[Bcb] magic from anthon, and adjustments to the magic files to * use it. * * Revision 1.28 1999/10/31 22:11:48 christos