11.0a
2*	Initial version
3*	didn't get published cause I was too lazy to be bothered copying from
4	my home system to my work system.
5
61.0b
7*	Finished id3 style tagging code with textual descriptions
8	and set commands.
9
101.0c
11*	re-fixed that bug [code base split by accident!]
12*	tidyed up id3tool.c a bit [It was a bit too kludgish]
13*	changed those C++ comments [// blah] that I'm sure was pissing off a
14	few people to C comments [/* blah */]
15*	Tested on:
16	*	i386/linux [OK]
17	*	sparc/linux [OK]
18*	Revised README file.
19
201.1a
21*	Debian control files
22*	autoconf/automake control files
23	[got sick of hand kludging the makefile]
24*	New distro site [kitsumi.nethack.net is not under my control at the
25	moment :(]
26
271.1b
28*	Fixed package to include missing files *d'oh!*
29
301.1c
31*	Merged Win32 patches from Steve Kemp <skx@tardis.ed.ac.uk>.
32	Patches were NOT acceptible in base form, and some files were modified.
33*	Proper Win32 Makefile made.
34*	Patched configure scripts to check for getopt dependancies now.
35	[In recognition that some psuedo-unixes mightn't have getopt]
36*	Patched original getopt.c file so it #ifndef's itself out if
37	GETOPT_LONG is already availible. - I assume getopt.[ch] are
38	from the GNU C Library, but steve didn't specify.
39
401.1d
41* 	Corrected tag replace bug (tags were always being appended, rather
42	than replaced). Very sorry to those affected.  yet again, this
43	one was a one character fix :/
44*	Tested on:
45	*	i386/linux [OK]
46	*	ix86/win32 (Visual C 6) [OK]
47*	Fixed rampantly incorrect email addresses in the documentation.
48*	Fixed bug where if multiple file names were specified, only
49	the files with tags before the first file without one had their
50	ID3 tags displayed.
51*	Fixed Win32 version to link in setargv.obj, so file globbing works as
52	expected.
53
541.1e
55*	"Yet Another Bugfix" release.  This focus'd on a bug where
56	tag reading behaved a little "wierdly" because of files < 128 bytes.
57	This is now fixed.
58*	THIS IS THE LAST 1.1 RELEASE I WANT TO DO.
59	Hopefully the pre-2.0's might start appearing really soon.
60
611.1f
62*	Updated all email addresses to be correct [now that xware.cx exists]
63*	"Yet Another Bugfix" release.  *sigh*.
64	This time its a weirdness in RedHat where they don't support the
65	negative seek offset via fseek.
66*	Fixed a one number `braino' when I knew I should have put a `1'
67	instead of a `128', but didn't.
681.2
69*	v1.1 support to stop people from sending me bugreports from broken
70	id3v1.1 support patch somebody did. (may they burn in hell).
71*	Webspace address change.
72*	Remove GNU Getopt.  Replace with NetBSD getopt.
73*	License Change.  id3tool 1.2 is now BSD licensed.
74
751.2a
76*	fixed broken getopt string (should close debian bug #280180)
77*	fixed broken header reference (was annoying non-linux users)
78*	Actually tested win32 build this time
79*	fixed word wrapping in copyright notice.