Release 0.21

This commit is contained in:
Marcel Holtmann 2010-05-26 21:02:58 +02:00
parent 1ed3f6e707
commit 7bfe56efa2
2 changed files with 17 additions and 1 deletions

View File

@ -1,3 +1,19 @@
ver 0.21:
Add more parsing support for SIM Toolkit.
Add support for SIM insertion/removal events.
Add support for NITZ (network time) events.
Add support for reading EF_ICCID information.
Add support for advanced PPP integration.
Add support for HDLC specific abstraction.
Add support for simpler Technology values.
Add support for separate MCC/MNC SIM properties.
Add support for GPRS context with ISI modems.
Add support for SMS handling with ISI modems.
Add support for Wavecom WMP100 based devices.
Add support for Option iCON 451 based devices.
Add support for Huawei E1552 HSDPA USB devices.
Add support for Dell 5530 based devices.
ver 0.20:
Fix issue with empty operator names.
Add missing API documentation.

View File

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