]> sigrok.org Git - libsigrok.git/blobdiff - NEWS
Initial driver for IKALOGIC Scanalogic-2
[libsigrok.git] / NEWS
diff --git a/NEWS b/NEWS
index ae2a227713a9829f22364942b9aba99c780b71cf..cc96bc22d3bdccaafe761d3bffdb676e9da4ec81 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,13 @@
-0.2.0 (2013-xx-yy)
+0.2.0 (2013-05-04)
 ------------------
 
+Note: This release DOES change the libsigrok API. That means it is NOT
+      backwards-compatible and frontends will need updates.
+
  * Support for analog sources (oscilloscopes, DMMs, data loggers) was added.
  * New supported hardware:
    - Logic analyzers:
-     - USBee DX
+     - CWAV USBee DX
      - ZEROPLUS LAP-16128U
    - Oscilloscopes:
      - Hantek DSO-2090 (USB scope)
      - Fluke 189
      - Fluke 287
      - Fluke 289
-     - Fluke Scopemeter 199B
+     - Fluke ScopeMeter 199B
      - MASTECH MAS345
      - Metex ME-31
      - Metex M-3640D
+     - PCE PCE-DM32
      - PeakTech 3410
      - PeakTech 4370
-     - PCE PCE-DM32
      - RadioShack 22-168
      - RadioShack 22-805
      - RadioShack 22-812
+     - Tecpel DMM-8060
+     - Tecpel DMM-8061
      - TekPower TP4000ZC
      - UNI-T UT61D
      - UNI-T UT61E
@@ -52,7 +57,7 @@
    cables and/or transports (e.g. same protocol over serial or USB/HID):
    - Cyrustek ES51922 binary protocol.
    - Fortune Semiconductor FS9721_LP3/FS9721B binary protocol.
-   - Fortune Semiconductor FS9922-DMM3/ÐMM4 binary protocol.
+   - Fortune Semiconductor FS9922-DMM3/DMM4 binary protocol.
    - Metex 14-byte ASCII protocol.
    - RadioShack 22-812 binary protocol.
  * zeroplus-logic-cube driver:
@@ -62,8 +67,8 @@
    - Add pre-trigger (capture ratio) setting.
    - Add support for the ZEROPLUS LAP-16128U.
  * fx2lafw driver:
-   - Add support for the USBee DX. This requires the latest version of the
-     fx2lafw firmware files.
+   - Add support for the CWAV USBee DX. This requires the latest version of
+     the fx2lafw firmware files.
    - Add support for wide sampling (i.e. 16 probes instead of just 8).
    - Fix multi-stage (software) triggers.
    - Fix various memory leaks, firmware upload timeout bugs, and other issues.
@@ -88,7 +93,7 @@
    - The header that frontends should include is: <libsigrok/libsigrok.h>.
      There are other headers which are installed, but those are not meant to
      be included directly by the frontends.
-   - There we numerous API changes, additions and removals, too many to list
+   - There were numerous API changes, additions and removals, too many to list
      here. Please check the source code or Doxygen API documentation for the
      current set of API functions.
  * Serial port code:
     - Add support for more baudrates (e.g. very low ones such as 600/1200)
       that are used in some devices.
     - Add support for setting DTR/RTS.
- * gnuplot files: Add sample files for USBee DX (for 8/16 bit sampling).
+ * gnuplot files: Add sample files for CWAV USBee DX (for 8/16 bit sampling).
  * Documentation updates:
    - Add a README.devices file which contains various notes for users of
      libsigrok about device- and/or driver-specific issues.