summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index fc531f2a..a1340afc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+ver 1.15:
+ Fix issue with missing cleanup for IPv4-LL handling.
+ Fix issue with missing property update for domain names.
+ Fix issue with scanning for all stored hidden WiFi networks.
+ Fix issue with time server polling for non-default service.
+ Fix issue with persistent storage of time configuration.
+
ver 1.14:
Fix issue with WiFi scanning race condition and power cycle.
Add support for configuring allowed tethering technologies.
diff --git a/configure.ac b/configure.ac
index 48b5870d..ebc8170a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(connman, 1.14)
+AC_INIT(connman, 1.15)
AM_INIT_AUTOMAKE([foreign subdir-objects color-tests])
AC_CONFIG_HEADERS([config.h])