aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog18
1 files changed, 11 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index afab5af..254fc9e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,12 +3,14 @@
-------------------------------------------------------------------------------
Version 2.0.3
- 2019-09-25 - SP
+ 2019-09-25 SP
* Added "paranoia check" for wraparound_chunk_size check in handle_transfer().
* Moved macro definition of MAX_IMAGE_SIZE from o3000.c to o3000_private.h.
+ 2019-10-22 PR
+ * Library version defined in CMakeLists.txt.
Version 2.0.2
- 2018-04-11-PR
+ 2018-04-11 PR
* Function handle_transfer() rewritten:
The image frame synchronization was a bit hacky. Image frames were passed only to the
overlaying application after the next image frame has been received. But when receiving a single
@@ -24,7 +26,7 @@ Version 2.0.2
This loglevel will set the libusb to debugging mode and is very useful for debugging purposes.
Version 2.0.1
- 2015-08-11 -PR
+ 2015-08-11 PR
* Bugfix in function handle_transfer(): A negative byte offset was calculated when the resolution
has changed during wrap-around. A SEGFAULT occured.
* Fields added to image header and image header version update to 4:
@@ -43,9 +45,11 @@ Version 2.0.1
2016-03-01
* Calling convention added for Win32 and Win64.
-Version 2.0.0 - 2015-02-16
- * PR: Multi camera sessions capability. The host can scan the number of cameras and establish a connection to
+Version 2.0.0
+ 2015-02-16 PR
+ * Multi camera sessions capability. The host can scan the number of cameras and establish a connection to
each of them. Sending a XML message to the camera uses the synchronous API with OS dependet timeout handling.
-Version 1.0.0 - 2015-02-16
- * PB: Inititial version
+Version 1.0.0
+ 2015-02-16 PB
+ * Inititial version