]> sigrok.org Git - libsigrok.git/blobdiff - NEWS
sr: Update NEWS in preparation of upcoming 0.1.1 release.
[libsigrok.git] / NEWS
diff --git a/NEWS b/NEWS
index 61f90175348d8da35bd5ce3413dda33d2d819e21..a9f9f26c0a2c9c2f8562e68208c8b95591eab74f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-0.1.1 (2012-xx-yy)
+0.1.1 (2012-05-30)
 ------------------
 
 This release does NOT change the libsigrok API.
@@ -11,6 +11,7 @@ This release does NOT change the libsigrok API.
 
    This new driver (+ firmware) currently supports the following devices:
 
+     - ARMFLY AX-Pro
      - Braintechnology USB-LPS
      - EE Electronics ESLA100
      - EE Electronics ESLA201A
@@ -35,10 +36,22 @@ This release does NOT change the libsigrok API.
  * ZEROPLUS Logic Cube LAP-C (16032): Fix a segfault.
 
  * udev file: Add entries for Robomotic BugLogic 3, Velleman PCSU1000,
-   and Ideofy LA-08.
+   and Ideofy LA-08, ARMFLY AX-Pro.
 
  * The zlib dependency has been removed (no longer needed),
 
+ * Fix compiling with "Homebrew" (Mac OS X).
+
+ * libsigrok now expects firmware files in $prefix/share/sigrok-firmware by
+   default (was $prefix/share/libsigrok/firmware before).
+
+ * Fix a Makefile.am bug which caused the generated ChangeLog files being
+   accidentally deleted upon 'make distclean'.
+
+ * ChronoVu LA8 input file format: Improve autodetection of the file format.
+   We now only accept files of the size 8388613 bytes (all LA8 files have
+   exactly this amount of bytes).
+
 0.1.0 (2012-04-17)
 ------------------