diff --git a/ChangeLog b/ChangeLog index e69de29..4fe5c75 100644 --- a/ChangeLog +++ b/ChangeLog @@ -0,0 +1,8 @@ +nfcutils 0.1.2 + + * lsnfc now support multiple devices. + +nfcutils 0.1.1 + + * Initial release. + diff --git a/configure.ac b/configure.ac index e62eab0..91e013e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(nfcutils, 0.1.1, rconty@il4p.fr) +AC_INIT(nfcutils, 0.1.2, rconty@il4p.fr) AC_CONFIG_HEADER(config.h) diff --git a/debian/changelog b/debian/changelog index b99f073..333d34a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +nfcutils (0.1.2-0) unstable; urgency=low + + * New upstream release. + + -- Romuald Conty Fri, 28 May 2010 16:42:42 +0100 + nfcutils (0.1.1-0) unstable; urgency=low * New upstream release.