From 16160b7328647596705ba78b34042dc723905fc4 Mon Sep 17 00:00:00 2001 From: Martin Lund Date: Fri, 29 Dec 2017 19:35:15 +0100 Subject: [PATCH] Update ChangeLog --- ChangeLog | 34 +++++++++++++++++++++++++++++++++- 1 file changed, 33 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 26fe553..2c4326f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,36 @@ -=== liblxi v1.8 === +=== liblxi v1.9 === + + +Changes since liblxi v1.8: + + * Update AUTHORS + + * Convert tabs to spaces + + * Make API usable in C++ + + As suggested by Dima Kogan, lets wrap the API so that it is usable in + C++. + + * Only export lxi API specific functions + + Hide visibility of internal functions so that only the lxi API specific + ones are exported/visible to applications linking with liblxi. + + These changes are applied on behalf of Dima Kogan. + + * Add discover fallback to request ID via HTTP/XML + + If retrieving the instrument ID fails via VXI-11 during discovery then + try to retrieve the ID via the /lxi/identification XML file hosted by + some instruments via HTTP. + + Adds dependency on libxml2. + +Dmitri Goutnik: + + * Make code clang friendly, fix warnings + Changes since liblxi v1.7: