summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2012-07-26 16:30:30 +0200
committerMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2012-07-26 16:30:30 +0200
commit508b9fb91cc697ba2bf1fbe5cbec4a1932c58d86 (patch)
tree0ef15737a31ba3d9140af703d794c0b577692552
parent4d1ba6ec2ff6d48cc984380f58560dd47ff7b392 (diff)
downloadufodecode-508b9fb91cc697ba2bf1fbe5cbec4a1932c58d86.tar.gz
ufodecode-508b9fb91cc697ba2bf1fbe5cbec4a1932c58d86.tar.bz2
ufodecode-508b9fb91cc697ba2bf1fbe5cbec4a1932c58d86.tar.xz
ufodecode-508b9fb91cc697ba2bf1fbe5cbec4a1932c58d86.zip
Bump version to 0.2.2
-rw-r--r--CMakeLists.txt2
-rw-r--r--NEWS17
2 files changed, 14 insertions, 5 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ba9817b..ece39cd 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -5,7 +5,7 @@ set(LIBUFODECODE_API_VERSION "0.2")
set(LIBUFODECODE_ABI_VERSION "0.2")
set(LIBUFODECODE_ABI_MAJOR_VERSION "0")
-set(PACKAGE_VERSION "0.2.1")
+set(PACKAGE_VERSION "0.2.2")
set(PACKAGE_NAME "${TARNAME}")
set(PACKAGE_TARNAME "${TARNAME}")
set(PACKAGE_STRING "${PACKAGE_NAME}-${PACKAGE_VERSION}")
diff --git a/NEWS b/NEWS
index 5fcc9c7..431cc8f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,13 +1,22 @@
+Changes in ufodecode 0.2.2
+==========================
+
+This is a bugfix release:
+
+- Fix 10 bit decoding that shows wrong output when ADCs are almost saturated
+- Fix 12 bit decoding that capped some output channels at 10 bits
+- `ipedec` returns error code different from 0 when an error occurred
+- `ipedec` reports the frame rate again with the `--frame-rate` switch set
+
+
Changes in ufodecode 0.2.1
==========================
-This is a bugfix release.
+This is a bugfix release:
-Minor changes
--------------
- Fix 12 bit decoding according to CMOSIS specs
- Fix command line input of `ipedec`
-- Trunace so-Version to major.minor
+- Truncate so-Version to major.minor
Changes in ufodecode 0.2.0