summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2010-02-11 06:04:21 +0100
committerMarcel Holtmann <marcel@holtmann.org>2010-02-11 06:04:21 +0100
commit0dc2c57ff5d457a96a8a252fc34f9e4662654f76 (patch)
tree902927d8f60500930d59514ad3dcc9136f0b6e59
parentb66394fcbc820c4047753904bc4096c09b37ed7f (diff)
downloadconnman-0.49.tar.gz
connman-0.49.tar.bz2
connman-0.49.zip
Release 0.490.49
-rw-r--r--ChangeLog9
-rw-r--r--configure.ac2
2 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 18e31bf6..0c0554a8 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 afb14cf7..9671bae7 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)