From 8fb761efb0209d3349b4c06345a5f026cfd162b1 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 20 Apr 2012 21:12:48 +0200 Subject: [PATCH] Release 1.6 --- ChangeLog | 11 +++++++++++ configure.ac | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) 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)