summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog11
-rw-r--r--configure.ac2
2 files changed, 12 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6bf23def..d9d1a1ec 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+ver 1.6:
+ Fix issue with elementary files updates.
+ Fix issue with emulator ringing notification.
+ Fix issue with GTA04 modem and CLCC behavior.
+ Fix issue with Huawei modem voice call timing.
+ Fix issue with ZTE modem and SIM busy condition.
+ Add support for radio settings of ZTE modem.
+ Add support for USSD and voice calls of SIM900 modem.
+ Add support for online/offline handling of SpeedUp modem.
+ Add support for Sierra Wireless DirectIP modem.
+
ver 1.5:
Fix issue with USSD handling and Infineon modem.
Fix issue with signal strength reporting and Infineon modem.
diff --git a/configure.ac b/configure.ac
index 1470ebd2..251a7269 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(ofono, 1.5)
+AC_INIT(ofono, 1.6)
AM_INIT_AUTOMAKE([foreign subdir-objects color-tests])
AM_CONFIG_HEADER(config.h)