From: Marcel Holtmann Date: Mon, 2 Jul 2012 12:34:25 +0000 (+0200) Subject: Release 1.3 X-Git-Tag: 1.3^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3c0fa84091524c7cd6237744f2088ffee2f1d5ad;p=platform%2Fupstream%2Fconnman.git Release 1.3 --- diff --git a/ChangeLog b/ChangeLog index bb03e3c..a069a74 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +ver 1.3: + Fix issue with default configuration values. + Fix issue with timeserver canonical name entries. + Fix issue with crash from cellular dummy context. + Fix issue with incorrect index for private networks. + ver 1.2: Fix issue with not handling WiFi security changes. Fix issue with not stopping WiFi scanning on shutdown. diff --git a/configure.ac b/configure.ac index 43fe5b1..284e637 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(connman, 1.2) +AC_INIT(connman, 1.3) AM_INIT_AUTOMAKE([foreign subdir-objects color-tests]) AM_CONFIG_HEADER(config.h)