diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2012-04-20 21:12:48 +0200 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2012-04-20 21:12:48 +0200 |
commit | 8fb761efb0209d3349b4c06345a5f026cfd162b1 (patch) | |
tree | d58521cde0262d2d4421d40f2d6e6bbde114a504 | |
parent | 7f51df4d038e90174542d9dc63d9c4ca10877c47 (diff) |
Release 1.61.6
-rw-r--r-- | ChangeLog | 11 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 12 insertions, 1 deletions
@@ -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) |