summaryrefslogtreecommitdiff
path: root/CHANGES
blob: b931bda3e68e5b744ba185adc9266b92a8fd7ce7 (plain)
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
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
libgphoto2 TRUNK

PTP:
   * Improved Nikon remote control
   * MTP Playlist support (upload and download)
   * MTP Metadata support (Artist, Title, Playtime ... )
   * MTP fixes
   * MTP autodetection on Microsoft OS Descriptor.
   * New devices:
          Canon PowerShot A540, A530, S3 IS, SD430, SD700, IXUS 800, IXUS 60, A630,
          EOS 400D/Digital Rebel XTi
          iRiver T20 FM, iClix
          Dell Pocket DJ
          Nikon Coolpix L4, L3
          Kodak Easyshare Z740, P850
          Sony DSC-U10
          Leica D-LUX 2
          JVC Alneo XA-HD500
	  various Samsung devices
     
Canon:
   * 5D - 20D experimental capture support

Disk port:
   * fix a crasher

Bindings:
   * Mono/.NET bindings are installed if Mono is found
   * Partial Java bindings

----------------------------------------------------------------------------

libgphoto2 2.2.1

   * Fix build for FreeBSD users (and other non-Linux)

----------------------------------------------------------------------------

libgphoto2 2.2.0


Build system (packagers beware!):

   * You should generate HAL FDI, linux-hotplug usb.usermap, and udev rules
     now via our program:

 	  ${libdir}/print-camera-list (hal-fdi|usb-usermap|udev-rules)

     During a chrooted build you can use:
	CAMLIBS=$BUILDROOT/usr/lib/libgphoto2/2.2/ print-camera-list hal-fdi

     This obsoletes print-usb-usermap and print-udev-rules.

     The hal FDI file should be put into:
	/usr/share/hal/fdi/information/10freedesktop/10-camera-libgphoto2.fdi

     If you need to generate different stuff based on the cameras, please add
     it to the "print-camera-list" helper.

   * Added C# (csharp) bindings

     Thanks to Patrick van Staveren <trick@vanstaveren.us>'s initiative,
     we now compile, ship and install the C# bindings. However, a few
     things will still change about it, so don't just completely rely on
     it, its file names and locations, etc. just yet.


Client programmers (KDE, GNOME, MONO, C....) with specific character
set requirements:

   * We added new function gp_message_codeset(const char*) to API.
      - If you do not call this function, libgphoto2 will give you its
        messages in the codeset defined by the system locale.
	(The system locale is defined by the LANG, LANGUAGE, and LC_*
	environment variables.)
      - Call this function with your desired codeset if you require
        libgphoto2 messages in a fixed codeset independent from the
        system locale. For example, GTK+ applications always expect UTF-8.
      - gp_message_codeset() propagates the requested charset to
        libgphoto2_port and then calls gettext's bind_textdomain_codeset()
        function.
    * Added gp_camera_wait_for_event() API, to wait for
      specific camera events and return them to the caller.


libgphoto2 changes:

   * libgphoto DSO version is now 2.1.0

   * Lots of bugs were fixed.

   * New translations were added.

