-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathChangeLog
40 lines (28 loc) · 1.13 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
libndef 1.2.0
-------------
* Fix Short Record and ID implementation
* Fix NDEFRecord::isShort, NDEF ID is not concerned
* Fix NDEFRecord::toByteArray(), ID length field is only presented when ID is none zero
ID is independent of SR(short record)
* Fix build on Windows
* Fix improper handling of IL flag while parsing from byte array
* Fix ID_LENGTH (is only present when IL is set)
* Add QT5 support
* NDEFRecord: add some functions to decode GcRecord. ATM only URI and text record are handled
* New a static method to extract Text field from TextRecord
* Two new tools: ndef-encode and ndef-decode
libndef 1.1.3
-------------
* Fix UTF-8 and UTF-16 encoding for NDEFRecord::createTextRecord()
* Fix UTF-8 encoding for NDEFRecord::createUriRecord()
* Fix UTF-8 encoding for NDEFRecord::createSpTypeRecord()
* Permit all kind of NDEFRecord to be included in SmartPosterRecord
libndef 1.1.2
-------------
* Fixed pattern match in "NDEFRecord::createUriRecord".
libndef 1.1.1
-------------
* Improved length handling of TLV records.
libndef 1.1.0
-------------
* Initial release