summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorLutz Mueller <lutz@users.sourceforge.net>2002-01-10 23:06:56 +0000
committerLutz Mueller <lutz@users.sourceforge.net>2002-01-10 23:06:56 +0000
commit0dedb0e1639c480e93fb1b1bc88a681a92492740 (patch)
tree284d72379a31ce09610ed2f76a34259e41d830f7 /ChangeLog
parent232f43bcb5acde993c540be4f3035532199ffd59 (diff)
downloadlibgphoto2-0dedb0e1639c480e93fb1b1bc88a681a92492740.tar.gz
2002-01-10 Lutz M�ller <urc8@rz.uni-karlsruhe.de>
* libgphoto2/gphoto2-filesys.[c,h]: Add a GPContext to all functions that potentially access the camera. This makes cancelling of all operations possible and improves error reporting. * tests/test-filesys.c: * libgphoto2/gphoto2-camera.c: * camlibs: Adjust to reflect above changes git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@3798 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index acf627af1..150fc6236 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2002-01-10 Lutz Müller <urc8@rz.uni-karlsruhe.de>
+ * libgphoto2/gphoto2-filesys.[c,h]: Add a GPContext to all functions
+ that potentially access the camera. This makes cancelling of
+ all operations possible and improves error reporting.
+ * tests/test-filesys.c:
+ * libgphoto2/gphoto2-camera.c:
+ * camlibs: Adjust to reflect above changes
+
+2002-01-10 Lutz Müller <urc8@rz.uni-karlsruhe.de>
+
* libgphoto2/Makefile.am
* libgphoto2/gphoto2-context.[c,h]: New files
* libgphoto2/gphoto2-abilities-list.[c,h]