1id3ed Changelog
2
301/09/2003 - 1.10.4
4	Fix build problem if curses was found but readline wasn't. (reported by Adam Schuetze)
5	Fix g++-3.2 compile warnings and errors. (Many people)
6	Remove $(wildcard ..) use from Makefile, it works with BSD make now. (suggested by Nick Nauwelaerts)
7
809/16/2001 - 1.10.3
9	Include getopt.h if available. (Needed for cygwin, reported by Scott Alfter)
10	No longer attempt to set user/group in make install. (Needed for cygwin, and probably better anyway. Scott Alfter)
11	Fix lstat errors on files <128 bytes. (reported by Thomas Kunz?  From: was mangled so I'm not sure.)
12	Fixed truncated name of genre 140. (was "Contemporary C")
13
1410/04/2000 - 1.10.2
15	It is now possible to clear a tag in interactive mode.  (Eugene Paskevich)  (See NOTES in manpage for more info.)
16
1709/06/2000 - 1.10.1
18	Fixed -NAYCKG options selecting wrong/multiple things. (Laurent Alacoque)
19
2002/22/2000 - 1.10
21	Added -m/M mp3 rename options.  alpha-ish.
22	Added readline completion for genres
23	Fixed default genre type with no readline (Glenn Maynard)
24
2506/15/1999 - 1.9
26	-i opens with O_RDONLY (Jeremy Monin)
27	id3 v1.1 track number support, with backwards compatibility (original
28		v1.1-only patch from Chris Seawood)
29
3006/10/1999 - 1.8
31	forgot to include install-sh in the 1.7 tar.gz, oops.
32
3306/09/1999 - 1.7
34	Fixed missing genre entry
35	Now uses autoconf
36	-i now on the manpage
37
3806/03/1999 - 1.6
39	Uses strerror() instead of sys_errlist[] (Eric L. Schott)
40	Fixed non readline compile (Arndt Schoenewald)
41	Added -i mode to show current tags
42
4306/01/1999 - 1.5
44	Updated genre list, now has 22 more genres
45	Added -L switch for alternate ordering when printing genre list
46	Fixed -l mode of genre listing, shouldn't print extra on the end or miss any
47
4803/26/1999 - 1.4
49	Added -r option to remove id3 tags
50	Replaced "Illegal args" error with help message.
51	Quiet mode doesn't print the name/version anymore.
52
5303/23/1999 - 1.3
54	Removed a debug printf that sneaked into the release.
55	Added -l to show known genres.
56	Added support to set genre by name as well as number.
57
5803/22/1999 - 1.2
59	Added -SNAYCG selection of which tags you want to edit.
60	Added optional use of readline library for input. (Tested with Readline
614.0)  Comment the appropriate lines in the Makefile if you don't want it.
62
6312/03/1998 - 1.1
64	Added command line default value patch from Peter Karlsson <pk@abc.se>
65	Added -q(uiet) command line param.
66
6702/24/1998 - 1.0 - initial release
68