summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2012-07-02 14:34:25 +0200
committerMarcel Holtmann <marcel@holtmann.org>2012-07-02 14:34:25 +0200
commit3c0fa84091524c7cd6237744f2088ffee2f1d5ad (patch)
tree424866d61e8dafb7df263a8cf1b264e25b8a5a6c
parentf09588ccfac150b9289563276ddfe5f661ee9062 (diff)
downloadconnman-3c0fa84091524c7cd6237744f2088ffee2f1d5ad.tar.gz
connman-3c0fa84091524c7cd6237744f2088ffee2f1d5ad.tar.bz2
connman-3c0fa84091524c7cd6237744f2088ffee2f1d5ad.zip
Release 1.31.3
-rw-r--r--ChangeLog6
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index bb03e3c7..a069a747 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 43fe5b1e..284e6379 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)