gphoto2 2.4.9

 * Capture main event loop rewritten to always use wait event
   to also support multiple image captures. (JPEG+RAW)
 * Fixed various bugs and memory leaks.
 * Translation updates.

gphoto2 2.4.8

 * Output CAPTURECOMPLETE on waitevent
 * On --filename "foo/bar/berk.jpg" create subdirectories if
   not yet present.
 * New shell command:
	capture-preview
 * Added Bulb Mode in interval capture with -B / --bulb <seconds>

gphoto2 2.4.7

 * New cmdline options: --set-config-index and --set-config-value
   to avoid ambiguity of the --set-config supporting both modes.
 * --wait-event can take "5s" as argument for 5 seconds of event taking
 * added --wait-event-and-download=x (same as --wait-event but with download)
 * New shell commands:
	   wait-event (events or seconds)
	   wait-event-and-download (events or seconds)
	   capture-tethered 
	   set-config-index entry=choiceindex
	   set-config-value entry=value
 * Enhanced --quietness.
 * Added AC_SYS_LARGEFILE, enabling support to download files > 2GB.
 * Updated translations.
 * Various bugfixes.

gphoto2 2.4.5

 * Updated translations.
 * Handle ctrl-c on tethered capture.

gphoto2 2.4.4

 * Updated translations.
 * SIGUSR2 added ... "exit interval capture after next shot"

gphoto2 2.4.3

 * Updated translations.
 * For multiple cameras, specifying with --port usb:xxx,yyy is now
   sufficient (previously needed --port and --camera).

gphoto2 2.4.2

 * Updated translations.
 * Major change in behaviour:

   --capture-image split into:
	 --capture-image		: Just captures image, no download.
	 --capture-image-and-download	: captures image and downloads it.

gphoto2 2.4.1

 * Made capture preview that saves to files work
 * capture-image has no arguments
 * version check for libgphoto2 fixed
 * cs,da,it,vi translations updated

gphoto2 2.4.0

 * Add contrib/ directory with scripts and things contributed by users.
 * Ditched autogen.sh, use standard autoreconf from stock autoconf.
 * Put auto* files into auto-aux/ and auto-m4/.
 * New --storage-info function to get direct storage information
   from the camera via API.
 * Use SIGUSR1 to trigger premature image capture in --interval mode.
 * New --reset-interval parameter makes SIGUSR1 reset the capture interval.
 
 * New --capture-tethered command to wait for presses of the camera shutter
   button and download. Confirmed working only with Nikon DSC.

gphoto2 2.3.1

  FIXME: Update this list from 2.3.1 release.

  * Added --hook-script option, including man page update and test-hook.sh.
  * Fix: --get-all-metadata takes no argument.
  * Use the "UNIX fd" based CameraFile handling code for downloading and uploading
    files, without using system memory.
    FIXME: For a release, do require a libgphoto2 version with the
           proper version number at compile time, and/or check linking
           with that function.

gphoto2 2.3.0

  * Require popt library to parse command line options.
  * Partitioned command line options into groups of related options.
  * Added --debug-logfile=FILENAME option.
  * Only load all camlibs if necessary.
  * (Half-)Fix to make --with-libgphoto2=PREFIX configure parameter work.
  * Preliminary support for lower-case filenames in --filename pattern: %:
  * Added "rmdir" command to gphoto2 --shell.

gphoto2 2.2

  * Some speed-ups by avoiding to load
    list of ports/cameras multiple times.
  * More --shell commands added: 
    put, rmdir, mkdir, configuration, capture
  * Metadata down and upload added.
  * Waiting for events added.

gphoto2 2.2.0.trunk

  * Option --debug-logfile=FILENAME added.
  * Options grouped for a little structure in --help output.

gphoto2 2.1.99

  * Requires libgphoto2 2.1.99 to build
  * Various new translations

gphoto2 2.1.6
