Skip to content

Commit

Permalink
Update ChangeLog
Browse files Browse the repository at this point in the history
  • Loading branch information
lundmar committed Dec 29, 2017
1 parent 7cf8c54 commit 16160b7
Showing 1 changed file with 33 additions and 1 deletion.
34 changes: 33 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 16160b7

Please sign in to comment.