/alps/ufodecode

To get this branch, use:
bzr branch http://suren.me/webbzr/alps/ufodecode

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Matthias Vogelgesang
  • Date: 2012-07-18 14:49:25 UTC
  • Revision ID: matthias.vogelgesang@kit.edu-20120718144925-03cal0stjtzcp21k
Bump to version 0.2.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Changes in ufodecode 0.2.1
 
2
==========================
 
3
 
 
4
This is a bugfix release.
 
5
 
 
6
Minor changes
 
7
-------------
 
8
- Fix 12 bit decoding according to CMOSIS specs
 
9
- Fix command line input of `ipedec`
 
10
- Trunace so-Version to major.minor
 
11
 
 
12
 
1
13
Changes in ufodecode 0.2.0
2
14
==========================
3
15
 
4
16
Name change
5
17
-----------
6
 
 
7
18
In accordance to the rest of the software, the type names changed from
8
19
`ufo_decoder_t` to `UfoDecoder`. Moreover there is no typedef for pointers to
9
20
`UfoDecoder` structures.
11
22
 
12
23
API breakage
13
24
------------
14
 
 
15
25
To simplify debugging, all status data is passed from the decoded frame to the
16
26
caller of `ufo_decoder_decode_frame()` and `ufo_decoder_get_next_frame()` by
17
27
means of the new `UfoDecoderMeta` structure as defined in `ufodecode.h`.
19
29
 
20
30
Minor changes
21
31
-------------
22
 
 
23
32
- The decoder supports version 4 and 5 of the UFO camera frame format.
24
33
- `ipedec` now has a proper command line interface.
25
34
- `ipedec` prints the frame meta data when using the verbose command line switch