Updates to reflect recent changes
authorDan Fandrich <dan@coneharvesters.com>
Wed, 20 Oct 2010 06:46:35 +0000 (23:46 -0700)
committerDan Fandrich <dan@coneharvesters.com>
Wed, 20 Oct 2010 06:46:35 +0000 (23:46 -0700)
ChangeLog
NEWS
README

index 574b6de..2f9d1c6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-10-14  Dan Fandrich <dan@coneharvesters.com>
+
+       * Fixed some invalid format specifiers and typecasts. This caused a
+         problem on mingw32, at least.
+
 2010-10-07  Dan Fandrich <dan@coneharvesters.com>
 
        * Refactored MakerNote detection code to put detection of each type
diff --git a/NEWS b/NEWS
index b08f21a..0bfd84e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -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
diff --git a/README b/README
index 662bc27..588cd9b 100644 (file)
--- a/README
+++ b/README
@@ -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 
-(<libexif-devel@lists.sourceforge.net>) 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 <libexif-devel@lists.sourceforge.net> 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 frontends to libexif:
  - 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