From: <lu...@us...> - 2003-03-18 07:13:27
|
Update of /cvsroot/libexif/libexif In directory sc8-pr-cvs1:/tmp/cvs-serv14374 Modified Files: configure.in ChangeLog Log Message: 2003-03-18 Lutz Mueller <lu...@us...> * libexif/exif-data.c (exif_data_new_from_file): Use the new ExifLoader. It seems to work. Index: configure.in =================================================================== RCS file: /cvsroot/libexif/libexif/configure.in,v retrieving revision 1.49 retrieving revision 1.50 diff -u -d -r1.49 -r1.50 --- configure.in 12 Dec 2002 08:02:07 -0000 1.49 +++ configure.in 18 Mar 2003 07:13:23 -0000 1.50 @@ -14,8 +14,8 @@ dnl - CURRENT (Major): Increment if the interface has additions, changes, dnl removals. dnl --------------------------------------------------------------------------- -LIBEXIF_AGE=0 -LIBEXIF_REVISION=0 +LIBEXIF_AGE=1 +LIBEXIF_REVISION=1 LIBEXIF_CURRENT=8 AC_SUBST(LIBEXIF_AGE) AC_SUBST(LIBEXIF_REVISION) Index: ChangeLog =================================================================== RCS file: /cvsroot/libexif/libexif/ChangeLog,v retrieving revision 1.58 retrieving revision 1.59 diff -u -d -r1.58 -r1.59 --- ChangeLog 17 Mar 2003 20:38:40 -0000 1.58 +++ ChangeLog 18 Mar 2003 07:13:23 -0000 1.59 @@ -1,3 +1,8 @@ +2003-03-18 Lutz Mueller <lu...@us...> + + * libexif/exif-data.c (exif_data_new_from_file): Use the new + ExifLoader. It seems to work. + 2003-03-17 Lutz Mueller <lu...@us...> * libexif/exif-loader.[c,h]: New. Mostly written by Jens Finke |