1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291
|
2006-07-28 Lutz Mueller <lutz@users.sourceforge.net>
Patch by Marek 'marx' Grac <mgrac@redhat.com>:
* exif/actions.c: (show_entry_xml, show_xml, action_tag_list_xml) New.
* exif/actions.h: Remove cruft.
* exif/main.c: Provide an 'xml-output' option.
2006-03-23 Lutz Mueller <lutz@users.sourceforge.net>
* exif/main.c: Add the command line option '--version'/'-v'.
2005-08-15 Lutz Mueller <lutz@users.sourceforge.net>
Patch by Jakub Bogusz <qboosh@pld-linux.org>:
* libexif/exif-i18n.h: Fix translation.
* po/pl.po: New
2005-04-27 Lutz Mueller <lutz@users.sourceforge.net>
* libexif/main.c
* libexif/actions.c: Use logging mechanism. Use new exif_tag_get_*
functions.
2005-03-30 Jan Patera <patera@users.sourceforge.net>
* libjpeg/jpeg-data/c: memset in jpeg_data_append_section().
Fix for truncated JPEGs: if 1st to the last byte was between 0xC0
and 0xFE, reading beyond allocated memory & possible crashes occured,
eventually screwed file was saved.
2005-03-30 Lutz Mueller <lutz@users.sourceforge.net>
* exif/main.c: Always use a logging function to make errors fatal. This
fixes #1169170.
2005-03-29 Lutz Mueller <lutz@users.sourceforge.net>
* exif/main.c: Abort if anything goes wrong. Fixes #1054322.
2005-03-29 Lutz Mueller <lutz@users.sourceforge.net>
* libjpeg/jpeg-data.c: Bring it in sync with libexif/libjpeg/jpeg-data.c
2005-03-29 Lutz Mueller <lutz@users.sourceforge.net>
* libjpeg/jpeg-data.c: Don't crash. First part of fix for #1054322.
Remainder will follow in libexif.
2005-03-16 Lutz Mueller <lutz@users.sourceforge.net>
* exif/main.c: Fix for #994706.
2005-03-14 Hans Ulrich Niedermann <gp@n-dimensional.de>
* exif/main.c: remove email address from translatable string
* exif/main.c: return exit code != 0 in case of invalid command line
* configure.in, m4/*, exif/Makefile.am: Use updated build system
This should fix many build problems reported in the past.
* po/*.po: Update translations for changed string, and %s vs. %m
2005-01-08 Lutz Mueller <lutz@users.sourceforge.net>
Suggestion by Michael Rasmussen <mikeraz@patch.com>:
* exif/main.c: Make '-m' together with '--tag' only print the value of
the tag, nothing else.
2004-12-05 Lutz Mueller <lutz@users.sourceforge.net>
* exif/actions.c: Lars Ellenberg <l.g.e@web.de> found out that
on his system, fprintf ("%s", NULL) does not work.
* exif/exif-utils.[c,h]: Remove some unused code.
2004-09-09 Lutz Mueller <lutz@users.sourceforge.net>
* exif/configure.in: We depend on libexif 0.6.11.
* exif/main.c: Use standard error titles and messages.
2004-08-31 Jan Patera <patera@users.sourceforge.net>
* exif/main.c,actions.*: action_mnote_list can print
mnote tag ID instead of its name.
Code submitted by Serge Droz <serge.droz@psi.ch>.
2004-08-27 Lutz Mueller <lutz@users.sourceforge.net>
* exif/exif-i18n.c: Some users don't have iconv.
2004-06-22 Lutz Mueller <lutz@users.sourceforge.net>
* exif/actions.c: Don't crash if return value is NULL. Spotted by
Serge Droz <serge.droz@psi.ch>.
Kill warning.
2004-06-06 Lutz Mueller <lutz@users.sourceforge.net>
* exif/actions.c: Try to fix segfault.
2004-06-06 Lutz Mueller <lutz@users.sourceforge.net>
* exif/actions.c: Fix --show-mnote.
2004-05-27 Lutz Mueller <lutz@users.sourceforge.net>
* configure.in: 0.6.10 as 0.6.9 has just been released.
2004-05-27 Lutz Mueller <lutz@users.sourceforge.net>
* *: Now make distcheck works.
2004-05-24 Jan Patera <patera@users.sourceforge.net>
* libjpeg/jpeg-data.[c,h]: jpeg_data_append_section changed
from static to public
2004-05-20 Lutz Mueller <lutz@users.sourceforge.net>
* exif/*: Support for maker notes.
* exif/main.c: Proposal for support of debugging messages.
2004-05-11 Jan Patera <patera@users.sourceforge.net>
* libjpeg/jpeg-data.c: memory leak in jpeg_data_set_exif_data,
return type of jpeg_data_save_file
2004-04-04 Lutz Mueller lutz@users.sourceforge.net
* configure.in: libmnote is no longer separate from libexif.
2004-01-08 Lutz Mueller <lutz@users.sourceforge.net>
* exif/actions.c: Adapt to new API
* configure.in: Require libexif-0.5.13.
2003-10-15 Lutz Mueller <lutz@users.sourceforge.net>
* exif.spec.in: Patches by Peter Bieringer <pb@bieringer.de>.
2003-10-01 Lutz Mueller <lutz@users.sourceforge.net>
* exif/exif-i18n.c: Patch to fix 64bit related crash by
Marcus Meissner (#784852).
2003-10-01 Lutz Mueller <lutz@users.sourceforge.net>
* exif/actions.[c,h]:
* exif/main.c: Add option --machine-readable. Patch by
Greg Baker (#761641).
2003-08-21 Lutz Mueller <lutz@users.sourceforge.net>
* exif/exif-main.c: Patch by Roberto Costa <roberto.costa@ensta.org>
without ChangeLog entry. Does something with --set-value and
compiles without warnings...
2003-05-05 Lutz Mueller <lutz@users.sourceforge.net>
* exif/exif-i18n.[c,h]: New. Suggested by Gernot Jander
<gernot@bigpond.com>.
2003-03-13 Lutz Mueller <lutz@users.sourceforge.net>
* libjpeg/jpeg-data.c: Aravind aravinds1@users.sourceforge.net found
a bug there.
2003-02-11 Lutz Mueller <lutz@users.sourceforge.net>
* exif/main.c: IRIS fixes by Andrea Suatoni
<a.suatoni@telefonica.net>.
2003-01-28 Lutz Mller <lutz@users.sourceforge.net>
* exif/main.c: Change the description of '--output' from
'write output' to 'write data'. Should fix #671440.
2002-11-17 Rod Whitby <software.libexif@rwhitby.net>
* configure.in:
* exif/main.c:
* exif/actions.c:
* exif/actions.h:
* exif/utils.c:
* exif/utils.h: Added support for libmnote (MakerNote parsing).
* exif/main.c: Changed show_entry to use exif_entry_dump.
* exif/main.c: Fixed set_value for EXIF_FORMAT_ASCII.
2002-11-15 Lutz Mller <lutz@users.sourceforge.net>
* configure.in: Ok, I got the message. Let exif _optionally_ use
libmnote if available.
2002-11-15 Lutz Mller <lutz@users.sourceforge.net>
* configure.in: Make exif depend on libmnote. This library isn't used
yet, but that's subject to change.
2002-10-23 Lutz Mller <lutz@users.sourceforge.net>
* exif/main.c: s/poptPrintUsage/poptPrintHelp
2002-10-22 Lutz Mller <lutz@users.sourceforge.net>
* exif/main.c: Fix segfault.
2002-10-22 Lutz Mller <lutz@users.sourceforge.net>
* exif/main.c: Print usage if no arguments are given. Save modified
files on --remove-ifd and --remove. Try to avoid a segfault.
2002-10-21 Lutz Mller <lutz@users.sourceforge.net>
* exif/main.c: --remove-thumbnail and --remove [tag,ifd] as
requested by Marko Mkel <Marko.Makela@HUT.FI>.
2002-09-16 Lutz Mller <lutz@users.sourceforge.net>
* exif.1: Donated by Thomas Pircher <thomas.pircher@gmx.net>
2002-09-15 Lutz Mller <lutz@users.sourceforge.net>
* configure.in:
* exif/main.c:
* exif/actions.c: IRIS fixes by Andrea Suatoni
<a.suatoni@telefonica.net>
2002-09-15 Lutz Mller <lutz@users.sourceforge.net>
* configure.in:
* po/es.po: Spanish translation by Fabian Mandelbaum
<fabman@2vias.com.ar>
2002-08-30 Lutz Mller <lutz@users.sourceforge.net>
* exif/main.c: Make sure people don't try too save too much EXIF data.
2002-08-06 Lutz Mller <lutz@users.sourceforge.net>
* configure.in: Check for locale.h
* exif/main.c: Only use setlocale if locale.h is availabe.
2002-07-25 Lutz Mller <lutz@users.sourceforge.net>
* configure.in: Version 0.5. Require at least libexif-0.5.4.
* exif: Adapt to new API. Prepare --set-value.
2002-06-10 Lutz Mller <lutz@users.sourceforge.net>
* configure.in: Version 0.4
2002-06-10 Lutz Mller <lutz@users.sourceforge.net>
* configure.in: We need autoconf > 2.50.
2002-06-09 Lutz Mller <lutz@users.sourceforge.net>
Internationalization.
2002-06-08 Lutz Mller <lutz@users.sourceforge.net>
* exif: --insert-thumbnail option.
2002-06-03 Lutz Mller <lutz@users.sourceforge.net>
* configure.in: Version 0.3
2002-06-03 Lutz Mller <lutz@users.sourceforge.net>
Patch by Guido Ostkamp <Guido.Ostkamp@t-online.de>:
* exif/main.c: Fix pointer error.
2002-04-15 Lutz Mller <lutz@users.sourceforge.net>
* exif/main.c: Print a warning if no EXIF data can be found.
* exif/actions.c: Don't segfault.
2002-04-04 Hans Ulrich Niedermann <gp@n-dimensional.de>
* Makefile.am: dded .tar.bz2 packaging to "make dist"
2002-04-04 Lutz Mller <lutz@users.sourceforge.net>
* exif/main.c: Old versions of popt.h don't define POPT_TABLEEND.
2002-02-12 Lutz Mller <lutz@users.sourceforge.net>
* configure.in: Version 0.2
|