From: Uwe Hermann Date: Sat, 26 Jan 2013 12:37:59 +0000 (+0100) Subject: NEWS: Add user-visible changes so far. X-Git-Tag: sigrok-firmware-fx2lafw-0.1.1~13 X-Git-Url: http://sigrok.org/gitweb/?p=sigrok-firmware-fx2lafw.git;a=commitdiff_plain;h=0a7ae4e2b527279c927146dc7b99d9cfd39c1ed2 NEWS: Add user-visible changes so far. --- diff --git a/NEWS b/NEWS index 0f653b25..e373f0e5 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,18 @@ +0.1.1 (2013-xx-yy) +------------------ + + * 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. + * 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. + * 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 'objycopy'. + 0.1.0 (2012-07-24) ------------------