head	1.3;
access;
symbols
	file-4_20:1.3
	rpm-4_4_8-release:1.2
	rpm-4_4_7-release:1.2
	rpm-4_4_6-release:1.2
	rpm-4_4_5-release:1.2
	rpm-4_4_4-release:1.2
	rpm-4_4_3-release:1.2
	file-4_16:1.2
	jbj_before_tklcpatches:1.2
	rpm-4_4_2-release:1.2
	file-4_14:1.2
	pjones-sparse-experiment:1.2.0.4
	rpm-4_4_1-release:1.2
	file-4_12:1.2
	rpm-4_4-release:1.2
	rpm-4_4:1.2.0.2
	file-4_10:1.2
	file-4_09:1.2
	rpm-file-before:1.1.1.1
	rpm42-file-before:1.1.1.1
	rpm43-file-before:1.1.1.1
	rpm-4_3_1-start:1.1.1.1
	rpm-4_3:1.1.1.1.0.6
	rpm-4_2_1-release:1.1.1.1
	rpm-4_1_1-release:1.1.1.1
	rpm-4_2-release:1.1.1.1
	rpm-4_2:1.1.1.1.0.4
	rpm-4_1:1.1.1.1.0.2
	postmerge-file-3_39:1.1.1.1
	premerge-file-3_39:1.1.1.1
	file-3_39:1.1.1.1
	pre-file-3_39:1.1.1.1
	postmerge-file-3_38:1.1.1.1
	premerge-file-3_38:1.1.1.1
	file-3_38:1.1.1.1
	pre-file-3_38:1.1.1.1
	file-3_37-release:1.1.1.1
	file-vendor:1.1.1;
locks; strict;
comment	@# @;
expand	@o@;


1.3
date	2007.05.09.19.38.33;	author jbj;	state Exp;
branches;
next	1.2;

1.2
date	2004.08.03.20.16.18;	author jbj;	state Exp;
branches
	1.2.2.1;
next	1.1;

1.1
date	2002.09.30.21.45.34;	author jbj;	state Exp;
branches
	1.1.1.1;
next	;

1.2.2.1
date	2007.05.10.17.39.22;	author jbj;	state Exp;
branches;
next	;

1.1.1.1
date	2002.09.30.21.45.34;	author jbj;	state Exp;
branches
	1.1.1.1.6.1;
next	;

1.1.1.1.6.1
date	2004.12.07.00.57.37;	author jbj;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Virgin file-4.20.
@
text
@$File: MAINT,v 1.9 2007/01/19 21:15:27 christos Exp $

Maintenance notes:

I am continuing to maintain the file command. I welcome your help,
but to make my life easier I'd like to request the following:

- Do not distribute changed versions.

People trying to be helpful occasionally put up their hacked versions
of the file command for anonymous FTP, and people all over the
world get copies of the hacked versions.  Within a day or two I am
getting email from around the world asking me why "my" file command
won't compile!!! Needless to say this detracts from the limited
time I have available to work on the actual software. Therefore I
ask you again to please NOT distribute your changed version. If
you need to make changes, please add a patch file next to the
distribution tar, and a README file that clearly explains what you
are trying to fix.

Thank you for your assistance and cooperation.

Code Overview

This is a rough idea of the control flow from the main program:

file.c	main()
file.c	process (called for each file)
		printf file name
magic.c		magic_file()
fsmagic.c		file_fsmagic()
				(handles statbuf modes for DEV)
			(handles statbuf modes for executable &c.
			reads data from file.
funcs.c:		file_buffer()
compress.c			file_zmagic()
is_tar.c			file_is_tar()
softmagic.c			file_softmagic()
						match() - looks for match against main magic database
ascmagic.c			file_ascmagic()
readelf.c		file_tryelf()
				"unknown"

Christos Zoulas
christos@@astron.com
@


1.2
log
@Upgrade to file-4.09.
@
text
@d1 1
a1 1
$Id: MAINT,v 1.5 2003/03/23 04:36:37 christos Exp $
d8 1
a8 1
- Don't change the version numbers!
d10 10
a19 7
If your changes are extensive, I will have to work hard to 
integrate them into my version.  If you check it into SCCS locally,
the version numbers will likely be kept. IF you check it into RCS
or CVS locally, please use -k to keep the version numbers, and
please use branch deltas (1.21.1, 1.21.2, ...).  If you don't do
this, I will likely be unable to use your changes; life's just too
short.
d21 1
a21 1
- Do not distribute changed versions.
d23 1
a23 8
People trying to be helpful occasionally put up their hacked versions
of the file command for FTP, then the "archie" server finds and publishes
the hacked version, and people all over the world get copies of it.
Within a day or two I am getting email from around the world
asking me why "my" file command won't compile!!! Needless to say this
detracts from the limited time I have available to work on the actual
software.  Therefore I ask you again to please NOT distribute
your changed version.
d25 1
d27 16
a42 1
Thank you for your assistance and cooperation.
@


1.2.2.1
log
@Upgrade to file-4.20 internal.
@
text
@d1 1
a1 1
$File: MAINT,v 1.9 2007/01/19 21:15:27 christos Exp $
d8 10
d21 8
a28 9
of the file command for anonymous FTP, and people all over the
world get copies of the hacked versions.  Within a day or two I am
getting email from around the world asking me why "my" file command
won't compile!!! Needless to say this detracts from the limited
time I have available to work on the actual software. Therefore I
ask you again to please NOT distribute your changed version. If
you need to make changes, please add a patch file next to the
distribution tar, and a README file that clearly explains what you
are trying to fix.
a31 21
Code Overview

This is a rough idea of the control flow from the main program:

file.c	main()
file.c	process (called for each file)
		printf file name
magic.c		magic_file()
fsmagic.c		file_fsmagic()
				(handles statbuf modes for DEV)
			(handles statbuf modes for executable &c.
			reads data from file.
funcs.c:		file_buffer()
compress.c			file_zmagic()
is_tar.c			file_is_tar()
softmagic.c			file_softmagic()
						match() - looks for match against main magic database
ascmagic.c			file_ascmagic()
readelf.c		file_tryelf()
				"unknown"

@


1.1
log
@Initial revision
@
text
@d1 1
a1 1
Id: MAINT,v 1.4 2000/04/11 02:43:51 christos Exp 
@


1.1.1.1
log
@track: auto import
@
text
@@


1.1.1.1.6.1
log
@- port to internal file-4.10 libmagic rather than libfmagic.
@
text
@d1 1
a1 1
$Id: MAINT,v 1.5 2003/03/23 04:36:37 christos Exp $
@

