12007-02-20  Jindrich Novy  <jnovy@users.sourceforge.net>
2	* README, TODO: note that 400D is now currently unsupported as it uses
3	incompatible communication protocol
4
52007-01-13  Jindrich Novy  <jnovy@users.sourceforge.net>
6	* Makefile: fix installation for other distributions
7	(thanks to Alon Bar-Lev, alon.barlev@gmail.com)
8
92006-12-18  Jindrich Novy  <jnovy@users.sourceforge.net>
10	* README: fix docs (300D and 10D use class 4 protocol), notice
11	that 10D is now supported
12
132006-12-18  Denis-Carl Robidoux  <deniscarl@gmail.com>
14	* canonio.c, multican.c: add support for 10D (behaves pretty much
15	the same like 300D)
16	* usbio.h: add idVendor/idProduct for 10D in PTP mode
17
182006-12-17  Jindrich Novy  <jnovy@users.sourceforge.net>
19	* Makefile: delete also tarball for distclean target
20	* canonio.c (canon_power_status): don't try to detect power status of
21	EOS 10D, it seems to be unsupported (thanks to Denis-Carl Robidoux)
22
232006-11-23  Jindrich Novy  <jnovy@users.sourceforge.net>
24	* usbio.h, canonio.h, usbio.c, canonio.c: new files created by extraction
25	from the monolythic multican source with intention to have these bits
26	in a standalone shared library so also external apps can use it
27	* Makefile: now contains target to create shared library
28	* review and partly rewrite patch from Michael Ruder (ruder@tau-tec.de)
29	which adds support for setting:
30	  - image quality
31	  - shooting-mode
32	  - beep
33	  - exposure measurement
34	  - white balance
35	  - auto focus mode
36	  - exposure correction
37	and:
38	  - updates parsing of release shutter parameters (single parsing
39	  routine)
40	  - relase shutter parameters are automatically transfered before
41	  release shutter (if they were changed), only one transfer even if
42	  multiple values are changed
43	  - describes the new values for scripting in README
44
452006-11-21  Michael Ruder  <ruder@tau-tec.de>
46	* add ISO 3200 and ISO 50
47	* add 5000, 6400, 8000 exposure time
48	* test so far untested time, apertures and ISOs
49
502006-11-09  Jindrich Novy  <jnovy@users.sourceforge.net>
51	* remove installation of docs
52
532006-11-07  Jindrich Novy  <jnovy@users.sourceforge.net>
54	* fix typos, update docs
55	* fix warnings
56	* prepare for 0.0.4 release
57
582006-09-17  Jindrich Novy  <jnovy@users.sourceforge.net>
59	* add 400D idVendor/idProduct
60	* add new ISO and Av values
61
622006-09-12  Jindrich Novy  <jnovy@users.sourceforge.net>
63	* add 30D idVendor/idProduct (#1556748), patch posted by
64	lament@users.sourceforge.net
65	* fix version in README
66
672006-09-11  Jindrich Novy  <jnovy@users.sourceforge.net>
68	* fix script parsing
69	* update README
70	* add PowerShot S3 IS to known cameras
71
722006-08-12  Jindrich Novy  <jnovy@users.sourceforge.net>
73	* fix canon_iso and canon_av diagnosis messages
74	* update README to add initial camera adjustment
75	  info so that multican will work properly
76	* update TODO
77
782006-07-21  Jindrich Novy  <jnovy@users.sourceforge.net>
79	* add COPYING, ChangeLog and TODO list
80	* write a README file with short tutorial on how to use multican
81