Driver changes:

   * PTP

     - PTP/IP support has been added.

     - On selected Nikon and Canon cameras it is now possible to capture
       images into the Camera SDRAM and in turn downloading it to libgphoto2
       internal storage, bypassing the memory card.

       To enable it, use the "capturetarget" setting, also saved in
       .gphoto/settings.

       This is useful for:
	   gphoto2 --capture-image -f /store_00010001 -p capt0000.jpg

       Or use the timelapse capture of gphoto2:
	   gphoto2 --capture-image -F <total frames> -I <seconds interval>

       Or write your own client using libgphoto2...


     - Support of MTP devices has been greatly enhanced.

       + Creative Zen devices now work.
       + iRiver devices work, but have some protocol subtleties / flaws.

       + Object Property (Meta Data) support now works in a basic way.

	   GP_FILE_TYPE_METADATA type get and put can be used to retrieve
	   and set meta data for files.

	   get: Returns all available properties and their contents.

	   put: Set the properties found in the file to the specified content.
		The non-listed are untouched.

	   The metadata looks like:
		   <Artist>Elvis Presley</Artist>

	   gphoto2 -f /store_00010001/Folder... --get-metadata file.mp3 --stdout > meta_file.mp3
	   ... edit meta_file.mp3 ...
	   gphoto2 -f /store_00010001/Folder... --upload-metadata meta_file.mp3

	   gphoto2 --get-all-metadata	... retrieves metadata of all files, with meta_ prefix.

       - Better --summary output, listing also Storage Devices and Device abilities.

       - Lots of new device ids.
         * Canon 5D, 30D, A340, A700, S40, S80
	 * Nikon D200
         * Casio EX-Z120
         * Kodak C360, Z700
         * HP M317
	 * Panasonic DMC-LC1
         * Fuji E900
         

----------------------------------------------------------------------------
libgphoto2 2.1.99 (pre-release of 2.2)

Build system (packagers beware!):

   * now requires libltdl (from system or shipped with tarball)
   * works with contemporary build tools
   * new ./configure parameter set
   * no more accidentally building without libusb (use --without-libusb
     if you insist on that)
   * camlibs and iolibs are now installed into new directories
   * libhal 0.5 is currently an option for the disk: port.
     Distribution that ships it might want to build it with it.

libgphoto2:

   * If set, use environment variable CAMLIBS to find the camera drivers.
     Ditto for libgphoto2_port, IOLIBS and IO drivers.
   * disk: "port" for USB Mass Storage support
   * various USB fixes
   * Generate .fdi files for HAL
   * Memory usage greatly reduced by only keeping last 2 pictures
     in memory cache

Drivers (camlibs)

   * basic MTP support for iRiver mp3 players using ptp driver T10,
     T20, T30, M415

   * canon
     * IXY Digital 600 fixes
     * Added A610
     * Experimental SD500
     * Experimental A620 (not really working)

   * casio
     * various fixes in QV-10 driver

   * digigr8 (NEW)
     * support Digigr8, Che-Ez Snap SNAP-U, Soundstar TDC-35

   * kodak/dc210
     * Added DC215

   * ricoh/g3
     * Ricoh Caplio GX, GX 8
     * Ricoh R2, R3
     * Rollei dr5 

   * hp215 (NEW)
     * support HP 215

   * lg_gsm (NEW)
     * support LG T5100

   * mars
     * various fixes
     * Added Argus DC-1620, DC-1610 (experimental)
     * Added Philips P44417B

   * pdc640
     * Added Clever CAM 360

   * ptp
     * For Nikon, handle ISO speed, aperture, exposure program,
       capture, focus metering mode, flash mode, AF beep toggle
     * Nikon curve
     * Added Kodak Z730, Z7590, C340, LS753, V530, V550, C310, C330
     * Added Nikon D50, D70s, 4600, 4800, 5600, 5900, Coolpix P2
     * Added Canon A410, A520, A610, A620, IXUS 55, SD450, IXUS 750
     * Added HP R817, Photosmart M23
     * Added Olympus D-540z, C-310z, X-100
     * Added Panasonic Lumix FZ5, DMC-LZ2
     * Added Ricoh R3
     * Added Sony DSC-H1, DSC-R1
     * Added MTP devices (mp3 players)
     * Some iRiver MTP devices (mp3/ogg players) are supported too,
       but are experimental.

       While the "Creative Zen Micro" is also an MTP device, we were
       not able yet to decipher the PTP protocol deviation.

       In general, MTP devices can be supported here, but you need
       to add the ID in camlibs/ptp2/library.c directly, since they
       do not have a USB class id.

     * Now supports a "fast filesystem" mode on newer Nikon PTP cameras.
     
       This speeds up initialisation notably on cameras with lots (>50)
       of images.

       However, this mode does not find the special files on the camera
       (AUTPRNT.MRK). It also cannot represent the correct directory
       structure.

       For normal users (who just download and process the images) the
       "fast" mode is recommended.

       It can be toggled in the "Camera Settings" menu and ~/.gphoto/settings.
       
   * sierra
     * various fixes
     * Added C-770UZ

   * sq905
     * various fixes
     * fix some crashers

