From: Dan F. <dfa...@us...> - 2010-10-20 06:46:44
|
Update of /cvsroot/libexif/libexif In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv20485 Modified Files: ChangeLog NEWS README Log Message: Updates to reflect recent changes Index: README =================================================================== RCS file: /cvsroot/libexif/libexif/README,v retrieving revision 1.27 retrieving revision 1.28 diff -u -p -d -r1.27 -r1.28 --- README 17 Jun 2010 05:33:37 -0000 1.27 +++ README 20 Oct 2010 06:46:35 -0000 1.28 @@ -36,17 +36,14 @@ is no longer needed. USAGE ----- -We have started documenting the libexif API using doxygen and are making +We have documented the libexif API using doxygen and are making the results available at http://libexif.sourceforge.net/api/ -Until someone writes some better documentation however, you need to refer -to the header files. - -The short test-program test/test-mem illustrates how to create valid -EXIF data from scratch, how to save EXIF data and how to load EXIF data -from data in memory. There are also a few simple example programs available -in the contrib/examples/ directory. Don't hesitate to contact us -(<lib...@li...>) if you've got any questions +The short test programs in the test directory illustrates how to create +valid EXIF data from scratch, how to save EXIF data and how to load EXIF +data from data in memory. There are also a few simple example programs +available in the contrib/examples/ directory. Don't hesitate to contact +us at <lib...@li...> if you've got any questions on how to use libexif. To link to libexif into your own package, we recommend using the @@ -68,7 +65,9 @@ Right now, I know of the following front - gtkam: A GTK+ frontend to libgphoto2 (http://www.topfrose.de). - thirdeye: Digital photos organizer and driver for eComStation (http://ecomstation.ru/thirdeye). - - digicam: + - digicam: digital photo management application for KDE + (http://www.digikam.org/) + If you would like to migrate your program to use libexif or add EXIF support to it, don't hesitate to contact the authors. @@ -105,7 +104,7 @@ necessary: ./configure make -Or, possibly just: +Or, probably just: autoreconf -i ./configure Index: NEWS =================================================================== RCS file: /cvsroot/libexif/libexif/NEWS,v retrieving revision 1.72 retrieving revision 1.73 diff -u -p -d -r1.72 -r1.73 --- NEWS 23 Sep 2010 20:56:39 -0000 1.72 +++ NEWS 20 Oct 2010 06:46:35 -0000 1.73 @@ -5,6 +5,7 @@ libexif-0.6.x: * Turned on the --enable-silent-rules configure option * Changed a lot of strings to make the case of the text more consistent * exif_entry_dump() now displays the correct tag name for GPS tags + * Fixed some invalid format specifiers that caused problems on some platforms libexif-0.6.19 (2009-11-12): * New translations: be, en_GB, it, ja, pt, sq, zh_CN Index: ChangeLog =================================================================== RCS file: /cvsroot/libexif/libexif/ChangeLog,v retrieving revision 1.351 retrieving revision 1.352 diff -u -p -d -r1.351 -r1.352 --- ChangeLog 8 Oct 2010 04:19:59 -0000 1.351 +++ ChangeLog 20 Oct 2010 06:46:35 -0000 1.352 @@ -1,3 +1,8 @@ +2010-10-14 Dan Fandrich <da...@co...> + + * Fixed some invalid format specifiers and typecasts. This caused a + problem on mingw32, at least. + 2010-10-07 Dan Fandrich <da...@co...> * Refactored MakerNote detection code to put detection of each type |