From: Dan F. <dfa...@us...> - 2009-11-13 06:00:11
|
Update of /cvsroot/libexif/exif In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv7814 Modified Files: ChangeLog NEWS configure.ac exif.1 Log Message: Released 0.6.19 Index: NEWS =================================================================== RCS file: /cvsroot/libexif/exif/NEWS,v retrieving revision 1.36 retrieving revision 1.37 diff -u -p -d -r1.36 -r1.37 --- NEWS 17 Oct 2009 06:01:09 -0000 1.36 +++ NEWS 13 Nov 2009 05:59:55 -0000 1.37 @@ -1,6 +1,7 @@ -exif-0.6.x: +exif-0.6.19 (2009-11-12): * New translations: fi, ja * Updated translations: sv, vi, zh_CN + * Fixed alignment of --list-tags header with --width exif-0.6.18 (2009-10-08): * New translations: is, it, lv Index: configure.ac =================================================================== RCS file: /cvsroot/libexif/exif/configure.ac,v retrieving revision 1.30 retrieving revision 1.31 diff -u -p -d -r1.30 -r1.31 --- configure.ac 14 Oct 2009 05:37:25 -0000 1.30 +++ configure.ac 13 Nov 2009 05:59:55 -0000 1.31 @@ -1,5 +1,5 @@ AC_PREREQ(2.59) -AC_INIT([libexif command line interface], [0.6.18.1], [lib...@li...], [exif]) +AC_INIT([libexif command line interface], [0.6.19], [lib...@li...], [exif]) AC_CONFIG_SRCDIR([exif/main.c]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_MACRO_DIR([auto-m4]) @@ -67,6 +67,7 @@ AC_CHECK_FUNCS(mblen) # --------------------------------------------------------------------------- # libraries needed # --------------------------------------------------------------------------- +dnl Need 0.6.18 for exif_loader_get_buf GP_CHECK_LIBRARY([LIBEXIF],[libexif],[>= 0.6.18]) Index: ChangeLog =================================================================== RCS file: /cvsroot/libexif/exif/ChangeLog,v retrieving revision 1.102 retrieving revision 1.103 diff -u -p -d -r1.102 -r1.103 --- ChangeLog 17 Oct 2009 19:00:42 -0000 1.102 +++ ChangeLog 13 Nov 2009 05:59:55 -0000 1.103 @@ -1,3 +1,7 @@ +2009-11-12 Dan Fandrich <da...@co...> + + * Released 0.6.19 + 2009-10-17 Dan Fandrich <da...@co...> * Fixed alignment of --list-tags header with --width Index: exif.1 =================================================================== RCS file: /cvsroot/libexif/exif/exif.1,v retrieving revision 1.16 retrieving revision 1.17 diff -u -p -d -r1.16 -r1.17 --- exif.1 1 Oct 2009 06:50:32 -0000 1.16 +++ exif.1 13 Nov 2009 05:59:55 -0000 1.17 @@ -13,7 +13,7 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" License. .\" -.TH exif 1 "2009-09-30" "exif 0.6.18" "command line front-end to libexif" +.TH exif 1 "2009-11-12" "exif 0.6.19" "command line front-end to libexif" .SH "NAME" exif \- shows EXIF information in JPEG files .SH "SYNOPSIS" |