Revision history for RDF-Redland-Model-ExifTool

0.14 2010/06/26 22:11:08
    * added rewrite for YYYY:MM:DD dates
    * tidied up comments throughout the class

0.13 2010-01-06 02:00:39
    * added exif2rdf options to store in database (-p)
      either create new (-n) or update existing (-u)
    * added store RDF in database example and comparison of
      exiftool -X and exif2rdf to tutorial

0.12 2009-12-27 09:03:47
    * added tutorial to exif2rdf documentation
    * added exif2rdf options: print config (-d) and synopsis (-h)
    * changed exif2rdf's default output syntax from 
      rdfxml-abbrev to ntriples for tutorial
    * added method to return config as string -
      get_exif_config_to_string()
    * added Artist to ParseTag list in default configuration
    * added missing prereq URI to Makefile.PL

0.11 2009-12-14 07:50:43
    * updated Makefile to require RDF::Redland 1.0006 or later.
      The CPAN version, 1.00054, is out of date and fails "make test". 
    * changed exif2rdf's default output syntax from rdfxml to
      rdfxml-abbrev that serializes lists without blank nodes

0.10 2009-12-11 07:59:33
    * tidied up comments

0.09 2009-05-24 08:45:10
    * updated contact email address

0.08  2008-11-12 07:51:38
    * encoded special HTML characters in literals, 
      that are the objects of RDF statements, as HTML entities
    * fixed bug where file's URI was used as subject on all
      RDF statements parsed from that file

0.07  2008-10-29 08:15:27
    * added script exif2rdf that uses this class to 
      print Exif meta data from files as RDF statements
    * dropped script/synopsis.pl, exif2rdf is a more complete example
    * added method to set config from file set_exif_config_from_file()
    * fixed bug where processable tag list was not updated after
      config was replaced

0.06  2008-10-24 07:26:37
    * synopsis now uses get_exif_tags() to speed up ExifTool ImageInfo()
    * synopsis now undefs serializer to prevent null exception on exit
    * section on setting configuration from file added to documentation
    * list of processable ExifTool tags now cached for reuse
    * RDF predicates now created from URIs on demand 

0.05  2008-10-08 09:53:48
    * test script improved - t/rdf-redland-model-exiftool.t
    * synopsis and error messages made more consistent

0.04  2008-09-04 09:34:35
    * tag values that are HTTP URI strings now translated 
      into URI objects not literals 
    * unknown config variables now returned as errors - set_exif_config()

0.03  2008-08-04 06:51:00
    * pre-requisites added to Makefile.PL
    * faulty fix 0.02 undone

0.02  2008-08-01 23:44:05
    * replaced use RDF::Redland with use specific classes

0.01  2008-07-31 09:15:22
      initial version
