From aca49ccd16cf779854b82b5ac6fda71c2e023198 Mon Sep 17 00:00:00 2001 From: Emmanuel Pacaud Date: Thu, 9 Apr 2020 16:04:44 +0200 Subject: [PATCH] doc: NEWS file update --- NEWS.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index a78c078e2..f48699b4e 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,11 @@ +Unstable release 0.7.4 +====================== + + * camera/device/stream: add an error parameter to object intantiation functions (Emmanuel) + * camera: fix node type mismatch error in set_frame_rate (Arkadiusz) + * gigevision: ignore duplicated packets (Joris) + * build: make build of tests optional (Edgar) + Unstable release 0.7.3 ====================== @@ -160,7 +168,7 @@ Release 0.5.7 * genicam: raw data support (Steve) * camera: multiframe acquisition mode (Lee) * camera: extension of the trigger API (Steve) - * gigevision: instantiation by IP address or hostname (Blaz, Arkadius) + * gigevision: instantiation by IP address or hostname (Blaz, Arkadiusz) * build: fix compilation with old glib (Blaz) * build: intructions and compilation fix for OSX (Christoffer, Fernando) * build: Travis and Coverity support on github (Emmanuel)