File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11python-gphoto2 - Python interface to libgphoto2
22http://github.com/jim-easterbrook/python-gphoto2
3- Copyright (C) 2014-19 Jim Easterbrook jim@jim-easterbrook.me.uk
3+ Copyright (C) 2014-20 Jim Easterbrook jim@jim-easterbrook.me.uk
44
55This program is free software: you can redistribute it and/or modify
66it under the terms of the GNU General Public License as published by
@@ -15,6 +15,13 @@ GNU General Public License for more details.
1515You should have received a copy of the GNU General Public License
1616along with this program. If not, see <http://www.gnu.org/licenses/>.
1717
18+ Changes in 2.1.0:
19+ 1/ COMPATIBILITY CHANGE: gp_file_set_data_and_size and gp_file_append now
20+ take a single buffer parameter (such as a bytes string) instead of a
21+ string and length.
22+ 2/ Fixed memory double free bug in gp_file_set_data_and_size.
23+ 3/ Removed support for libgphoto2 v2.4.
24+
1825Changes in 2.0.0:
1926 1/ COMPATIBILITY CHANGE: gp_log_add_func and use_python_logging now return a
2027 Python object which must be stored until logging is no longer needed.
You can’t perform that action at this time.
0 commit comments