2006-03-04  John Knottenbelt  <jak@users.sourceforge.net>
	* Gcc 4.1 compilation fixes, 64 bit fixes

2005-11-13  John Knottenbelt  <jak@users.sourceforge.net>
	* Add Frederico's dvbdphp 
	* Add Frederico's dvbrtp

2005-07-21  John Knottenbelt  <jak@users.sourceforge.net>
	* Increase buffer size on output stream to 2mb
	* dvbcat terminates now on EPIPE
	* Fix compilation for g++ 4.0.1
	
2005-04-18  John Knottenbelt  <jak@users.sourceforge.net>
	* Debian packages were compiled to the wrong prefix
	* Fixed a compilation problem (include cerrno in
	  outputbuffer.cpp)

2005-04-09  John Knottenbelt  <jak@users.sourceforge.net>
	* Updated tuning code to latest version from dvbstream
	* Tuning code now respects the inversion setting in the
	  tzap channel configuration. This means that if you
	  are using INVERSION_AUTO, channel tuning will take 
	  longer (if it worked before, you can get faster
	  tuning by changing your channels.conf to read
	  INVERSION_OFF instead).
	* Dvbd now hangs on to the frontend device for 5 seconds
	  after the last connection to it. This is to allow
	  quick tuning to the last tuned multiplex should another
	  client connect.
	* Should work with DiBcom 3000-MB DVB-T now.
	* tv.cgi - require exact match for channel name,
	  changed ITV 1 to ITV1 and ITV 2 to ITV2.
	
2004-10-11  John Knottenbelt  <jak@users.sourceforge.net>
	* Added some Fedora Core compatibility fixes. Removed
	  ofstream from dvb-cat (used file descriptors instead)

2004-08-21  John Knottenbelt  <jak@users.sourceforge.net>
	* Added 7MHZ bandwidth option for dvb-t
	* More flexible channel finding in dvbdguide/tv.cgi
	* Replaced assert with more friendly run-time check 
	  when trying to tune on an non-existent tuner type.

2004-07-06  John Knottenbelt  <jak@users.sourceforge.net>
        * Use default prefix if none provided 
        * Actually read the configuration file (default is 
	  /usr/local/etc/dvbd/config)
        * Added some DVB-T TZAP channel file format tokens
        * Date parsing should now be case insensitive
        
2004-04-19  John Knottenbelt  <jak@users.sourceforge.net>
	* DVB-C appears to be working.

2004-04-17  John Knottenbelt  <jak@users.sourceforge.net>
	* Working on DVB-C support.
	
2004-01-03  John Knottenbelt  <jak@users.sourceforge.net>
	* dvblist -h and -c will now print out more information
	  (different format to before).
        * Modified schedule format so that extra information
	  can be associated with each recording (Warning:
	  change is not backwards compatible).
	* Scheduler now appends .N (where N is a number from 1)
	  if the output file already exists.
	* Schedule recording now allows recordings that start after the
          current time, but finish before the current time.
	
2004-01-02  John Knottenbelt  <jak@users.sourceforge.net>
	* Added -n,--noconflicts option to dvbsched which
	  won't schedule the job if it produces any conflicts.
	* Escape whitespace for filenames passed to dvbd.
	
2003-12-30  John Knottenbelt  <jak@users.sourceforge.net>
	* Recalculate last job number when restarting dvbd.
	
2003-12-29  John Knottenbelt  <jak@users.sourceforge.net>
	* Added --enable-debug configure option
	* Stopping dvbd should return true even if dvbd is not running
	* Improved error messages in client library
	* Boosted output buffer to 1M to avoid system jitter
	* Added some debugging code to print out buffer status
	* Added -r (--remove) command to dvbsched
	* Quietened UnixClientSocket
	
2003-12-28  John Knottenbelt  <jak@users.sourceforge.net>
	* Default is now to record TS streams
	* Can use -P to specify program stream
	
2003-12-27  John Knottenbelt  <jak@users.sourceforge.net>
	* Include header files in dist
	* Debian packagified
	* Automakified
	* fixed bug with reporting job number
