Release 0.9

This commit is contained in:
Marcel Holtmann 2009-11-01 23:49:40 +09:00
parent 3c24593c0c
commit 98ce3e3c8d
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
ver 0.9:
Fix issues with voice call dialing logic.
Fix issues with USSD decoding support.
Add initial GPRS support for MBM modems.
Add mode property to network registration.
Add support for advanced options in modem.conf file.
Add voice call driver for Bluetooth Handsfree.
ver 0.8:
Fix crash when internal structures differ.
Fix issues with handling empty text messages.

View File

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