Romain Tartiere
481fb4943f
- Add timeout capablities to nfc_initiator_transceive_bytes(), nfc_target_send_bytes() and nfc_target_receive_bytes();
...
- Bump version to 1.5.1.
2011-09-22 13:03:47 +00:00
Romuald Conty
ca8bd1df91
logging: remove semaphore usage since libnfc is not threaded and log4c does handle threaded cases itself. (Should ease Windows compiling)
2011-09-20 14:07:40 +00:00
Romuald Conty
517cde2517
Prepare 1.5.0 version
2011-04-29 10:13:57 +00:00
Romuald Conty
b4d23795de
Prepare 1.4.2 version
2011-02-22 14:17:20 +00:00
Romuald Conty
659d7a9de1
Prepare 1.4.1 version
2011-02-01 09:49:41 +00:00
Romuald Conty
ca594f3198
Update ChangeLog
2010-11-17 14:44:22 +00:00
Romuald Conty
7b29e44698
Updating ChangeLog
2010-10-26 14:43:45 +00:00
Philippe Teuwen
17f79a744b
Updating ChangeLog & NEWS
2010-10-20 20:56:12 +00:00
Romuald Conty
dd0c4ad785
Update ChangeLog
2010-10-20 08:34:54 +00:00
Romain Tartiere
b8910c5bd5
Sum up recent API changes for the user.
2010-10-15 19:35:53 +00:00
Romuald Conty
89971c9036
Update human readable ChangeLog
2010-09-29 12:41:46 +00:00
Romain Tartiere
cbbe559f94
Alse remove nfc_target_receive_dep_bytes() and nfc_target_send_dep_bytes().
...
Update issue 106
Implement what's described in comment 3, 7 and 8.
2010-09-03 16:45:24 +00:00
Romain Tartiere
a5676ecd94
Remove nfc_initiator_transceive_dep_bytes() and introduce NDO_EASY_FRAMING option.
...
Always use nfc_initiator_transceive_bytes(). If you where using advanced
features and already relying on nfc_initiator_transceive_bytes(), then your
code has to be updated to unset the NDO_EASY_FRAMING option. See an example of
such a change in the libfreefare's repository:
http://code.google.com/p/nfc-tools/source/detail?r=566
Updates issue 106
Status: Feedback
Romuald: I am not sure about the option enum values. I took 0x02 thinking it
would not hurt but am not really sure about that because I can see many 'holes'
in the sequence.
2010-09-03 16:13:36 +00:00
Romuald Conty
4ac54cf6e1
Prepare 1.3.9 version
2010-08-31 14:28:41 +00:00
Romain Tartiere
daa178b18f
Enhance error handeling.
...
- New API functions: nfc_strerror(), nfc_strerror_r() and nfc_perror();
- Drivers now have a reference to chips callback methods;
- Rename -pn53x_err2string to pn53x_strerror and add it to pn53x_callbacks_list.
2010-07-29 14:16:11 +00:00
Romuald Conty
be1639b452
Prepare libnfc 1.3.4 (ChangeLog)
2010-04-06 21:19:40 +00:00
Romuald Conty
738885cc1a
Prepare 1.3.3
2010-02-17 15:02:03 +00:00
Romuald Conty
99c2a0aaf5
Update ChangeLog.
2010-01-14 16:33:08 +00:00
Romain Tartiere
31597117a2
Update the ChangeLog entry of FreeBSD support (libnfc has not been run on a "today current" -CURRENT FreeBSD system. It's smooth on -STABLE BTW).
...
While here, fix a typo and adjust style for consistency.
2010-01-06 10:24:49 +00:00
Romuald Conty
d90ed8632a
Updated ChangeLog.
2009-11-27 11:56:44 +00:00
Romuald Conty
d6a4a2b422
Update ChangeLog, debian files and bump library version to 1.2.1.
2009-07-24 14:51:03 +00:00
Romuald Conty
d777e801fc
Update ChangeLog for 1.2.0
2009-07-23 14:45:50 +00:00
Romuald Conty
c0bcce387e
Fix stupid mistake in autogen.sh. MacOSX users can now run ./configure without problem.
...
Add ChangeLog information for next release.
2009-07-22 09:27:59 +00:00
Romuald Conty
0b979eaee2
libnfc can now be compiled using autotools and libtool.
...
It now provide a pkg-config file allowing a simplified compilation against libnfc.
2009-05-04 08:00:08 +00:00