Skip to content

Commit ca594f3

Browse files
committed
Update ChangeLog
1 parent 5e9e177 commit ca594f3

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

ChangeLog

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
1-
Oct 26, 2010 - 1.4.0
1+
Nov 17, 2010 - 1.4.0
22
--------------------
33

44
Fixes:
55
- libnfc: fix Felica listing
66
- libnfc: fix storage of ISO14443B targets data
77
- libnfc: fix MacOS build
8+
- libnfc: fix some errors string (ie. well-known "Invalid Parameter")
9+
- libnfc: fix memory leak while using *_pick()
810
- drivers/pn53x_usb: fix ZLP USB issue
911
- drivers/pn53x_usb: workaround for PN532 toggle bit USB bug
1012
- drivers/pn53x_usb: fix timeout problem in emulation mode
1113
- drivers/pn53x_usb,pn532_uart,arygon: more robust recovery from unstable states such as interrupted emulation modes
1214
- drivers/acr122: fix escape ioctl under Linux
15+
- buses/uart: fix UART default serial ports under Linux.
1316
- examples/nfc-anticol: fix bug preventing to run nfc-anticol after some other programs
1417
- examples/nfc-anticol: fix display of UID
1518
- ... and many other minor fixes
@@ -22,8 +25,10 @@ Improvements:
2225
- libnfc: cache some chip registers for faster communication
2326
- libnfc: greatly improved D.E.P. support
2427
- 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
2529
- examples/nfc-anticol: adds support for CL3
2630
- examples/nfc-anticol: cascade based on SAK rather than CT, better for educational purpose
31+
- examples/nfc-anticol: Computes CRC rather than hardcoded one.
2732
- examples/nfc-utils: print_iso14443b_info() now displays many decoded information in verbose mode
2833
- examples/nfc-utils: print_iso14443a_info() now displays many decoded information and shows attempt to determine tag name in verbose mode
2934
- examples/nfc-list: new option -v for verbose mode
@@ -39,9 +44,11 @@ Improvements:
3944

4045
Changes:
4146
- 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
4248
- examples: nfcip-* renamed to nfc-dep-*
4349
- examples: nfc-sam renamed to pn53x-sam
4450
- 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.
4552

4653

4754
Aug 31, 2010 - 1.3.9

0 commit comments

Comments
 (0)