Wed Jun 23 13:37:02 IST 2004
	Added support for wav.  Fixed problems in mpeg and riff
	extractors.  Releasing libextractor 0.3.3.

Sun Jun  6 18:42:28 IST 2004
	Fixed segfault in qtextractor.
	
Mon May 31 18:19:07 EST 2004
	Fixed more minor bugs.  Releasing libextractor 0.3.2.	
	
Mon May 31 17:14:55 EST 2004
	Removed comment extraction from RIFF extractor (format
	detection is not good enough to avoid garbage for non-RIFF
	files).  Also fixed rare seg-fault in PDF-extractor (xpdf
	author notified).
	
Mon May 24 13:40:27 EST 2004
	Changed build system to avoid having an extra library
	(libextractor_util is gone).
	
Wed Apr 28 19:28:39 EST 2004
	Releasing libextractor 0.3.1.

Wed Apr 28 01:26:53 EST 2004
	Added ELF extractor.

Sat Apr 24 00:07:31 EST 2004
	Fixed memory leak in PDF-extractor.

Mon Apr 12 01:30:20 EST 2004
	Added Java binding.  If jni.h is present (and working!), 
	libextractor is build with a couple of tiny additional
	methods that are sufficient to build a Java class to
	access libextractor.  The API is still incomplete but
	already basically functional.  Releasing 0.3.0
	
Sat Apr 10 01:34:04 EST 2004
	Added RIFF/AVI extractor based on AVInfo.
	Fixed memory-leak and potential segfault in zipextractor.

Sat Apr 10 00:30:19 EST 2004
	Added MPEG (video) extractor based on AVInfo.  Improved 
	output of mp3 extractor.
	
Fri Apr  9 22:58:51 EST 2004
	Improved library initialization (and destruction) code.
	
Thu Apr  8 22:25:19 EST 2004
	Revisited type signatures adding const where applicable.
	Improved formatting of --help for extract.  Added some
	testcases.  Updated man-pages.

Wed Apr  7 00:26:29 EST 2004
	Made HTML and ZIP extractors re-entrant.
	Fixed minor problems in ZIP extractor (possible segfault,
	possible memory leaks; both for invalid ZIP files).

Sun Apr  4 20:24:39 EST 2004
	Added TIFF extractor.  Fixed segfault in removeLibrary.
	Port to mingw.  Releasing 0.2.7.

Tue Oct 14 17:43:09 EST 2003
	Fixed segfault in PDF and RPM extractors.
	Fixed BSD compile errors.  Port to OSX.
	Releasing 0.2.6.

Sun Oct 12 18:05:37 EST 2003
	Ported to OSX, fixing endianess issues with printable 
	extractors.  

Tue Jul 22 11:38:42 CET 2003
	Fixed segfault with option -b for no keywords found.

Wed Jul 16 13:41:34 EST 2003 
	Releasing 0.2.5.

Mon Jun 30 21:27:42 EST 2003
	Releasing 0.2.4.

Sun Jun 15 18:05:24 EST 2003
	Added support for pspell to printableextractor.

Sat Apr 19 04:11:14 EST 2003
	Fixed missing delete operation in PDF extractor for
	non-PDF files (caused memory leak and file-handle leak).
	
Thu Apr 10 23:54:17 EST 2003
	Fixed segmentation violation in png extractor.

Thu Apr 10 01:34:49 EST 2003
	Rewrote RPM extractor to make it no longer depend on rpmlib.

Fri Apr  4 21:39:55 EST 2003
	Added QT extractor, but again not really tested due to lack of
	QuickTime file with meta-data in it.

Thu Apr  3 23:09:44 EST 2003
	Added ASF extractor, but not really tested due to lack of
	ASF file with meta-data in it.

Thu Apr  3 04:04:19 EST 2003
	Fixing ogg-extractor to work with new version of libvorbis that 
	requires us to link against libvorbisfile.

Wed Apr  2 22:22:16 EST 2003
	Cleaned up plugin mechanism (ltdl).

Wed Apr  2 12:09:27 EST 2003
	zipextractor now works with self-extracting zip executables.

Sat Feb 01 05:35:24 EST 2003
	Changed loading of dynamic libraries to the more portable libltdl.

Thu Jan 23 00:34:20 EST 2003
	Wrote RPM extractor.

Tue Jan 21 03:11:02 EST 2003
	Fixed minor bug in ps extractor (now stops parsing at %%EndComments).

Thu Jan  9 18:41:01 EST 2003
	License changed to GPL (required for pdf extractor), releasing 0.1.4.

Tue Jan  7 18:31:38 EST 2003
	Added postscript (ps) extractor.

Tue Dec 31 15:26:00 EST 2002
	Added pdf extractor based on xpdf code.
	
Tue Dec 17 20:36:13 CET 2002 
	Added MIME-extractor.

Fri Nov 22 21:54:10 EST 2002
	Fixed portability problems with the gifextractor, in particular
	the code now ensures that C compilers that do not pack the structs
	are still going to result in working code.

Tue Oct  1 14:01:16 EST 2002
	Fixed segmentation fault in ogg extractor.

Fri Jul 26 16:25:38 EST 2002
	Added EXTRACTOR_ to every symbol in the extractor API to
	avoid name-clashes.

Wed Jun 12 23:42:55 EST 2002
	Added a dozen options to extract.

Fri Jun  7 01:48:34 EST 2002
	Added support for real (real.com).

Fri Jun  7 00:21:40 EST 2002
	Added support for GIF (what a crazy format).

Tue Jun  4 23:21:38 EST 2002
	Added support for PNG, no longer reading the
	file again and again for each extractor (slight
	interface change, mmapping).

Sun Jun  2 22:49:17 EST 2002
	Added support for JPEG and HTML. HTML does not
	support concurrent use, though (inherent problem
	with libhtmlparse). Released v0.0.2.
	
Sat May 25 16:56:59 EST 2002
        Added building of a description from artist, 
        title and album, fixed bugs.

Tue May 21 22:24:07 EST 2002
	Added removing of duplicates, splitting keywords,
	extraction of keywords from filenames.	

Sat May 18 16:33:28 EST 2002
	more convenience methods ('configuration', default
	set of libraries, remove all libraries)

Sat May 18 02:33:28 EST 2002
	ogg extractor works, mp3 extractor now always works

Thu May 16 00:04:03 EST 2002
	MP3 extractor mostly works.

Wed May 15 23:38:31 EST 2002
	The basics are there, let's write extractors!
