From: Dan F. <dfa...@us...> - 2009-11-20 21:04:45
|
Update of /cvsroot/libexif/exif In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv4098 Modified Files: ChangeLog NEWS exif.1 Log Message: --no-fixup now honoured during --create-exif to not create default tags Index: NEWS =================================================================== RCS file: /cvsroot/libexif/exif/NEWS,v retrieving revision 1.38 retrieving revision 1.39 diff -u -p -d -r1.38 -r1.39 --- NEWS 13 Nov 2009 06:04:31 -0000 1.38 +++ NEWS 20 Nov 2009 21:04:34 -0000 1.39 @@ -1,4 +1,5 @@ exif-0.6.x: + * --no-fixup now honoured during --create-exif to not create default tags exif-0.6.19 (2009-11-12): Index: ChangeLog =================================================================== RCS file: /cvsroot/libexif/exif/ChangeLog,v retrieving revision 1.103 retrieving revision 1.104 diff -u -p -d -r1.103 -r1.104 --- ChangeLog 13 Nov 2009 05:59:55 -0000 1.103 +++ ChangeLog 20 Nov 2009 21:04:34 -0000 1.104 @@ -1,3 +1,8 @@ +2009-11-19 Dan Fandrich <da...@co...> + + * --no-fixup now honoured during --create-exif to not create default + tags + 2009-11-12 Dan Fandrich <da...@co...> * Released 0.6.19 Index: exif.1 =================================================================== RCS file: /cvsroot/libexif/exif/exif.1,v retrieving revision 1.17 retrieving revision 1.18 diff -u -p -d -r1.17 -r1.18 --- exif.1 13 Nov 2009 05:59:55 -0000 1.17 +++ exif.1 20 Nov 2009 21:04:34 -0000 1.18 @@ -13,7 +13,7 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" License. .\" -.TH exif 1 "2009-11-12" "exif 0.6.19" "command line front-end to libexif" +.TH exif 1 "2009-11-19" "exif 0.6.19.1" "command line front-end to libexif" .SH "NAME" exif \- shows EXIF information in JPEG files .SH "SYNOPSIS" @@ -113,7 +113,8 @@ Compound values consisting of multiple c spaces. .TP .BI "\-c, \-\-create-exif" -Create EXIF data if it does not exist +Create EXIF data if it does not exist. Mandatory tags are created with +default values unless the \-\-no-fixup option is given. .TP .BI "\-m, \-\-machine\-readable" Produce output in a machine-readable (tab-delimited) format. |