diff options
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 8 insertions, 2 deletions
@@ -1,5 +1,11 @@ +ver 2.0-pre12: + Removed max link key limit. Keys never expire. + Link key database is always updated. Reread PIN on SIGHUP (hcid). + Bluetooth script starts SDPd, if installed. + Other minor fixes. + ver 2.0-pre11: - Improved link key managment and more verbose logging (hcid). + Improved link key management and more verbose logging (hcid). Fixed scan command (hcitool). ver 2.0-pre10: diff --git a/configure.in b/configure.in index 335b2b0d..9aaad200 100644 --- a/configure.in +++ b/configure.in @@ -9,7 +9,7 @@ dnl Guess host type. AC_CANONICAL_SYSTEM AC_CANONICAL_HOST -AM_INIT_AUTOMAKE(bluez-utils, 2.0-pre11) +AM_INIT_AUTOMAKE(bluez-utils, 2.0-pre12) AC_SUBST(DISTRO) AC_SUBST(PCMCIA) |