From 8e3c466bb553ae8fb89773bc749993d166edf5bb Mon Sep 17 00:00:00 2001 From: Christos Zoulas Date: Sat, 22 Jun 1996 22:15:52 +0000 Subject: [PATCH] - support relative offsets of the form >& - fix bug with truncating magic strings that contain \n - file -f - did not read from stdin as documented - support elf file parsing using our own elf support. - as always magdir fixes and additions. --- src/patchlevel.h | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/src/patchlevel.h b/src/patchlevel.h index 6816c233..96295b5e 100644 --- a/src/patchlevel.h +++ b/src/patchlevel.h @@ -1,12 +1,19 @@ #define FILE_VERSION_MAJOR 3 -#define patchlevel 19 +#define patchlevel 20 /* * Patchlevel file for Ian Darwin's MAGIC command. - * $Id: patchlevel.h,v 1.19 1995/10/27 23:14:46 christos Exp $ + * $Id: patchlevel.h,v 1.20 1996/06/22 22:15:52 christos Exp $ * * $Log: patchlevel.h,v $ - * Revision 1.19 1995/10/27 23:14:46 christos + * Revision 1.20 1996/06/22 22:15:52 christos + * - support relative offsets of the form >& + * - fix bug with truncating magic strings that contain \n + * - file -f - did not read from stdin as documented + * - support elf file parsing using our own elf support. + * - as always magdir fixes and additions. + * + * Revision 1.19 1995/10/27 23:14:46 christos * Ability to parse colon separated list of magic files * New LEGAL.NOTICE * Various magic file changes -- 2.40.0