Bindings

   * added Java (patch# 1108091)
   * added Python (patch# 1152835)
   * added C#

Translation updates:

   * da
   * it
   * ru
   * vi
   * zh_TW



----------------------------------------------------------------------------
libgphoto2 2.1.6

General libgphoto2 features:


Drivers (camlibs):

   * sierra driver:
     - We now support the hidden Sierra Mode on Nikon and Pentax
       cameras (which are otherwise just USB Storage cameras).

       The USB Storage driver is automatically detached on open.
       
       This allows remote image capture with those cameras for
       instance.

----------------------------------------------------------------------------
libgphoto2 2.1.5
 
   * Support multiple USB devices by introducing additional USB ports,
     usb:<bus>,<device>. 
   
drivers (camlibs):

   * PTP driver:
     - Lots of new ids were collected (across all vendors).
     - Raw download support for newer cameras fixed.

   * sq905, mars, aox drivers:
     - New drivers written by Theodore Kilgore for:
	- Aiptek Pencam VGA+, Emprex PCD3600 (mars) 
	- Concord EyeQ mini (aox)
	- Lots of SQ 905 based cameras (sq905)

   * sierra driver:
	- Toshiba PDR support added.

   * sonydscf55 driver:
	- bugfixes, downloading of MPEGs.
	
   * casio-qv driver:
	- working serial support added.

   * canon driver:
	- Several new ids added.

----------------------------------------------------------------------------
libgphoto2 2.1.4 

general:

   * fixed recursion problems during capturing

   * Support for multiple USB cameras NOT included yet.
     Reason: It breaks several applications.

drivers (camlibs):

   * Canon driver:
     - added support for G5, Optura 20, ZR-70MC
     - re-added support for A300 and S50
     - fix erroneous file size limits

   * PTP driver:
     - enhanced Canon Capture support
     - added id for Canon Digital IXUS i
     - added Olympus C-350Z, D-560Z, X-250
     - added Sony DSC-U20, DSC-P52, DSC-P72, DSC-P92
     - updates from libptp2

   * ricoh driver:
     - working G3, G4 support

   * sx330z driver:
     - added Maginon SX-410z

   * spca50x driver:
     - do not delete everything and fail to download on Aiptek 1.3

   * polaroid drivers:
     - fixed support for D-Link 350F, Skanhex SX-35
     - added support for Trust 350FT PowerC@m FLASH

packaging:

   * linux hotplug scripts:
     - use correct directories in usbcam.x11-app

libgphoto2_port:

   * serial bug fix with speed 0

----------------------------------------------------------------------------
libgphoto2 2.1.3

   * builtin cache:
     - use all available RAM on systems without memory size detection

drivers (camlibs):

   * Canon driver:
     - added support for EOS 300D
     - fixed ProductID for PowerShot S45
     - fixed support for serial cameras
     - fixed thumbnail stuff

   * New driver for Ricoh Caplio G3.

   * Smal driver:
     - misc improvements

   * PTP2 driver:
     - added misc cameras
     - thumbnail hacks (?)

----------------------------------------------------------------------------
libgphoto2 2.1.2

   * fixed nasty stack overflow/segfault bug
   * improved/fixed support for Sun

drivers (camlibs):

   * All drivers:
     - report vendor/model in a new (formatted) fashion

   * Canon driver: 
     - added support for capturing on consumer class cameras, tested on
       Canon PowerShot S45, Canon PowerShot G2
     - G2 works again running from AC adapter
     - multiple new models added (A60, A70, ...)

   * PTP2 driver:
     - Next generation PTP driver added, using this as default now.

   * New Agfa CL20 driver from http://cl20.poeml.de/.

   * New camera library spca50x for all chips supporting the spca50x bridges
     (merging the gsmart, benq and spca504_flash driver into one).


----------------------------------------------------------------------------
libgphoto2 2.1.1

   * separated libgphoto2 sources from gphoto2 command line interface

   * gphoto2 manual moved to separate package gphoto2-manual

drivers (camlibs):

   * Ricoh

   * Canon driver: 
     - added support for Canon PowerShot A100, Canon PowerShot A200,
       Canon PowerShot S45, Canon PowerShot S230, Canon Digital IXUS v3,
       Canon PowerShot G3
     - fixed Canon EOS D60 unlocking

   * PTP driver:
     - fixed some bugs
     - added support for Nikon D100
     - added support for Canon PowerShot S45, Canon PowerShot S230, 
       Canon Digital IXUS v3, Canon PowerShot G3 in PTP mode

   * added support for Mustek gSmart mini, Mustek gSmart mini 2, Mustek gSmart
       mini 3 and So. Show 301

   * Polaroid driver:
     - added support for USB Jenoptik JD350v

   * SoundVision driver:
     - Added support for RCA CDS1005, FujiFilm @xia ix-100,
       Oregon Scientific DShot II, Media-Tech mt-406,
       and Scott APX 30

   * added support for Aiptek Pencam and Medion MD 5319


--------------------------------------------------------------------------------
gphoto2 2.1.0

   * repaired "make rpm" target
   * started "real" gphoto2 manual

gphoto2 command-line interface:

   * optional readline support

libgphoto2:

   * support for periodic keep-alive-messages

drivers (camlibs):

   * improved support for PTP cameras:
     - multiple storage media
     - image capturing
     - driver stability and robustness improved (less problems with
       different cameras)

   * added support for Kodak DX-4900, Sony DSC-P5, Sony DSC-F707V,
        Sony DSC-P30, Sony DSC-P50, Sony DSC-S75, Sony DSC-S85,
        Sony MVC-CD300

   * added support for Canon EOS D60, Canon PowerShot A40, 
        Canon PowerShot A30, Canon PowerShot S200 aka 
        Canon Digital IXUS v2, Canon Digital IXUS 330

   * fixed support for Canon PowerShot S10

   * Added SiPix Web2 support.

--------------------------------------------------------------------------------
gphoto2 2.0

gphoto2 command-line interface:
   * Added gphoto2 manpage.

--------------------------------------------------------------------------------
gphoto2 2.0beta5

libgphoto2:
   * Added Sony DCR-PC100 support.
   * Fixed serial cameras bug introduced in beta4. 
   * Removed SiPix StyleCam from the STV0680 cameras list.

gphoto2 command-line interface:
   * EXIF support (extra tags that contain information about the image
      produced by most digital cameras).
   * Fixed broken --delete-all-images. Also, recursion is now the
      default for downloading but _not_ for deleting.
   * Localization for Simplified Chinese.
   * Progress bar à la e2fsck

--------------------------------------------------------------------------------
gphoto2-2.0beta4

libgphoto2:
   * Most functions report progress and are cancellable.
   * Camera libraries are now installed in a versioned subdirectories.
   * Stv0680 improvements.
   * Canon: added PowerShot S30 support, CameraFS support, big-endian
      systems support, RAW-File support.
   * Added ptp cameras support (Kodak DX series and much more).
   * Camera Summary for Kodak DC240 driver.
   * Samsung 800k support.
   * Fixed digita thumbnails bug.
   * French localization.
   * Japanese localization.

gphoto2 command-line interface:
   * Now reports progress information (when user can see it).
   * Folder recursion is now the default behaviour.
   * French localization.
   * Japanese localization.