summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2012-07-18 16:49:25 +0200
committerMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2012-07-18 16:49:25 +0200
commit37a1ff94dd3ba381e8f7792247d6bed3ad67d54c (patch)
tree553dfcc8da3a8df3ffc5df6eb624d4d513b4043d
parentc0a871d98d351623f82c927b8850c2b04acf36d2 (diff)
downloadufodecode-37a1ff94dd3ba381e8f7792247d6bed3ad67d54c.tar.gz
ufodecode-37a1ff94dd3ba381e8f7792247d6bed3ad67d54c.tar.bz2
ufodecode-37a1ff94dd3ba381e8f7792247d6bed3ad67d54c.tar.xz
ufodecode-37a1ff94dd3ba381e8f7792247d6bed3ad67d54c.zip
Bump to version 0.2.1
-rw-r--r--CMakeLists.txt2
-rw-r--r--NEWS15
2 files changed, 13 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2d67804..ba9817b 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.0")
+set(PACKAGE_VERSION "0.2.1")
set(PACKAGE_NAME "${TARNAME}")
set(PACKAGE_TARNAME "${TARNAME}")
set(PACKAGE_STRING "${PACKAGE_NAME}-${PACKAGE_VERSION}")
diff --git a/NEWS b/NEWS
index bc139f1..5fcc9c7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,20 @@
+Changes in ufodecode 0.2.1
+==========================
+
+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
+
+
Changes in ufodecode 0.2.0
==========================
Name change
-----------
-
In accordance to the rest of the software, the type names changed from
`ufo_decoder_t` to `UfoDecoder`. Moreover there is no typedef for pointers to
`UfoDecoder` structures.
@@ -11,7 +22,6 @@ In accordance to the rest of the software, the type names changed from
API breakage
------------
-
To simplify debugging, all status data is passed from the decoded frame to the
caller of `ufo_decoder_decode_frame()` and `ufo_decoder_get_next_frame()` by
means of the new `UfoDecoderMeta` structure as defined in `ufodecode.h`.
@@ -19,7 +29,6 @@ means of the new `UfoDecoderMeta` structure as defined in `ufodecode.h`.
Minor changes
-------------
-
- The decoder supports version 4 and 5 of the UFO camera frame format.
- `ipedec` now has a proper command line interface.
- `ipedec` prints the frame meta data when using the verbose command line switch