1 #define	FILE_VERSION_MAJOR	3
2 #define	patchlevel		22
3 
4 /*
5  * Patchlevel file for Ian Darwin's MAGIC command.
6  * $Id: patchlevel.h,v 1.1 2000/10/10 20:40:37 beck Exp $
7  *
8  * $Log: patchlevel.h,v $
9  * Revision 1.1  2000/10/10 20:40:37  beck
10  * mkhybrid 1.12b5.1
11  *
12  * Note, this normally makes a "mkisofs" which is the same binary, mkisofs
13  * from here needs to be tested out prior to replacing our existing mkisofs
14  * with this. (currently just installs mkhybrid)
15  *
16  * Revision 1.22  1997/01/15 17:23:24  christos
17  * - add support for elf core files: find the program name under SVR4 [Ken Pizzini]
18  * - print strings only up to the first carriage return [various]
19  * - freebsd international ascii support [J Wunsch]
20  * - magic fixes and additions [Guy Harris]
21  * - 64 bit fixes [Larry Schwimmer]
22  * - support for both utime and utimes, but don't restore file access times
23  *   by default [various]
24  * - \xXX only takes 2 hex digits, not 3.
25  * - re-implement support for core files [Guy Harris]
26  *
27  * Revision 1.21  1996/10/05 18:15:29  christos
28  * Segregate elf stuff and conditionally enable it with -DBUILTIN_ELF
29  * More magic fixes
30  *
31  * Revision 1.20  1996/06/22  22:15:52  christos
32  * - support relative offsets of the form >&
33  * - fix bug with truncating magic strings that contain \n
34  * - file -f - did not read from stdin as documented
35  * - support elf file parsing using our own elf support.
36  * - as always magdir fixes and additions.
37  *
38  * Revision 1.19  1995/10/27  23:14:46  christos
39  * Ability to parse colon separated list of magic files
40  * New LEGAL.NOTICE
41  * Various magic file changes
42  *
43  * Revision 1.18  1995/05/20  22:09:21  christos
44  * Passed incorrect argument to eatsize().
45  * Use %ld and %lx where appropriate.
46  * Remove unused variables
47  * ELF support for both big and little endian
48  * Fixes for small files again.
49  *
50  * Revision 1.17  1995/04/28  17:29:13  christos
51  * - Incorrect nroff detection fix from der Mouse
52  * - Lost and incorrect magic entries.
53  * - Added ELF stripped binary detection [in C; ugh]
54  * - Look for $MAGIC to find the magic file.
55  * - Eat trailing size specifications from numbers i.e. ignore 10L
56  * - More fixes for very short files
57  *
58  * Revision 1.16  1995/03/25  22:06:45  christos
59  * - use strtoul() where it exists.
60  * - fix sign-extend bug
61  * - try to detect tar archives before nroff files, otherwise
62  *   tar files where the first file starts with a . will not work
63  *
64  * Revision 1.15  1995/01/21  21:03:35  christos
65  * Added CSECTION for the file man page
66  * Added version flag -v
67  * Fixed bug with -f input flag (from iorio@violet.berkeley.edu)
68  * Lots of magic fixes and reorganization...
69  *
70  * Revision 1.14  1994/05/03  17:58:23  christos
71  * changes from mycroft@gnu.ai.mit.edu (Charles Hannum) for unsigned
72  *
73  * Revision 1.13  1994/01/21  01:27:01  christos
74  * Fixed null termination bug from Don Seeley at BSDI in ascmagic.c
75  *
76  * Revision 1.12  1993/10/27  20:59:05  christos
77  * Changed -z flag to understand gzip format too.
78  * Moved builtin compression detection to a table, and move
79  * the compress magic entry out of the source.
80  * Made printing of numbers unsigned, and added the mask to it.
81  * Changed the buffer size to 8k, because gzip will refuse to
82  * unzip just a few bytes.
83  *
84  * Revision 1.11  1993/09/24  18:49:06  christos
85  * Fixed small bug in softmagic.c introduced by
86  * copying the data to be examined out of the input
87  * buffer. Changed the Makefile to use sed to create
88  * the correct man pages.
89  *
90  * Revision 1.10  1993/09/23  21:56:23  christos
91  * Passed purify. Fixed indirections. Fixed byte order printing.
92  * Fixed segmentation faults caused by referencing past the end
93  * of the magic buffer. Fixed bus errors caused by referencing
94  * unaligned shorts or longs.
95  *
96  * Revision 1.9  1993/03/24  14:23:40  ian
97  * Batch of minor changes from several contributors.
98  *
99  * Revision 1.8  93/02/19  15:01:26  ian
100  * Numerous changes from Guy Harris too numerous to mention but including
101  * byte-order independance, fixing "old-style masking", etc. etc. A bugfix
102  * for broken symlinks from martin@@d255s004.zfe.siemens.de.
103  *
104  * Revision 1.7  93/01/05  14:57:27  ian
105  * Couple of nits picked by Christos (again, thanks).
106  *
107  * Revision 1.6  93/01/05  13:51:09  ian
108  * Lotsa work on the Magic directory.
109  *
110  * Revision 1.5  92/09/14  14:54:51  ian
111  * Fix a tiny null-pointer bug in previous fix for tar archive + uncompress.
112  *
113  */
114 
115