File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,14 +20,16 @@ License along with python-gphoto2. If not, see
2020
2121
2222Changes in 2.4.0:
23- */ Change licence from GPLv3+ to LGPLv3+.
24- */ API change! gp_file_open no longer creates CameraFile object. It is now
23+ 1/ API change! gp_file_open no longer creates CameraFile object. It is now
2524 consistent with the C API.
26- * / Deprecated functions: gp_abilities_list_append, gp_list_populate,
25+ 2 / Deprecated functions: gp_abilities_list_append, gp_list_populate,
2726 gp_port_info_list_append, gp_widget_add_choice, gp_widget_set_info,
2827 gp_widget_set_name, gp_widget_set_range, gp_widget_set_readonly.
2928 These will be removed in a future release.
30- */ CameraList behaves like a cross between Python list and dict types.
29+ 3/ Change licence from GPLv3+ to LGPLv3+.
30+ 4/ CameraList behaves like a cross between Python list and dict types.
31+ 5/ Added unit tests to check most libgphoto2 functions.
32+ 6/ Include virtual camera in "binary wheels".
3133
3234Changes in 2.3.6:
3335 1/ Use libusb1 instead of libusb0 in Linux binary wheels.
You can’t perform that action at this time.
0 commit comments