From: Marcel Holtmann Date: Thu, 22 Oct 2009 01:32:14 +0000 (+0900) Subject: Release 0.44 X-Git-Tag: accepted/2.0alpha-wayland/20121110.002834~3182 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=43ac6405019817cf305ddd2abc6875ed7ef6cc16;p=profile%2Fivi%2Fconnman.git Release 0.44 --- diff --git a/ChangeLog b/ChangeLog index 4f5e508..476c891 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 0884e80..a731c4e 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)