Release 0.50

This commit is contained in:
Marcel Holtmann 2011-06-15 19:24:43 -07:00
parent 30ccc42a97
commit 18689a0c31
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
ver 0.50:
Fix issue with STK respond on exit flag handling.
Fix issue with STK and canceling pending DTMF tones.
Fix issue with IPv4 gateway setting and Ericsson modems.
Add support for handling IFX emergency number list.
Add support for Telit UC864-G devices.
ver 0.49:
Fix issue with missing signal on context removal.
Fix issue with missing cleanup for GPRS interfaces.

View File

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