Release 0.14

This commit is contained in:
Marcel Holtmann 2009-12-13 22:29:37 +01:00
parent c1bc396cd0
commit 0bb703f0ae
2 changed files with 12 additions and 1 deletions

View File

@ -1,3 +1,14 @@
ver 0.14:
Fix some issues with modem shutdown behavior.
Fix reset of context settings when deactivated.
Fix signal strength handling for Calypso modem.
Add proper signal strength handling for HSO modem.
Add support for enabling HSO Speech Services.
Add modem description for newer MBM devices.
Add clip_timeout for HFP incoming call handling.
Add poll_clcc for HFP multiparty calls.
Add utility for testing GSM GPRS dialing.
ver 0.13:
Add better support for call id allocation.
Add CLCC query when initializing modem.

View File

@ -1,5 +1,5 @@
AC_PREREQ(2.60)
AC_INIT(ofono, 0.13)
AC_INIT(ofono, 0.14)
AM_INIT_AUTOMAKE([foreign subdir-objects])
AM_CONFIG_HEADER(config.h)