diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2010-06-17 14:47:06 +0200 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2010-06-17 14:47:06 +0200 |
commit | 2ae19141fdb6ed0df7827ca9ebd5fd5aebf907bc (patch) | |
tree | 3e671ae047a5147f25b5dbb208ba409a0d1da297 | |
parent | 3f7832411faf86b0ec76d419de6c635f2386e44c (diff) | |
download | connman-2ae19141fdb6ed0df7827ca9ebd5fd5aebf907bc.tar.gz connman-2ae19141fdb6ed0df7827ca9ebd5fd5aebf907bc.tar.bz2 connman-2ae19141fdb6ed0df7827ca9ebd5fd5aebf907bc.zip |
Release 0.540.54
-rw-r--r-- | ChangeLog | 13 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 14 insertions, 1 deletions
@@ -1,3 +1,16 @@ +ver 0.54: + Fix issue with root requests and EDNS0 OPT records. + Fix issue with default gateway when route deletion fails. + Fix issue with group identifiers for cellular networks. + Fix issue with fixed IP settings from cellular networks. + Fix issue with nameserver settings and manual configuration. + Add support for cellular network name changes. + Add support for cellular signal strength changes. + Add support for actively scanning for hidden networks. + Add support for ASCII based WEP keys. + Add support for NTP timeserver updates. + Add support for PPP default route settings. + ver 0.53: Fix issue with supplicant and device scanning state cleaning. Fix issue with Bluetooth PAN networks stay in connected state. diff --git a/configure.ac b/configure.ac index 13c1a3a5..7b895d7c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(connman, 0.53) +AC_INIT(connman, 0.54) AM_INIT_AUTOMAKE([foreign subdir-objects]) AM_CONFIG_HEADER(config.h) |