Release 1.12

This commit is contained in:
Marcel Holtmann 2012-12-20 00:10:11 +01:00
parent 8fa878de30
commit 649ee6bf67
2 changed files with 13 additions and 1 deletions

View File

@ -1,3 +1,15 @@
ver 1.12:
Fix issue with alpha ID and self explanatory icons.
Fix issue with SIM Refresh handling and resetting state.
Fix issue with SMS initiated by STK proactive command.
Fix issue with CBS treating carriage return as padding.
Fix issue with USSD terminated by network notification.
Add support for battery charge level with Handsfree devices.
Add support for technology and band changes with IFX modems.
Add support for SIM file handling with Qualcomm QMI modems.
Add support for SIM file system 2G and 3G path handling.
Add support for SIM Toolkit end-to-end testing.
ver 1.11:
Fix issue with Bluetooth disconnect handling.
Fix issue with handling EFspn with filler characters.

View File

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