Release 1.2

This commit is contained in:
Marcel Holtmann 2012-01-08 00:19:46 -08:00
parent 57604ec2b7
commit 8a3d62db74
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
ver 1.2:
Fix issue with PIN type string for network PUK.
Fix issue with voice dialing and Qualcomm MSM modems.
Fix issue with Option HSO and SIM card detection.
Add support for Option HSO voice call handling.
Add support for Huawei modem capabilities check.
Add support for Huawei unified GSM/UMTS and CDMA driver.
ver 1.1:
Fix issue with Telit modem and signal strength indication.
Fix issue with Bluetooth and outstanding Connect/Disconnect.

View File

@ -1,5 +1,5 @@
AC_PREREQ(2.60)
AC_INIT(ofono, 1.1)
AC_INIT(ofono, 1.2)
AM_INIT_AUTOMAKE([foreign subdir-objects color-tests])
AM_CONFIG_HEADER(config.h)