summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2009-07-30 18:41:36 +0000
committerDan Fandrich <dan@coneharvesters.com>2009-07-30 18:41:36 +0000
commit600c9e70bb3f15559c767466610d76eea8ac8f5a (patch)
tree0c09c9b85f8d5f7fc25092643286ec2a002c9c56 /ChangeLog
parentf6c4c628f33aa999995b6fd11ea2e202c8b5c7d8 (diff)
downloadlibgphoto2-600c9e70bb3f15559c767466610d76eea8ac8f5a.tar.gz
Fixed a bunch of C89 and SUS portability issues.
Fixed a buffer overflow in the AOX driver. git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@12306 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a254a686b..d171f5e30 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2009-07-30 Dan Fandrich <dan@coneharvesters.com>
+
+ * Fixed a bunch of C89 and SUS portability issues.
+
+ * camlibs/aox/library.c: Fixed a buffer overflow in the AOX
+ driver that would occur when fewer than 15 pictures were
+ on the camera.
+
2009-04-13 Marcus Meissner <marcus@jet.franken.de>
* gphoto2-filesys.c: Disabled LRU caching.