Release 0.35

This commit is contained in:
Marcel Holtmann 2010-11-05 19:32:14 +01:00
parent d7403d521b
commit 1381bad65c
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
ver 0.35:
Fix issue with FDN and BDN enabled checks.
Fix issue with capabilities and Phonet support.
Fix issue with timeout for ISI network deregistration.
Add support for Push Notification interface.
Add support for Smart Messaging interface.
Remove generic AT command modem plugin.
ver 0.34:
Fix issue with sim_fs_op_error handling.
Fix issue with not handling GPRS context driver failures.

View File

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