From: Dan F. <dfa...@us...> - 2009-11-24 04:52:23
|
Update of /cvsroot/libexif/exif In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv23760 Modified Files: ChangeLog NEWS Log Message: Honour --machine-readable with --show-mnote Index: NEWS =================================================================== RCS file: /cvsroot/libexif/exif/NEWS,v retrieving revision 1.41 retrieving revision 1.42 diff -u -p -d -r1.41 -r1.42 --- NEWS 22 Nov 2009 05:52:52 -0000 1.41 +++ NEWS 24 Nov 2009 04:52:09 -0000 1.42 @@ -4,6 +4,7 @@ exif-0.6.x: * Fixed crash when not enough components were given to --set-value * Made --set-value more forgiving of whitespace * Allow --set-value on UNDEFINED tags (treated as a byte array) + * Honour --machine-readable with --show-mnote exif-0.6.19 (2009-11-12): Index: ChangeLog =================================================================== RCS file: /cvsroot/libexif/exif/ChangeLog,v retrieving revision 1.107 retrieving revision 1.108 diff -u -p -d -r1.107 -r1.108 --- ChangeLog 22 Nov 2009 05:53:07 -0000 1.107 +++ ChangeLog 24 Nov 2009 04:52:09 -0000 1.108 @@ -1,3 +1,7 @@ +2009-11-23 Dan Fandrich <da...@co...> + + * Honour --machine-readable with --show-mnote + 2009-11-21 Dan Fandrich <da...@co...> * Increased the description width for the --list-tags command |