X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=NEWS;h=94e04448648714045a2f9cf8d5bb2edcb07ddc4f;hb=b2bd00c4b2e7db5889fc2543fe9a2f132b59b95a;hp=e725b024886023fbee96aad39fa30c88b702b043;hpb=6a90b4a9f172e4ba1b623e29e6267a6b2fe2b20c;p=sigrok-firmware-fx2lafw.git diff --git a/NEWS b/NEWS index e725b024..94e04448 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,24 @@ -0.1.0 (2012-xx-yy) +0.1.1 (2013-04-16) +------------------ + + * Add support for the USBee DX. Only digital sampling is supported (as is + the case for all other supported devices so far). Analog data acquisition + is currently not implemented. + * Add support for devices with the older Cypress CY7C68013 (FX2) chip + instead of the more recent Cypress CY7C68013A (FX2LP). See also: + http://sigrok.org/wiki/Fx2lafw#Cypress_FX2_vs._FX2LP + * Convert to a standard autotools based build/configuration system. + Installation is now: ./configure && make && make install + * README: Update status, website URLs, requirements, etc. + * Add the usual HACKING, AUTHORS, and INSTALL files. + * Add a 'distbin' Make target, which creates a convenience tarball + containing just the generated *.fw files. + * Document the download location for the pre-built firmware files tarball. + * If 'objcopy' is not found, try to use sdcc's 'makebin' instead. + This fixes the build e.g. on some Mac OS X systems without 'objcopy'. + * Add support for differently named sdcc tools on various distros. + +0.1.0 (2012-07-24) ------------------ * Initial release.