Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > a6f204af6dc5bd9190593048be25d1c5 > files > 5

multican-devel-0.0.5-7.fc13.x86_64.rpm

2007-02-20  Jindrich Novy  <jnovy@users.sourceforge.net>
	* README, TODO: note that 400D is now currently unsupported as it uses
	incompatible communication protocol
	* Makefile: link multican against the shared library, not statically,
	install the libraries to standard locations, install also headers

2007-01-13  Jindrich Novy  <jnovy@users.sourceforge.net>
	* Makefile: fix installation for other distributions
	(thanks to Alon Bar-Lev, alon.barlev@gmail.com)

2006-12-18  Jindrich Novy  <jnovy@users.sourceforge.net>
	* README: fix docs (300D and 10D use class 4 protocol), notice
	that 10D is now supported

2006-12-18  Denis-Carl Robidoux  <deniscarl@gmail.com>
	* canonio.c, multican.c: add support for 10D (behaves pretty much
	the same like 300D)
	* usbio.h: add idVendor/idProduct for 10D in PTP mode

2006-12-17  Jindrich Novy  <jnovy@users.sourceforge.net>
	* Makefile: delete also tarball for distclean target
	* canonio.c (canon_power_status): don't try to detect power status of
	EOS 10D, it seems to be unsupported (thanks to Denis-Carl Robidoux)

2006-11-23  Jindrich Novy  <jnovy@users.sourceforge.net>
	* usbio.h, canonio.h, usbio.c, canonio.c: new files created by extraction
	from the monolythic multican source with intention to have these bits
	in a standalone shared library so also external apps can use it
	* Makefile: now contains target to create shared library
	* review and partly rewrite patch from Michael Ruder (ruder@tau-tec.de)
	which adds support for setting:
	  - image quality
	  - shooting-mode
	  - beep
	  - exposure measurement
	  - white balance
	  - auto focus mode
	  - exposure correction
	and:
	  - updates parsing of release shutter parameters (single parsing
	  routine)
	  - relase shutter parameters are automatically transfered before
	  release shutter (if they were changed), only one transfer even if
	  multiple values are changed
	  - describes the new values for scripting in README

2006-11-21  Michael Ruder  <ruder@tau-tec.de>
	* add ISO 3200 and ISO 50
	* add 5000, 6400, 8000 exposure time
	* test so far untested time, apertures and ISOs

2006-11-09  Jindrich Novy  <jnovy@users.sourceforge.net>
	* remove installation of docs

2006-11-07  Jindrich Novy  <jnovy@users.sourceforge.net>
	* fix typos, update docs
	* fix warnings
	* prepare for 0.0.4 release

2006-09-17  Jindrich Novy  <jnovy@users.sourceforge.net>
	* add 400D idVendor/idProduct
	* add new ISO and Av values

2006-09-12  Jindrich Novy  <jnovy@users.sourceforge.net>
	* add 30D idVendor/idProduct (#1556748), patch posted by
	lament@users.sourceforge.net
	* fix version in README

2006-09-11  Jindrich Novy  <jnovy@users.sourceforge.net>
	* fix script parsing
	* update README
	* add PowerShot S3 IS to known cameras

2006-08-12  Jindrich Novy  <jnovy@users.sourceforge.net>
	* fix canon_iso and canon_av diagnosis messages
	* update README to add initial camera adjustment
	  info so that multican will work properly
	* update TODO

2006-07-21  Jindrich Novy  <jnovy@users.sourceforge.net>
	* add COPYING, ChangeLog and TODO list
	* write a README file with short tutorial on how to use multican