File: ChangeLog

package info (click to toggle)
exif 0.6.9-5
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,880 kB
  • ctags: 198
  • sloc: sh: 8,880; ansic: 1,455; makefile: 75; sed: 16
file content (183 lines) | stat: -rw-r--r-- 5,285 bytes parent folder | download | duplicates (2)
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
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