]> sigrok.org Git - libsigrok.git/commitdiff
sr: Update NEWS in preparation of upcoming 0.1.1 release.
authorUwe Hermann <redacted>
Wed, 30 May 2012 07:25:11 +0000 (09:25 +0200)
committerUwe Hermann <redacted>
Wed, 30 May 2012 07:35:12 +0000 (09:35 +0200)
NEWS

diff --git a/NEWS b/NEWS
index 1c89e0a189e15aa18eaf3733ec22c0e7132ed2c9..a9f9f26c0a2c9c2f8562e68208c8b95591eab74f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-0.1.1 (2012-xx-yy)
+0.1.1 (2012-05-30)
 ------------------
 
 This release does NOT change the libsigrok API.
@@ -40,6 +40,18 @@ This release does NOT change the libsigrok API.
 
  * The zlib dependency has been removed (no longer needed),
 
+ * Fix compiling with "Homebrew" (Mac OS X).
+
+ * libsigrok now expects firmware files in $prefix/share/sigrok-firmware by
+   default (was $prefix/share/libsigrok/firmware before).
+
+ * Fix a Makefile.am bug which caused the generated ChangeLog files being
+   accidentally deleted upon 'make distclean'.
+
+ * ChronoVu LA8 input file format: Improve autodetection of the file format.
+   We now only accept files of the size 8388613 bytes (all LA8 files have
+   exactly this amount of bytes).
+
 0.1.0 (2012-04-17)
 ------------------