diff options
author | mpp <mpp@FreeBSD.org> | 1997-03-18 19:37:41 +0000 |
---|---|---|
committer | mpp <mpp@FreeBSD.org> | 1997-03-18 19:37:41 +0000 |
commit | c80207ab497d53f6b4e875029804295bbed9cb56 (patch) | |
tree | 8d23040c7ea9ff0f9d863cc3a1849433228224f2 /usr.bin/file/patchlevel.h | |
parent | b15d6bfc2978bb74d2f16e720b496d73d2da89f2 (diff) | |
download | FreeBSD-src-c80207ab497d53f6b4e875029804295bbed9cb56.zip FreeBSD-src-c80207ab497d53f6b4e875029804295bbed9cb56.tar.gz |
Merge to resolve conflicts with file 3.22 merge.
Diffstat (limited to 'usr.bin/file/patchlevel.h')
-rw-r--r-- | usr.bin/file/patchlevel.h | 38 |
1 files changed, 34 insertions, 4 deletions
diff --git a/usr.bin/file/patchlevel.h b/usr.bin/file/patchlevel.h index 26f42d2..620a57f 100644 --- a/usr.bin/file/patchlevel.h +++ b/usr.bin/file/patchlevel.h @@ -1,16 +1,19 @@ #define FILE_VERSION_MAJOR 3 -#define patchlevel 19 +#define patchlevel 22 /* * Patchlevel file for Ian Darwin's MAGIC command. - * $Id: patchlevel.h,v 1.5 1997/02/22 19:29:15 peter Exp $ + * $Id: patchlevel.h,v 1.1.1.3 1997/03/18 17:58:54 mpp Exp $ * * $Log: patchlevel.h,v $ + * Revision 1.6 1997/02/22 19:54:59 peter + * Revert $FreeBSD$ to $Id$ + * * Revision 1.5 1997/02/22 19:29:15 peter - * Revert $Id$ to $Id$ + * Revert $Id: patchlevel.h,v 1.6 1997/02/22 19:54:59 peter Exp $ to $Id: patchlevel.h,v 1.6 1997/02/22 19:54:59 peter Exp $ * * Revision 1.4 1997/01/14 06:59:48 jkh - * Make the long-awaited change from $Id: patchlevel.h,v 1.5 1997/02/22 19:29:15 peter Exp $ to $Id: patchlevel.h,v 1.5 1997/02/22 19:29:15 peter Exp $ + * Make the long-awaited change from $Id: patchlevel.h,v 1.6 1997/02/22 19:54:59 peter Exp $ to $Id: patchlevel.h,v 1.6 1997/02/22 19:54:59 peter Exp $ * * This will make a number of things easier in the future, as well as (finally!) * avoiding the Id-smashing problem which has plagued developers for so long. @@ -37,6 +40,33 @@ * The following file was removed: * - Magdir/Makefile * + * Revision 1.1.1.3 1997/03/18 17:58:54 mpp + * Upgrade to file version 3.22. + * + * Obtained from: ftp://ftp.deshaw.com/pub/file/file-3.22.tar.gz + * + * Revision 1.22 1997/01/15 17:23:24 christos + * - add support for elf core files: find the program name under SVR4 [Ken Pizzini] + * - print strings only up to the first carriage return [various] + * - freebsd international ascii support [J Wunsch] + * - magic fixes and additions [Guy Harris] + * - 64 bit fixes [Larry Schwimmer] + * - support for both utime and utimes, but don't restore file access times + * by default [various] + * - \xXX only takes 2 hex digits, not 3. + * - re-implement support for core files [Guy Harris] + * + * Revision 1.21 1996/10/05 18:15:29 christos + * Segregate elf stuff and conditionally enable it with -DBUILTIN_ELF + * More magic fixes + * + * 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 |