File libsigrokdecode.changes of Package libsigrokdecode
-------------------------------------------------------------------
Sun Aug 3 09:48:52 UTC 2014 - dmitry_r@opensuse.org
- Change package license to GPL-3.0+ according to README
- Minor spec file cleanup
-------------------------------------------------------------------
Mon Jun 2 18:53:48 UTC 2014 - bugs@vdm-design.de
- sync spec file with .spec from rmax
-------------------------------------------------------------------
Fri May 30 10:20:06 UTC 2014 - bugs@vdm-design.de
- Update to 0.3.0
* New supported protocol decoders:
- guess_bitrate Guess the bitrate/baudrate of a signal
- ir_nec NEC infrared remote control protocol
- ir_rc5 RC-5 infrared remote control protocol
- midi Musical Instrument Digital Interface
- parallel Parallel synchronous bus decoder
- rgb_led_spi RGB LED string decoder (SPI)
- xfp 10 Gigabit Small Form Factor Pluggable Module
- z80 Zilog Z80 microprocessor disassembly
* New features:
- Support for annotation rows (groups of annotation classes to be shown together).
- The new OUTPUT_BINARY facility allows PDs to output decoded data in various (file) formats (e.g. I²S output in WAV format, USB output in PCAP format for Wireshark, LCD controller output in PNG format for viewing, and so on).
- The new OUTPUT_META facility allows PDs to report certain data points or events to the frontend, which can be used for various post-processing and statistics purposes (e.g. simple counts, average/mean values, min/max values, and more).
- The protocol decoder API has changed, the API version is bumped to 2. Decoders using the old PD API no longer work with this library release.
- A large amount of PD fixes have been done to improve the usability of all PDs when used with GUIs (long/short annotations for zoom-dependent display, corrected annotation sample numbers, use of annotation rows, and so on).
- Various API improvements were also performed to allow for all the new features. You can take a look at the API docs for more details.
- And of course all PDs and the library code have received quite a few bugfixes, as usual.
-------------------------------------------------------------------
Thu Jan 24 17:39:58 UTC 2013 - max@suse.com
- Requires python3.
-------------------------------------------------------------------
Wed Jan 16 15:22:45 UTC 2013 - max@suse.com
- Initial build from git snapshot.