From 0dc2c57ff5d457a96a8a252fc34f9e4662654f76 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 11 Feb 2010 06:04:21 +0100 Subject: [PATCH] Release 0.49 --- ChangeLog | 9 +++++++++ configure.ac | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 18e31bf..0c0554a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +ver 0.49: + Fix issue with WiFi power changes. + Fix issue with Bluetooth device startup. + Fix issue with host route settings for VPN. + Fix issue with processing of RFKILL events. + Fix some WPA Enterprise privacy issues. + Add support for basic Ethernet information. + Add support for static IP settings. + ver 0.48: Fix signal strength calculation when quality is not provided. Fix issues with wpa_supplicant state tracking. diff --git a/configure.ac b/configure.ac index afb14cf..9671bae 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(connman, 0.48) +AC_INIT(connman, 0.49) AM_INIT_AUTOMAKE([foreign subdir-objects]) AM_CONFIG_HEADER(config.h) -- 2.7.4