Release 0.48

This commit is contained in:
Marcel Holtmann 2011-04-26 13:29:19 -07:00
parent eaf6f64879
commit d6fc5ffd5b
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
ver 0.48:
Fix issue with crash due to not stopped PPP timers.
Fix issue with offline mode handling and Huawei modem.
Fix issue with missing check for Huawei modem device open.
Fix issue with USSD and use of non-cloned GAtChat object.
ver 0.47:
Fix issue with entering offline mode prematurely.
Add support for CPHS CSP network registration handling.

View File

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