From: Lutz M. <lu...@us...> - 2004-10-16 12:21:24
|
Update of /cvsroot/libexif/libexif In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21866 Modified Files: ChangeLog configure.in Log Message: 2004-10-16 Lutz Mueller <lu...@us...> * configure.in: set CURRENT to 12. There have been quite a few additions to the header files. Index: ChangeLog =================================================================== RCS file: /cvsroot/libexif/libexif/ChangeLog,v retrieving revision 1.154 retrieving revision 1.155 diff -u -d -r1.154 -r1.155 --- ChangeLog 5 Oct 2004 19:14:12 -0000 1.154 +++ ChangeLog 16 Oct 2004 12:21:14 -0000 1.155 @@ -1,3 +1,15 @@ +2004-10-16 Lutz Mueller <lu...@us...> + + * configure.in: set CURRENT to 12. There have been quite a few + additions to the header files. + +2004-10-16 Lutz Mueller <lu...@us...> + + Martin Willers <wi...@xm...> found an off-by-one error: + + * libexif/exif-entry.c: libexif forget to add 1 + to tm_mon from struct tm + 2004-10-05 Lutz Mueller <lu...@us...> * libexif/exif-data.c: Support for WatCom. Convert debugging code Index: configure.in =================================================================== RCS file: /cvsroot/libexif/libexif/configure.in,v retrieving revision 1.67 retrieving revision 1.68 diff -u -d -r1.67 -r1.68 --- configure.in 9 Sep 2004 06:27:21 -0000 1.67 +++ configure.in 16 Oct 2004 12:21:14 -0000 1.68 @@ -16,7 +16,7 @@ dnl --------------------------------------------------------------------------- LIBEXIF_AGE=0 LIBEXIF_REVISION=0 -LIBEXIF_CURRENT=11 +LIBEXIF_CURRENT=12 AC_SUBST(LIBEXIF_AGE) AC_SUBST(LIBEXIF_REVISION) AC_SUBST(LIBEXIF_CURRENT) |