summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2012-07-17 16:28:58 +0200
committerMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2012-07-17 16:28:58 +0200
commit45cc082d46e743841eb329c03a8dc88ca433d98a (patch)
tree579a30f295da899a2f200f2135739b515c10760a /NEWS
parentd4f3f33fe59f9eb17ff993528fb646d9ece84ae4 (diff)
downloadufodecode-45cc082d46e743841eb329c03a8dc88ca433d98a.tar.gz
ufodecode-45cc082d46e743841eb329c03a8dc88ca433d98a.tar.bz2
ufodecode-45cc082d46e743841eb329c03a8dc88ca433d98a.tar.xz
ufodecode-45cc082d46e743841eb329c03a8dc88ca433d98a.zip
Commit version 0.2 of libufodecode
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS26
1 files changed, 26 insertions, 0 deletions
diff --git a/NEWS b/NEWS
new file mode 100644
index 0000000..bc139f1
--- /dev/null
+++ b/NEWS
@@ -0,0 +1,26 @@
+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.
+
+
+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`.
+
+
+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
+ (`-v` or `--verbose`).