]> sigrok.org Git - libsigrokdecode.git/blob - NEWS
configure.ac: Bump package version to 0.5.1.
[libsigrokdecode.git] / NEWS
1 0.5.1 (2018-04-12)
2 ------------------
3
4 Note: This release does NOT change the libsigrokdecode public C API in
5 incompatible ways. This means existing frontends should not require any
6 changes. However, individual PDs and their output changed, which may
7 require some adaptations on the user's side in some cases.
8
9  * New supported protocol decoders:
10    - ac97             Audio and modem control for PC systems
11    - ds243x           Maxim DS243x series 1-Wire EEPROM protocol
12    - maple_bus        Maple bus peripheral protocol for SEGA Dreamcast
13    - morse            Demodulated morse code protocol
14    - graycode         Accumulate rotary encoder increments, timing statistics
15    - counter          Count number of edges
16    - sda2506          Serial nonvolatile 1-Kbit EEPROM
17    - rc_encode        PT2262/HX2262/SC5262 remote control encoder protocol
18  * Updated build requirements:
19    - libglib >= 2.34
20  * New API calls:
21    - srd_searchpaths_get(): Retrieve PD search paths.
22    - srd_session_terminate_reset(): Terminate currently executing decoders
23      in a session, reset internal state. Allows re-using a session.
24  * can:
25    - Introduce clock synchronization (bug #990).
26    - Fix incorrect stuff bit handling (bug #1085).
27  * i2c:
28    - Don't drop the first sample of input data.
29    - Make input samplerate optional (bug #1076).
30  * i2s:
31    - Binary output: Make 32-bit WAV files, set file size to 4GB.
32    - Fix unportable use of struct.pack().
33    - Make samplerate meta data optional.
34  * stepper_motor:
35    - Make samplerate meta data optional.
36  * pwm:
37    - Fixup sample numbers for binary output.
38  * onewire_network:
39    - Fixup start samplenumber for annotations.
40  * lpc:
41    - Improve robustness when decoding unexpected input data.
42  * ir_nec:
43    - Make timing margin relative.
44    - Optionally accept input signals that include the carrier.
45  * usb_request:
46    - Handle CONTROL transfer protocol stalls.
47  * usb_power_delivery:
48    - Enforce numerical order of RDO/PDO flag annotations, enforce check
49      order for start-of-packet sequences (bug #1090).
50  * parallel:
51    - Cope with sparse input maps, assume zero for unconnected pins (bug #1088).
52    - Unbreak and improve "word" de-multiplexing.
53    - Implement consistent number formatting.
54    - Expand 'wordsize' description (bits vs cycles).
55  * spi:
56    - Cope when a sample rate of 0 was configured (bug #1118).
57  * Acquire/release the Python GIL where needed to avoid threading issues.
58    This allows frontends to call libsigrokdecode API functions from different
59    threads without running into issues.
60  * Convert all protocol decoders to PD API version 3.
61  * Support for the old PD API version 2 has been removed.
62  * Unbreak the execution of Decoder.wait() with empty condition.
63  * self.wait(): Accept more forms of "unconditional wait" (None, no args).
64  * Fix a compiler warning on Mac OS X.
65  * configure.ac: Add missing PKG_PROG_PKG_CONFIG and AC_C_BIGENDIAN.
66  * Add a reset() method to all PDs which resets internal variable state.
67  * Clarify and improve channel mapping debug output.
68  * Print decoder and system search paths in debug output.
69  * Drop overly verbose log messages about (un)loading PDs.
70  * HACKING: Prefer git pull requests over mailing list patches.
71
72 0.5.0 (2017-06-12)
73 ------------------
74
75 Note: This release DOES change the libsigrokdecode public C API. This
76 means it is NOT backwards-compatible and frontends will need updates.
77
78  * New supported protocol decoders:
79    - ade77xx          Poly phase multifunction energy metering IC protocol
80    - adf435x          Wideband synthesizer with integrated VCO
81    - aud              Renesas/Hitachi Advanced User Debugger (AUD) protocol
82    - avr_pdi          Atmel proprietary interface for the ATxmega MCU
83    - dali             DALI lighting control protocol
84    - dsi              DSI lighting control protocol
85    - dmx512           Professional lighting control protocol
86    - eeprom93xx       93xx series Microwire EEPROM protocol (bug #931)
87    - em4305           EM4205/EM4305 100-150kHz RFID protocol
88    - gpib             IEEE-488 GPIB / HPIB protocol
89    - iec              Commodore serial IEEE-488 (IEC) bus protocol
90    - microwire        3-wire, half-duplex, synchronous serial bus (bug #931)
91    - ps2              PS/2 keyboard/mouse interface
92    - rgb_led_ws281x   RGB LED string protocol (WS281x)
93    - ssi32            Synchronous Serial Interface (32bit) protocol
94    - t55xx            T55xx 100-150kHz RFID protocol
95    - wiegand          Wiegand interface for electronic entry systems
96  * Add support for the new query-based PD v3 decoder API.
97    - Decoders using PD v3 API can benefit from both readability improvements
98      as well as performance improvements. Up to 10x speedup has been measured
99      in some situations (depends a lot on the decoder, the amount of data,
100      the amount of edges in the signals, and the amount of oversampling).
101    - The majority of all decoders have been converted to PD API v3.
102    - For the time being, both APIs (2 and 3) will remain supported until all
103      decoders have been converted to API version 3. Then, support for API
104      version 2 will be dropped.
105  * Add support for specifying the (assumed) initial pin states before the
106    first sample that is being decoded. This can be set to 0/low, 1/high, or
107    to "use the same value as in the first sample".
108  * Add support for adding multiple instances of a decoder (bug #868).
109  * Introduce a decoders/common facility for code shared between PDs (bug #804).
110  * Supply metadata to all stacked decoders, not just low-level ones (bug #664).
111  * Various Doxygen/documentation improvements.
112  * Factor out a srd_decoder_apiver() internal helper function.
113  * srd_inst_decode(): Return SRD_ERR_ARG if unitsize is 0.
114  * Print error messages when decoders fail load time checks (bug #704).
115  * Fix multiple valgrind warnings (memory leaks and such).
116  * Build system: Sort PD list alphabetically in "make install".
117  * mdio:
118    - Replace PD with a new implementation that also supports Clause 22 and 45.
119    - Improve annotations slightly.
120  * xfp:
121    - Move various constants to common/plugtrx for reusability purposes.
122  * sdcard_{sd,spi}:
123    - Move various constants to common/sdcard for reusability purposes.
124  * usb_request:
125    - Drop hardcoded samplerate (workaround for the fixed bug #664).
126  * spiflash:
127    - Handle CS# transitions, allow variable-length transfers.
128    - Handle "Fast Read Dual I/O" commands.
129    - Add a "format" decoder option.
130    - Implement Release Power-down / Device ID (0xAB) command (bug #845).
131    - Remove hardcoded Macronix references.
132    - Add initial FIDELIX FM25Q32 metadata/support.
133    - Implement WRSR, RDSR2 commands.
134    - Various annotation improvements.
135  * timing:
136    - Add frequency and averaging support.
137    - Disable averaging feature if it's set to zero.
138    - Add edge-edge mode and delta calculation.
139  * midi:
140    - Decode note names and percussion names (e.g. 'G2', 'Tambourine').
141    - Decode instrument names and drum_kit names (e.g. 'GS Orchestra Kit').
142    - Handle Polyphonic Pressure / Aftertouch (message 0xAn).
143    - Handle Program Change (message 0xCn).
144    - Handle Channel Pressure / Aftertouch (message 0xDn).
145    - Handle Channel Mode (message 0xBn mm where mm is 120 through 127).
146    - Handle System Common messages (message 0xF1 through 0xF6), including
147      full time code decoding.
148    - SysEx decoding now decodes the 1-3 byte manufacturer field, payload
149      is now displayed as hex.
150    - 'undefined' fields now display the value (e.g. 'undefined 0xf4').
151    - Add 'MSB' and 'LSB' to many control_functions entries.
152    - Fix "trapped in state X" bug with handle_channel_msg_generic(),
153      though this might be dead code.
154    - Fix bug in sysex_manufacturer_ids; 1-byte manufacturers were not
155      tuples due to missing comma.
156    - Fix bug in SysEx state machine; 0xF7 now sent to handle_sysex_msg().
157    - Annotations: Provide multiple string versions (shorter and longer ones).
158    - chromatic_notes in list.py was off by 1 octave.
159    - Handle "Running Status" where status byte can be omitted.
160    - SysEx message can be terminated by status byte, not just EOX.
161    - Handle SysReal messages that interrupt in-progress message transmission.
162    - Identify and print garbage / truncated data.
163    - Add 2 new annotations: text-sysreal-verbose and text-error.
164  * usb_power_delivery:
165    - Drop problematic exception in us2samples() function (bug #758).
166  * uart:
167    - Fix a bug in the output for stacked PDs (when there's RX/TX overlap).
168    - Various output formatting improvements (e.g. for ASCII and octal).
169    - Skip frames with invalid start bits.
170    - Emit 2 bytes for 9-bit UART binary output (bug #708).
171    - Default to hex format datavalue annotations.
172  * spi:
173    - Fix binary output for wordsizes > 8 (bug #686).
174  * sdcard_sd:
175    - Don't try to decode commands that are not yet supported.
176    - Always show CMD argument in hex.
177    - Fix incorrect CMD8 annotations.
178  * can:
179    - Add warnings for various invalid bits and fields.
180    - Skip stuff bit inspection where not applicable (bug #656).
181  * eeprom24xx:
182    - Add Xicor X24C02 support.
183  * onewire_link:
184    - Replace PD with a new, improved implementation (bugs #666, #926).
185    - Overdrive speed is now detected automatically.
186    - Some no longer needed decoder options have been dropped.
187  * Various decoders:
188    - Fix some incorrect PD license metadata fields.
189    - Fix typos, whitespace issues and random other cosmetics in some PDs.
190    - Use consistent __init__() format across all PDs.
191    - Move some duplicated code snippets/lists to decoders/common.
192  * Rename the maxim_ds28ea00 decoder to ds28ea00.
193  * Show library versions in the debug output.
194  * configure: Also check for Python 3.6.
195  * configure summary: Show build type (static/shared) and linker flags.
196  * Remove FSF postal address from boiler plate license text.
197  * HACKING: Update URL to Linux kernel coding style.
198
199 0.4.0 (2016-01-29)
200 ------------------
201
202 Note: This release DOES change the libsigrokdecode public C API. This
203 means it is NOT backwards-compatible and frontends will need updates.
204
205  * New supported protocol decoders:
206    - adns5020       Bidirectional command and data over an SPI-like protocol
207    - am230x         Aosong AM230x/DHTxx/RHTxx humidity/temperature sensor
208    - arm_etmv3      Decode ETM instruction trace packets
209    - arm_itm        Trace data from Cortex-M / ARMv7m ITM module
210    - arm_tpiu       Filter TPIU formatted trace data into separate streams
211    - eeprom24xx     24xx series I²C EEPROM protocol
212    - em4100         EM4100 100-150kHz RFID protocol
213    - jitter         Retrieves the timing jitter between two digital signals
214    - max7219        8-digit LED display driver
215    - mdio           Half-duplex sync serial bus for MII management (MAC/PHY)
216    - modbus         Modbus RTU protocol for industrial applications
217    - mrf24j40       IEEE 802.15.4 2.4 GHz RF tranceiver chip
218    - nrf24l01       2.4GHz transceiver chip
219    - pwm            Analog level encoded in duty cycle percentage
220    - qi             Async serial protocol for Qi charger receivers
221    - rfm12          HopeRF RFM12 wireless transceiver control protocol
222    - sdcard_sd      Secure Digital card (SD mode) low-level protocol
223    - spdif          Serial bus for connecting digital audio devices
224    - stepper_motor  Absolute position and movement speed from step/dir
225    - swd            Two-wire protocol for debug access to ARM CPUs
226    - tca6408a       Texas Instruments TCA6408A 8-bit I²C I/O expander
227    - timing         Calculate time between edges
228    - usb_power_delivery USB Power Delivery protocol
229    - usb_request    USB (low-speed and full-speed) transaction/request protocol
230  * The 'mx25lxx05d' decoder was renamed to 'spiflash' and made more generic.
231  * arm_itm:
232    - Use objdump instead of addr2line (bug #564).
233  * can:
234    - Emit bit value annotations.
235    - Improve stuff bit annotation placement.
236  * ds1307:
237    - Emit per-bit annotations for registers.
238    - Add more annotation classes (and annotation rows).
239    - Handle register 0x07 (control register).
240    - Handle SRAM register accesses.
241    - Correctly handle address wrap-around.
242    - Warn about (and ignore) non-DS1307 traffic.
243  * edid:
244    - Handle more EDID structure sections.
245    - Add annotation rows.
246  * jitter:
247    - Avoid Unicode string literals (bug #569).
248  * jtag:
249    - Fix/enable OUT_PYTHON output.
250    - Add more annotations, fix a SHIFT-IR/-DR issue.
251  * jtag_stm32:
252    - Fix incorrect handling of registers.
253    - Decode more fields, improve IDCODE handling.
254    - Decode IDCODE contents as strings (not just hex values).
255  * midi:
256    - Fix two incorrect sample numbers.
257    - Update for a change (emit databyte/bits at the same time) in the uart PD.
258  * mrf24j40:
259    - Fix a register address typo.
260  * nunchuk:
261    - Fix inverted button press logic.
262  * pan1321:
263    - Update for a change (emit databyte/bits at the same time) in the uart PD.
264  * onewire_link:
265    - Fix a bug when the samplerate is too low for the PD (bug #357).
266  * parallel:
267    - Enforce that at least one pin must be provided.
268  * pwm:
269    - Avoid Unicode string literals (bug #569).
270  * spi:
271    - OUT_PYTHON docs: Fix order of MISO/MOSI data items.
272    - Tell stacked decoders about missing CS# signal.
273    - Add binary output facilities for MISO/MOSI (bug #424).
274    - Don't decode data lines if CS# isn't asserted (bug #559).
275    - Add a 'TRANSFER' output type.
276  * spiflash:
277    - Implement FAST READ command.
278    - Add a 'chip' option in preparation for supporting more devices.
279    - Fix incorrect 'inputs' field.
280  * tlc5620:
281    - Fix incorrect DAC selection decode, add more annotations.
282    - Only decode the last 11 bits, ignore the rest.
283    - Properly handle LOAD and LDAC based operations.
284    - Handle the case of less than 11 bits in a command.
285    - Add options for per-DAC Vref, show voltages.
286  * uart:
287    - Add signal inversion options 'invert_tx' and 'invert_rx'.
288    - Emit databyte and bits list at the same time to simplify stacked PDs.
289    - Improve sample positions at high data rates.
290    - Handle framing errors better.
291    - Performance-optimize handling of samples when TX and RX are both idle.
292  * usb_packet:
293    - Fix incorrect DATA*/MDATA handling (bug #623).
294    - Handle invalid packets more gracefully (bug #186).
295    - Calculate and check CRC5/CRC16.
296    - Handle errors from usb_signalling.
297    - Handle PREamble transmissions.
298  * usb_request:
299    - Handle transmission timeouts.
300    - Handle PREamble transmissions.
301  * usb_signalling:
302    - Track USB symbol width to compensate frequency errors.
303    - Detect bit stuffing errors.
304    - Handle symbol errors in EOP state.
305    - Use explicit positions for packet start/end (avoids glitches).
306    - Decode RESET and Keep-Alive signalling conditions.
307    - Add option to automatically set signalling speed.
308    - Fix SOP detection after an error condition.
309    - Add signalling states needed after LS PREamble PID.
310    - Detect PREamble PID.
311  * Drop the PD testing framework. It's in the 'sigrok-test' repository now
312    (and is not meant for "end users" or distro packages anyway; it's a pure
313    developer tool/system). This also fixes some PD test related build issues.
314  * Makefile.am: Use libtool's -no-undefined option (fixes MinGW shared build).
315  * Support loading decoders stored in ZIP files.
316  * Updated build requirements:
317    - libglib >= 2.28.0
318    - Drop obsolete (optional) dependencies: python3-coverage, libsigrok.
319  * README: Use clearer descriptions for the dependencies.
320  * Remove all references to the obsolete sigrok-commits mailing list.
321  * Fix incorrect doxygen comment for srd_decoder_list() function (bug #378).
322  * configure.ac:
323    - Fix a shell portability issue ("==" vs. "=").
324    - Use AM_CFLAGS instead of CFLAGS.
325    - Only link the 'check' library into the unit tests (not the lib).
326  * Unit tests:
327    - Fix out-of-tree build.
328  * libsigrokdecode.pc (pkg-config) file:
329    - Fix an issue related to the Python lib dependencies.
330    - Publish decodersdir variable.
331  * Add "-git-<hash>" suffix to development version numbers.
332  * Pass unitsize per sample chunk (bug #352).
333  * Modernize the whole autotools setup.
334  * Build with _POSIX_C_SOURCE=200112L per default.
335  * Build: Show CC and CFLAGS in configuration summary.
336  * Also look for decoders in XDG data directories.
337  * Restrict Python code to stable ABI subset (PEP 384).
338  * Fix various memory leaks.
339  * Fix an issue with PDs not being properly removed upon unload.
340  * Don't let Python override signal handlers (bug #461).
341  * configure: Also check for Python 3.5 (bug #739).
342
343 0.3.0 (2014-05-06)
344 ------------------
345
346 Note: This release DOES change the libsigrokdecode public C API. This
347 means it is NOT backwards-compatible and frontends will need updates.
348
349  * New supported protocol decoders:
350    - guess_bitrate  Guess the bitrate/baudrate of a signal
351    - ir_nec         NEC infrared remote control protocol
352    - ir_rc5         RC-5 infrared remote control protocol
353    - midi           Musical Instrument Digital Interface
354    - parallel       Parallel synchronous bus decoder
355    - rgb_led_spi    RGB LED string decoder (SPI)
356    - xfp            10 Gigabit Small Form Factor Pluggable Module
357    - z80            Zilog Z80 microprocessor disassembly
358  * Add support for annotation rows, i.e. groups of annotation classes that
359    are supposed to be displayed on the same GUI "row" together.
360  * Add support for the new OUTPUT_BINARY feature, which allows PDs to output
361    decoded data in various file formats (for loading and further processing
362    in other tools, or for direct live piping into other tools).
363  * Add support for the OUTPUT_META output type. This is used by PDs for
364    reporting various data points to the frontends, allowing them to perform
365    various post-processing and statistics tasks on them (e.g. simple counts,
366    average/mean values, min/max values, and so on).
367  * The OUTPUT_PROTO output type is now called OUTPUT_PYTHON.
368  * All protocol decoders:
369    - Bump the 'api_version' field of all decoders to 2. They are no longer
370      compatible (and cannot be used with) older libsigrokdecode versions.
371    - Updates to emit proper annotation classes, annotation sample numbers,
372      and annotation rows for GUI usage (bugs #146, #148, #150, #151, #154,
373      #155, #162, #147, #163, #168, #156, #309, and #344).
374    - Longer and shorter annotations are now supplied for GUI usage (frontends
375      can for example always show the longest annotation per zoom-level).
376    - Extensive protocol information has been moved from the PDs to the wiki.
377      Example: http://sigrok.org/wiki/Protocol_decoder:Uart
378    - Use correct I²C / I²S names in user-visible texts (not I2C/I2S).
379  * dcf77:
380    - Fix a bug in the handling of DCF77 bit 0.
381    - Drop handling of the 'PON' pin, this is not DCF77 related (bug #153).
382    - Fix the data parity check (bug #157).
383  * i2c:
384    - Fix corner case that can yield issues when using triggers on LAs.
385    - Drop unneeded 'addressing' option.
386    - Output bit-exact annotations and data for use by stacked PDs.
387  * i2s:
388    - Add OUTPUT_BINARY support for dumping the decoded data in WAV format.
389  * lpc:
390    - Various fixes to make the PD work better (or at all).
391    - Fix the handling of optional channels.
392    - Make the RESET# pin optional.
393  * onewire_link:
394    - Split 'reset' and 'presence' annotations.
395  * pan1321:
396    - Support the JSEC, JPRO, JAAC, and JSDA commands.
397    - Various internal fixes and improvements.
398  * parallel:
399    - Fix internal use of the obsolete 'metadata' parameter (bug #202).
400  * rtc8564:
401    - Properly handle register 0x06 (weekday) and the 'century' bit.
402  * sdcard_spi:
403    - Emit bit-exact annotations for the register fields that need them.
404    - Fix a Python issue with duplicate keys in a dict (bug #191).
405  * spi:
406    - Either MISO or MOSI can be optional now, but not both (bug #175).
407    - The CS# pin is optional now. If the pin is supplied, it is honored
408      (decoding only happens when the pin is asserted). Otherwise decoding will
409      use every CLK edge, regardless of CS# state or CS# existence (bug #152).
410    - Rename the 'SCK' pin to the more common 'CLK'.
411    - Output bit-exact annotations and data for use by stacked PDs.
412    - Fix a bug occurring when only MOSI (but not MISO) was supplied.
413  * transitioncounter:
414    - Drop the obsolete 'transitioncounter' dummy protocol decoder.
415  * uart:
416    - Fix corner case that can yield issues when using triggers on LAs.
417    - Use 'T' for stop bits and 'P' for parity bits (shortest annotations).
418    - Add a data format selection option.
419    - Annotations for RX and TX are now emitted in different annotation rows.
420    - Either the RX or TX signal can be optional now (but not both).
421    - Fix incorrectly displayed characters (bug #201).
422    - Add support for OUTPUT_BINARY output for RX, TX, or both.
423    - Output bit-exact annotations and data for use by stacked PDs.
424  * uart_dump:
425    - Drop the obsolete 'uart_dump' decoder (the feature is now included
426      in the 'uart' protocol decoder itself via OUTPUT_BINARY).
427  * usb_packet:
428    - The 'usb_protocol' decoder has been renamed to 'usb_packet'.
429    - Various bugfixes and decoding improvements.
430  * usb_signalling:
431    - Fix decoding of individual bits, sample in the middle of bits (bug #158).
432  * libsigrokdecode API changes overview:
433    - Add srd_session_new(), srd_session_destroy(), and a session context.
434    - Add srd_session_metadata_set().
435    - The name 'probe' has been renamed to 'channel' everywhere.
436    - The lib no longer defineѕ names with _t suffix (POSIX reserved).
437    - Drop the obsolete SRD_MAX_NUM_PROBES.
438    - Add the SRD_CONF_SAMPLERATE config key.
439    - Please see the Doxygen API documentation for further details.
440  * Protocol decoder API:
441    - Metadata is passed to PDs at runtime now (not at decoder start).
442      PDs now have a new optional metadata() method to receive it.
443    - Output types are now registered via Decoder.register(), not Decoder.add().
444    - The report() method is now obsolete. This kind of information will be
445      passed to the frontends via the OUTPUT_META output type, allowing the
446      frontends to perform various post-processing and statistics tasks.
447    - PDs can now define BINARY_OUTPUT types via the 'binary' tuple.
448    - PDs can now define annotation rows via the 'annotation_rows' tuple.
449    - PD options are now a tuple of dicts. Each option is a dict containing
450      the keys 'id', 'desc', 'def', and 'values'. Valid option types are
451      UTF-8 strings, integers, and floats (bugs #254, #306, #317, #165).
452    - Channels, optional channels, and annotations are now tuples (not lists).
453    - Only load PDs of API version 2, all other versions are incompatible.
454  * srd_inst_channel_set_all(): Report an error if not all channels required
455    by the respective protocol decoder have been supplied.
456  * Remove some internal limitations to max. 64 channels (bug #120).
457  * Add a unit test suite framework for libsigrokdecode ('make check').
458  * Add a protocol decoder test-suite framework for developers (tests/pdtest).
459  * Various bugfixes:
460    - srd_inst_option_set(): Properly return an error on exceptions.
461    - srd_inst_option_set(): Fix setting of instance options, caused by class
462      variable clobbering or releasing borrowed references (bugs #170, #174).
463    - srd_decoder_load(): Error out upon invalid module names (bug #176).
464    - srd_decoder_load(): Don't try to load an already loaded PD twice.
465    - srd_decoder_load_all(): Avoid issues without prior srd_init() (bug #178).
466    - srd_decoder_doc_get(): Fix an issue in the unit test suite (bug #179).
467    - srd_pd_output_callback_add(): Honor cb_data value (bug #143).
468    - Fix issues with PDs not getting the samplerate (bugs #97, #132, #166).
469    - Don't incorrectly decrease a borrowed reference (bug #177).
470    - Fix various memory leaks and segfault conditions.
471  * Build system:
472     - Use pkg-config (not python3-config) to check for Python libs.
473       This enables (better) libsigrokdecode cross-compile support.
474     - PDs no longer have an extra Makefile.am, and 'make install' now
475       happens via a Python script.
476     - configure: Clearly mark required and optional libs.
477     - Fix an issue with DESTDIR support (bug #215).
478     - Add the HACKING file to the tarball.
479  * Updated or new build-time and runtime requirements:
480    - Python >= 3.2 (required)
481    - check >= 0.9.4 (optional, only needed for the libsigrokdecode testsuite)
482    - libsigrok >= 0.3.0 (optional, only needed for the developer PD testsuite)
483    - python3-coverage (optional, only needed for the developer PD testsuite)
484  * New 'make install'-time requirement:
485    - Python >= 3.2 (required)
486
487 0.2.0 (2013-05-04)
488 ------------------
489
490 Note: This release DOES change the libsigrokdecode public C API. This
491 means it is NOT backwards-compatible and frontends will need updates.
492
493  * New supported protocol decoders:
494    - Dallas DS1307 RTC
495  * Library: Decoders now expose their options via the GSList *options field
496    in struct srd_decoder.
497  * API related changes:
498    - Various API documentation fixes.
499    - srd_decoder_list() now returns 'const GSList *' instead of 'GSList *'.
500    - Added new srd_strerror() and srd_strerror_name() API calls.
501  * Added support for optional probes for PDs.
502
503 0.1.1 (2013-01-27)
504 ------------------
505
506 Note: This release does NOT change the libsigrokdecode public C API. This
507 means existing libsigrokdecode frontends should not require any changes.
508 However, individual PDs and their output changed, which may require
509 some adaptations on the user's side in some cases.
510
511  * New supported protocol decoders:
512    - avr_isp              AVR In-System Programming
513    - can                  Controller Area Network
514    - jtag                 Joint Test Action Group (IEEE 1149.1)
515    - jtag_stm32           Joint Test Action Group / ST STM32
516    - lm75                 National LM75
517    - lpc                  Low-Pin-Count
518    - maxim_ds28ea00       Maxim DS28EA00 1-Wire digital thermometer
519    - onewire_link         1-Wire serial communication bus (link layer)
520    - onewire_network      1-Wire serial communication bus (network layer)
521    - sdcard_spi           Secure Digital card (SPI mode)
522    - tlc5620              Texas Instruments TLC5620
523    - uart_dump            UART dump
524  * i2cfilter: Now outputs 'i2c' packets instead of just data bytes, so
525    other PDs can stack on top of it. It filters by I2C slave address.
526  * edid: Now takes 'i2c' packets as input.
527  * pan1321:
528    - Various bugfixes to make the PD actually work.
529    - Now features 'Text (short)' and 'Text (verbose)' outputs.
530  * usb:
531    - The PD is split into 'usb_signalling' and 'usb_protocol' (stacked on top).
532    - Various bugfixes to make the PD work (better).
533    - The DP/DM probes were swapped, this is now fixed.
534    - Preliminary support for USB low-speed (in addition to full-speed).
535  * mlx90614: Minor bugfixes.
536  * dcf77:
537     - Major bugfix, this PD was not working correctly at all.
538     - Handle PON signal.
539  * nunchuk: Complete rewrite, works (better) now.
540  * spi: Update docs, send CS# change packets, change output API slightly.
541    If you have a PD which stacks on top of SPI, it'll need to be adapted.
542    The PDs that ship with libsigrokdecode are updated already.
543  * mx25lxx05d:
544    - Implement support for the READ, RDSR, and PP commands.
545    - Decode status register bits.
546    - Fix SE command handling.
547    - Fix inverted SRWD bit handling.
548  * Various smaller style and consistency changes in code and PD descriptions.
549  * Fix the build with Homebrew on Mac OS X.
550  * Performance improvements in some PDs.
551  * Documentation: Update website and git URLs.
552  * pkg-config file: Small fix to improve behaviour on Windows with cmake.
553  * All PD implementation files are now named 'pd.py' consistently.
554  * configure script:
555    - Also check for python3.3-config in addition to python-config and others.
556    - Add missing -fvisibility=hidden to default CFLAGS.
557    - Fix CFLAGS handling (configure.ac amends CFLAGS, doesn't overwrite now).
558  * The minimum required glib version is 2.24.0 now.
559  * We now ship a standard INSTALL file which documents the 'configure' options.
560
561 0.1.0 (2012-04-17)
562 ------------------
563
564  * Initial release.
565