From: Marcel Holtmann Date: Tue, 13 Apr 2010 15:47:37 +0000 (-0700) Subject: Release 0.52 X-Git-Tag: 0.52^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5cfb21527ec351d2f1844b601fc4a3a93c6e40a8;p=platform%2Fupstream%2Fconnman.git Release 0.52 --- 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)