Adds missing version.rc.in file in tarball (for Windows users)
This commit is contained in:
parent
2506ee35f6
commit
59227c3dd3
2 changed files with 4 additions and 3 deletions
|
@ -1,10 +1,11 @@
|
||||||
TDB, 2013 - 1.7.0-rc6 (release candidate)
|
TBD dd, 2013 - 1.7.0-rc6 (release candidate)
|
||||||
-----------------------------------------
|
--------------------------------------------
|
||||||
|
|
||||||
Fixes:
|
Fixes:
|
||||||
- Fix minor memory leak with nfc_drivers
|
- Fix minor memory leak with nfc_drivers
|
||||||
- Fix stack smash while displaying long data transmission (LOG_HEX)
|
- Fix stack smash while displaying long data transmission (LOG_HEX)
|
||||||
- pn53x-tamashell: allow larger commands up to full extended frame
|
- pn53x-tamashell: allow larger commands up to full extended frame
|
||||||
|
- Add missing windows file in archive (version.rc.in)
|
||||||
|
|
||||||
Feb 16, 2013 - 1.7.0-rc5 (release candidate)
|
Feb 16, 2013 - 1.7.0-rc5 (release candidate)
|
||||||
--------------------------------------------
|
--------------------------------------------
|
||||||
|
|
|
@ -4,5 +4,5 @@ EXTRA_DIST = \
|
||||||
err.h \
|
err.h \
|
||||||
nfc.def \
|
nfc.def \
|
||||||
stdlib.c \
|
stdlib.c \
|
||||||
unistd.h
|
unistd.h \
|
||||||
version.rc.in
|
version.rc.in
|
||||||
|
|
Loading…
Add table
Reference in a new issue