]> sigrok.org Git - libsigrokdecode.git/blob - NEWS
can: Temporary quickfix for a bug.
[libsigrokdecode.git] / NEWS
1 0.1.1 (2013-01-27)
2 ------------------
3
4  * Note: This release does NOT change the libsigrokdecode public C API. This
5    means existing libsigrokdecode frontends should not require any changes.
6    However, individual PDs and their output changed, which may require
7    some adaptations on the user's side in some cases.
8  * New supported protocol decoders:
9    - avr_isp              AVR In-System Programming
10    - can                  Controller Area Network
11    - jtag                 Joint Test Action Group (IEEE 1149.1)
12    - jtag_stm32           Joint Test Action Group / ST STM32
13    - lm75                 National LM75
14    - lpc                  Low-Pin-Count
15    - maxim_ds28ea00       Maxim DS28EA00 1-Wire digital thermometer
16    - onewire_link         1-Wire serial communication bus (link layer)
17    - onewire_network      1-Wire serial communication bus (network layer)
18    - sdcard_spi           Secure Digital card (SPI mode)
19    - tlc5620              Texas Instruments TLC5620
20    - uart_dump            UART dump
21  * i2cfilter: Now outputs 'i2c' packets instead of just data bytes, so
22    other PDs can stack on top of it. It filters by I2C slave address.
23  * edid: Now takes 'i2c' packets as input.
24  * pan1321:
25    - Various bugfixes to make the PD actually work.
26    - Now features 'Text (short)' and 'Text (verbose)' outputs.
27  * usb:
28    - The PD is split into 'usb_signalling' and 'usb_protocol' (stacked on top).
29    - Various bugfixes to make the PD work (better).
30    - The DP/DM probes were swapped, this is now fixed.
31    - Preliminary support for USB low-speed (in addition to full-speed).
32  * mlx90614: Minor bugfixes.
33  * dcf77:
34     - Major bugfix, this PD was not working correctly at all.
35     - Handle PON signal.
36  * nunchuk: Complete rewrite, works (better) now.
37  * spi: Update docs, send CS# change packets, change output API slightly.
38    If you have a PD which stacks on top of SPI, it'll need to be adapted.
39    The PDs that ship with libsigrokdecode are updated already.
40  * mx25lxx05d:
41    - Implement support for the READ, RDSR, and PP commands.
42    - Decode status register bits.
43    - Fix SE command handling.
44    - Fix inverted SRWD bit handling.
45  * Various smaller style and consistency changes in code and PD descriptions.
46  * Fix the build with Homebrew on Mac OS X.
47  * Performance improvements in some PDs.
48  * Documentation: Update website and git URLs.
49  * pkg-config file: Small fix to improve behaviour on Windows with cmake.
50  * All PD implementation files are now named 'pd.py' consistently.
51  * configure script:
52    - Also check for python3.3-config in addition to python-config and others.
53    - Add missing -fvisibility=hidden to default CFLAGS.
54    - Fix CFLAGS handling (configure.ac amends CFLAGS, doesn't overwrite now).
55  * The minimum required glib version is 2.24.0 now.
56  * We now ship a standard INSTALL file which documents the 'configure' options.
57
58 0.1.0 (2012-04-17)
59 ------------------
60
61  * Initial release.
62