Add packaging directory
[platform/upstream/neard.git] / ChangeLog
1 ver 0.14
2         Added a Tag and Device Adapter property.
3         Added NDEF agent record payload getter.
4         Added support for catching poll errors.
5         Added ObjectManager API support.
6         Added NPP push support.
7         Added simplified test scripts.
8         Fixed a t4t write bug.
9         Fixed NPP read.
10         Fixed security bugs.
11
12 ver 0.13
13         Added PHDC Manager support.
14         Added nfctool firmware update support.
15         Added AAR NDEF support.
16         Added raw MIME type payload support.
17         Added multibyte handover CDR support.
18         Fixed coding style for NULL pointer and 0 checks.
19         Fixed a t4t memory leak.
20         Fixed a t1t capability container reading offset.
21         Fixed a handover memory leak.
22
23 ver 0.12
24         Added static handover through LLCP support.
25         Added WiFi configuration handover through SNEP support.
26         Added nfctool SNEP decoding.
27         Added nfctool Handover decoding.
28         Added nfctool output coloring support.
29         Added type4B tag support.
30         Added p2p non blocking client socket support.
31         Fixed SNEP fragmentation support.
32         Fixed a type3 tag crash.
33         Fixed a bluetooth crash.
34         Fixed NFC bugs #45 and #48.
35
36 ver 0.11
37         Added LLCP validation server support.
38         Added SNEP unit tests.
39         Added nfctool man page.
40         Added WiFi WSC NDEF building support.
41         Fixed AGF nfctool support.
42         Fixed type2 tag data length handling.
43         Fixed pkg-config libnl dependencies.
44         Fixed SNEP validation code for ARM.
45
46 ver 0.10
47         Added initial WiFi handover support.
48         Added Service Name Lookup support to nfctool.
49         Added NDEF building unit tests.
50         Added State support to Bluetooth handover agent.
51         Added neard and neard.conf man pages.
52         Added a copy of the NFC kernel header.
53         Fixed handover validation tests failures.
54         Fixed Tag and Device PropertyChanged signal.
55
56 ver 0.9
57         Added NDEF unit tests.
58         Added SNEP validation server support.
59         Added nfctool command line uility.
60         Added Bluetooth handover agent implementation.
61         Fixed build for several architectures.
62         Fixed p2p fallback mechanism.
63         Fixed Type3 tag reading default behaviour.
64
65 ver 0.8
66         Added raw NDEF push through the NDEF agent API.
67         Fixed a couple of p2p file descriptor leaks.
68         Fixed CR handover record handling in handover Select frames.
69         Fixed handover version check support.
70         Fixed handover code to support AC less frames.
71         Fixed p2p client event routine to support multiple incoming requests.
72         Fixed netlink support for nested events.
73
74 ver 0.7
75         Added support for Android Jelly Bean handover.
76         Added a Bluetooth handover automated script.
77         Added MIFARE Classic writing support.
78         Added MIFARE read only check support.
79         Added MIFARE check presence support.
80         Fixed a tag writing related double free.
81         Fixed tag plugins memory leaks.
82         Fixed tag plugins callback calls code paths.
83         Fixed URI NDEF writing.
84
85 ver 0.6
86         Added tag formatting support for Type 1, 3 an 4.
87         Added blank tag detection for Type 1, 3 and 4.
88         Added an NDEF agent API implementation.
89         Fixed the handover agent API.
90         Fixed potential NULL pointer dereferences.
91         Fixed a few plugin memory leaks.
92         Fixed p2p NDEF push while p2p link is down.
93
94 ver 0.5:
95         Added Handover Initiator support.
96         Added Handover selector support.
97         Added support for Type 2 tags formatting.
98         Added early binding support.
99         Fixed handover and p2p memory leaks.
100         Fixed Type 2 tag read command.
101         Fixed NDEF push return value.
102         Removed plugins enablement configure options.
103
104 ver 0.4:
105         Added target mode support for peer to peer.
106         Added a handover agent API.
107         Fixed SNEP read fragmentation.
108         Fixed SNEP response frames version field.
109         Fixed build dependencies.
110         Fixed netlink and adapter memory leaks.
111
112 ver 0.3:
113         Added a Tag D-Bus API.
114         Added an SNEP testing tool.
115         Added SNEP fragmentation support.
116         Added BlueZ signal handlers for adapter tracking.
117         Added BlueZ adapter properties handling.
118         Added a main.conf template.
119         Removed the Target D-Bus API.
120         Fixed Type 1 commands handling.
121
122 ver 0.2:
123         Added SNEP support.
124         Added tag presence check implementation.
125         Added initial publishing API implementation.
126         Added MIFARE reader support.
127         Added NFC type 3 writer mode support.
128         Added netlink Powered property handling implementation.
129         Fixed p2p network conditions errors.
130         Fixed valgrind memory leak reports.
131
132 ver 0.1:
133         Added reader mode for NFC types 1,2,3 and 4.
134         Added writer mode for NFC types 1,2, and 4.
135         Added peer to peer reader mode (NPP).
136         Added initial SNEP support.
137         Added initial Bluetooth OOB support.