diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2009-10-22 10:32:14 +0900 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2009-10-22 10:32:14 +0900 |
commit | 43ac6405019817cf305ddd2abc6875ed7ef6cc16 (patch) | |
tree | 549871bc3a23f0ad2be24e37724383fe953c7707 | |
parent | 33bd0f2540ad0696b256d9ddcb2d4d4e82789ba0 (diff) | |
download | connman-43ac6405019817cf305ddd2abc6875ed7ef6cc16.tar.gz connman-43ac6405019817cf305ddd2abc6875ed7ef6cc16.tar.bz2 connman-43ac6405019817cf305ddd2abc6875ed7ef6cc16.zip |
Release 0.440.44
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 8 insertions, 1 deletions
@@ -1,3 +1,10 @@ +ver 0.44: + Fix command line options for device filtering. + Fix issue with network reference in MBM support. + Fix handling when losing network access in MBM plugin. + Fix broken libiWmxSDK callback parameter handling. + Add work around Intel WiMAX SDK API breakage. + ver 0.43: Fix issue with missing scanning after power up. Fix issue with udev versus /dev/rfkill event processing. diff --git a/configure.ac b/configure.ac index 0884e802..a731c4e0 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(connman, 0.43) +AC_INIT(connman, 0.44) AM_INIT_AUTOMAKE([foreign subdir-objects]) AM_CONFIG_HEADER(config.h) |