Release 0.47

This commit is contained in:
Marcel Holtmann 2011-04-14 16:08:03 -07:00
parent 199eace864
commit b6a2586d84
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
ver 0.47:
Fix issue with entering offline mode prematurely.
Add support for CPHS CSP network registration handling.
ver 0.46: ver 0.46:
Fix issue with operator name reading and older ISI modems. Fix issue with operator name reading and older ISI modems.
Fix issue with networking registration and older ISI modems. Fix issue with networking registration and older ISI modems.

View File

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