X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=NEWS;h=09cd51fdf8ad16dc4ed0d7491e6253e2df414f76;hp=1d2d0773343014fe9b1abf0d5f189cb82720f61c;hb=308d9958c9b4ca8f7126d7e8c81be3b93749a2b1;hpb=90a31a01c5afe1a51dbe6b5e90a88e54adfe7d1c diff --git a/NEWS b/NEWS index 1d2d077..09cd51f 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,19 @@ -0.1.1 (2013-01-xx) +0.2.0 (2013-05-04) +------------------ + + * Note: This release DOES change the libsigrokdecode public C API. This + means it is NOT backwards-compatible and frontends will need updates. + * New supported protocol decoders: + - Dallas DS1307 RTC + * Library: Decoders now expose their options via the GSList *options field + in struct srd_decoder. + * API related changes: + - Various API documentation fixes. + - srd_decoder_list() now returns 'const GSList *' instead of 'GSList *'. + - Added new srd_strerror() and srd_strerror_name() API calls. + * Added support for optional probes for PDs. + +0.1.1 (2013-01-27) ------------------ * Note: This release does NOT change the libsigrokdecode public C API. This @@ -47,11 +62,13 @@ * Performance improvements in some PDs. * Documentation: Update website and git URLs. * pkg-config file: Small fix to improve behaviour on Windows with cmake. - * Name PD implementation files 'pd.py' consistently. + * All PD implementation files are now named 'pd.py' consistently. * configure script: - Also check for python3.3-config in addition to python-config and others. - Add missing -fvisibility=hidden to default CFLAGS. - Fix CFLAGS handling (configure.ac amends CFLAGS, doesn't overwrite now). + * The minimum required glib version is 2.24.0 now. + * We now ship a standard INSTALL file which documents the 'configure' options. 0.1.0 (2012-04-17) ------------------