Release 0.23

This commit is contained in:
Marcel Holtmann 2010-06-12 21:56:53 +02:00
parent 24124d193a
commit c86a1bb815
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,13 @@
ver 0.23:
Fix issue with operator info when not registered.
Fix issue with clean PPP shutdown on device removal.
Add support for status report notification via CDSI.
Add better support for Huawei E160 and E176 devices.
Add full GPRS support for Novatel based devices.
Add support for Novatel specific radio settings.
Add support for Option specific radio settings.
Add support for setting CBS topics on Qualcomm devices.
ver 0.22:
Fix issue with VPATH builds.
Fix issue with SMS and more than 31 fragments.

View File

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