Update of /cvsroot/libexif/libexif
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv9935
Modified Files:
ChangeLog NEWS
Log Message:
Updated news:
* Added support of 2 new types of Pentax makernotes & Casio type2 makernote
* Added support of Win XP metadata (Author, Comment, KeyWords, Title,
Subject) tags
Index: NEWS
===================================================================
RCS file: /cvsroot/libexif/libexif/NEWS,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -p -d -r1.14 -r1.15
--- NEWS 10 May 2007 17:03:15 -0000 1.14
+++ NEWS 15 May 2007 18:33:40 -0000 1.15
@@ -1,5 +1,8 @@
New in 0.6.14.cvs1 since 0.6.14 (2007-05-10):
+ * Added support of 2 new types of Pentax makernotes & Casio type2 makernote
+ * Added support of Win XP metadata (Author, Comment, KeyWords, Title,
+ Subject) tags
* Bug fixes:
[ 1443183 ] install error when doxygen is not present.
Index: ChangeLog
===================================================================
RCS file: /cvsroot/libexif/libexif/ChangeLog,v
retrieving revision 1.244
retrieving revision 1.245
diff -u -p -d -r1.244 -r1.245
--- ChangeLog 15 May 2007 18:31:07 -0000 1.244
+++ ChangeLog 15 May 2007 18:33:40 -0000 1.245
@@ -1,7 +1,7 @@
2007-05-15 Jan Patera <pa...@us...>
- * Windows XP Explorer writes Title, Comment, Author, Metadata, Keywords,
- and Subject metadata into proprietary UTF16-encoded tags 0x9c9b-0x9c9f
+ * Windows XP Explorer writes Title, Comment, Author, Keywords, and
+ Subject metadata into proprietary UTF16-encoded tags 0x9c9b-0x9c9f
in IFD0. We now recognize them, exif_entry_get_value returns their value
converted to UTF8. BTW, Explorer corrupts makernotes using offsets
relative to IFD0...
|