You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ChangeLog
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,18 @@
1
-
Oct 26, 2010 - 1.4.0
1
+
Nov 17, 2010 - 1.4.0
2
2
--------------------
3
3
4
4
Fixes:
5
5
- libnfc: fix Felica listing
6
6
- libnfc: fix storage of ISO14443B targets data
7
7
- libnfc: fix MacOS build
8
+
- libnfc: fix some errors string (ie. well-known "Invalid Parameter")
9
+
- libnfc: fix memory leak while using *_pick()
8
10
- drivers/pn53x_usb: fix ZLP USB issue
9
11
- drivers/pn53x_usb: workaround for PN532 toggle bit USB bug
10
12
- drivers/pn53x_usb: fix timeout problem in emulation mode
11
13
- drivers/pn53x_usb,pn532_uart,arygon: more robust recovery from unstable states such as interrupted emulation modes
12
14
- drivers/acr122: fix escape ioctl under Linux
15
+
- buses/uart: fix UART default serial ports under Linux.
13
16
- examples/nfc-anticol: fix bug preventing to run nfc-anticol after some other programs
14
17
- examples/nfc-anticol: fix display of UID
15
18
- ... and many other minor fixes
@@ -22,8 +25,10 @@ Improvements:
22
25
- libnfc: cache some chip registers for faster communication
23
26
- libnfc: greatly improved D.E.P. support
24
27
- buses/uart: adjust UART's timeouts from baud rate: faster communication at high speed and more reliable at low speed (affect pn532_uart and arygon drivers)
28
+
- drivers/arygon: retrieve ARYGON µC firmware version
25
29
- examples/nfc-anticol: adds support for CL3
26
30
- examples/nfc-anticol: cascade based on SAK rather than CT, better for educational purpose
31
+
- examples/nfc-anticol: Computes CRC rather than hardcoded one.
27
32
- examples/nfc-utils: print_iso14443b_info() now displays many decoded information in verbose mode
28
33
- examples/nfc-utils: print_iso14443a_info() now displays many decoded information and shows attempt to determine tag name in verbose mode
29
34
- examples/nfc-list: new option -v for verbose mode
@@ -39,9 +44,11 @@ Improvements:
39
44
40
45
Changes:
41
46
- API: Many changes, see NEWS file for more info how to migrate
47
+
- buses/uart: split UART implementations: one file for POSIX and another one for Windows
42
48
- examples: nfcip-* renamed to nfc-dep-*
43
49
- examples: nfc-sam renamed to pn53x-sam
44
50
- examples: nfc-emulate renamed to nfc-emulate-uid
51
+
- examples: change examples license for the sake of consistency: LGPL covers library, re-usable examples code is now under BSD license.
0 commit comments