Skip to content

Commit ae5d577

Browse files
Updated change log
1 parent 8d515b7 commit ae5d577

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.txt

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
python-gphoto2 - Python interface to libgphoto2
22
http://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

55
This program is free software: you can redistribute it and/or modify
66
it under the terms of the GNU General Public License as published by
@@ -15,6 +15,13 @@ GNU General Public License for more details.
1515
You should have received a copy of the GNU General Public License
1616
along 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+
1825
Changes 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.

0 commit comments

Comments
 (0)