summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2013-01-21 00:39:53 +0100
committerUwe Hermann <uwe@hermann-uwe.de>2013-01-27 17:53:56 +0100
commita860b7cccbed7b52feeb6b37c81d5984ce37baa8 (patch)
treec314196fdb474a5cb50130a5606dd41b7227ec37
parent1c9ac10f4b2c6e83184fe29bd32e090fcac211e7 (diff)
downloadlibsigrokdecode-a860b7cccbed7b52feeb6b37c81d5984ce37baa8.tar.gz
libsigrokdecode-a860b7cccbed7b52feeb6b37c81d5984ce37baa8.zip
NEWS: Various updates.
-rw-r--r--NEWS4
1 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 1d2d077..65481c2 100644
--- a/NEWS
+++ b/NEWS
@@ -47,11 +47,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)
------------------