27 August 2001:
	- mpgtx now supports MPEG streams with leading zeros and skip them gracefully
	- added some support for ill-formed system streams that don't begin with a PACK
	  header.
	  (both, thank to Sren Roug) 
22 August 2001:
	- Created a home made configure script that automagically checks
	  Large File support and GCC 3.0 tricks to produce correct CFLAGS
	  and LFLAGS. 
20 August 2001: restored compatibility for systems older than glibc2.2+
	- to enable large file support build with `make lfs-support'
10 August 2001: large file support
	- support for files larger than 2GB on systems supporting Single UNIX
	  Specification 2.0. Requires glibc2.1+ for build but actual support
	  requires both glibc2.2+ and Linux kernel 2.4+
	- Cosmetic changes
	  (The Entire Large File Support code is the courtesy of Mattias Sandgren
	   Please stand up and applause )
6  August 2001
    - tagmp3 used to return 1 even on success. changed that so that it could be
	  used in scripts. 
	  A big thank to C. R. Johnson for that.
23 July 2001 : mpgtx v 1.0 released
   - bug reports are rare by now. So I guess it's time for the first so called 
     "stable" version. Here it is.
   - replaced friend foo with friend class foo that caused compilation errors 
     with gcc 3.0
     (thank to Fred Hernandez)
19 June 2001 :
	- fixed a bug in demultiplexer 
	  (thank to Steven M Shultz)
29 May 2001 : mpgtx version 0.8b released
	- fixed another segfault, still on exotic files.
	  (thank to Aaron Brick)
23 May 2001 :
	- renamed mp3tag to tagmp3 because of a conflict with mp3blaster in debian
17 May 2001 : mpgtx version 0.7b released
	- segfault fixed on exotic mpeg files. 
	  (thank to Steven M. Schultz)
24 April 2001 : mpgtx version 0.6b released
	- MAJOR bug fixed that caused unplayable files.
	- fixed bug in mp3tag : ERROR : No valid ID3 tag in WriteID3
13 April 2001 : mpgtx version 0.5b released
	- Added bug report helper.
	- Added mp3tag, a handy ID3 tagging and file sorting utility
	- Corrected bug in Timestamping : players should not freeze anymore
	- MPEG 2 timestamping should be okay.
3 April 2001 : mpgtx version 0.4b released
	- demultiplex is available (-d option)
	- MPEG 2 transport stream support (info and demultiplex)
	- MPEG 2 support improved
	- various bug fixes (and many other added):
		- Sigsegv when outputing on an existing file
		  (Thank to Jean-Fransisco system (alias Nicolas Schieli))
		- Wrong audio frame boundary computation produced empty ranges.
	- Muxrate is now parsed and printed in info mode.
		
23 March 2001 : mpgtx version 0.3b released
	- makefile has now three goals : devel shared & static
	  default goal is devel.
	- mpgtx now looks for a valid audio frame boundary, this
	  was an issue with variable bitrate mp3s
	- Volker Moell contributed a mpgtx.spec for rpm building
	  rpms are coming soon.
	- minor bug corrected in mpeg::ParseRIFF thank to Volker
	  again.

22 March 2001 : mpgtx version 0.2b released
	
	- mt is now called mpgtx (old name was the same as 
	  a well known magnetic tape utility. sorry)     
		(thank to hundred of mails)
	- -o is now allowed in split mode (if only one chunk)
	  mpgtx does not append a "-1.mpg" when base name 
	  is specified and only one chunk is present.
	
	- fixed the 80 column issue for the -h option 
		(thank to Volker Moell)

	- access() is now home made mpgtx_access for 
	  portability reasons.

	- various compiler errors under RedHat 7 fixed 
		(thank to Chris Chabot) 

20 March 2001 : mt version 0.1b released
	- mt initial release
