Prepare for version 1.7.0-RC2
This commit is contained in:
parent
84af758877
commit
ea05559fa5
3 changed files with 15 additions and 3 deletions
10
ChangeLog
10
ChangeLog
|
@ -1,8 +1,14 @@
|
||||||
TBD - 1.7.0-rc2 (release candidate)
|
Jan 20, 2013 - 1.7.0-rc2 (release candidate)
|
||||||
--------------------------------------------
|
--------------------------------------------
|
||||||
|
|
||||||
Fixes:
|
Fixes:
|
||||||
- Fix tests
|
- Fix API version in debian files
|
||||||
|
- Fix wrong condition to display a warning when user disables autoscan
|
||||||
|
- Fix unit tests
|
||||||
|
- Fix ISO14443B' ATS
|
||||||
|
|
||||||
|
Improvements:
|
||||||
|
- Allow device.optional=true to tolerate missing device
|
||||||
|
|
||||||
Dec 09, 2012 - 1.7.0-rc1 (release candidate)
|
Dec 09, 2012 - 1.7.0-rc1 (release candidate)
|
||||||
--------------------------------------------
|
--------------------------------------------
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# General init
|
# General init
|
||||||
|
|
||||||
# /!\ Don't forget to update 'CMakeLists.txt' too /!\
|
# /!\ Don't forget to update 'CMakeLists.txt' too /!\
|
||||||
AC_INIT([libnfc],[1.7.0-rc1],[info@libnfc.org])
|
AC_INIT([libnfc],[1.7.0-rc2],[info@libnfc.org])
|
||||||
|
|
||||||
AC_CONFIG_MACRO_DIR([m4])
|
AC_CONFIG_MACRO_DIR([m4])
|
||||||
|
|
||||||
|
|
6
debian/changelog
vendored
6
debian/changelog
vendored
|
@ -1,3 +1,9 @@
|
||||||
|
libnfc (1.7.0rc2-0) unstable; urgency=low
|
||||||
|
|
||||||
|
* New upstream release
|
||||||
|
|
||||||
|
-- romuald conty <romuald@libnfc.org> Sun, 20 Jan 2013 12:42:42 +0100
|
||||||
|
|
||||||
libnfc (1.7.0rc1-0) unstable; urgency=low
|
libnfc (1.7.0rc1-0) unstable; urgency=low
|
||||||
|
|
||||||
* New upstream release
|
* New upstream release
|
||||||
|
|
Loading…
Reference in a new issue