From: Dan F. <dfa...@us...> - 2009-01-07 07:28:49
|
Update of /cvsroot/libexif/libexif In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv10402 Modified Files: ChangeLog NEWS Log Message: libexif/exif-tags.c: Added remaining GPS tags from the EXIF 2.2 spec to the tag table. Index: NEWS =================================================================== RCS file: /cvsroot/libexif/libexif/NEWS,v retrieving revision 1.47 retrieving revision 1.48 diff -u -p -d -r1.47 -r1.48 --- NEWS 23 Dec 2008 08:24:44 -0000 1.47 +++ NEWS 7 Jan 2009 07:28:42 -0000 1.48 @@ -9,6 +9,7 @@ libexif-0.6.x: now officially documented * Fixed some Olympus/Sanyo MakerNote interpretations * Fixed bug #1946138 to stop ignoring CFLAGS in the sqrt configure test + * Added remaining GPS tags from the EXIF 2.2 spec to the tag table libexif-0.6.17 (2008-11-06): * Updated translations: cs, de, pl, sk, vi Index: ChangeLog =================================================================== RCS file: /cvsroot/libexif/libexif/ChangeLog,v retrieving revision 1.295 retrieving revision 1.296 diff -u -p -d -r1.295 -r1.296 --- ChangeLog 3 Jan 2009 08:17:35 -0000 1.295 +++ ChangeLog 7 Jan 2009 07:28:42 -0000 1.296 @@ -1,3 +1,8 @@ +2009-01-06 Dan Fandrich <da...@co...> + + * libexif/exif-tags.c: Added remaining GPS tags from the EXIF 2.2 + spec to the tag table. + 2009-01-03 Dan Fandrich <da...@co...> * contrib/examples/photographer.c: Added example program to show how |