From 5cfb21527ec351d2f1844b601fc4a3a93c6e40a8 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 13 Apr 2010 08:47:37 -0700 Subject: [PATCH] Release 0.52 --- ChangeLog | 8 ++++++++ configure.ac | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index bfd8be7..62869d9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +ver 0.52: + Fix issue with new "connected" states. + Fix issue with hidden networks and PSK. + Fix issue with DHCP and Bluetooth PAN. + Fix issue when disconnecting PAN networks. + Add support for application sessions. + Add plugin for hh2serial GPS support. + ver 0.51: Fix issue with missing device power toggling. Fix issue with D-Bus object path on device removal. diff --git a/configure.ac b/configure.ac index a3fa54d..3fc7b88 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(connman, 0.51) +AC_INIT(connman, 0.52) AM_INIT_AUTOMAKE([foreign subdir-objects]) AM_CONFIG_HEADER(config.h) -- 2.7.4