Release 1.3

This commit is contained in:
Marcel Holtmann 2012-01-20 16:59:32 +01:00
parent 1ddbdb5e1a
commit 0d48ab7b7e
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
ver 1.3:
Add support for CDMA PIN management.
Add support for CDMA provider name and SID.
Add support for Huawei USSD 8-bit PDU mode.
Add support for SIMCom SIM900 modems.
ver 1.2:
Fix issue with PIN type string for network PUK.
Fix issue with voice dialing and Qualcomm MSM modems.

View File

@ -1,5 +1,5 @@
AC_PREREQ(2.60)
AC_INIT(ofono, 1.2)
AC_INIT(ofono, 1.3)
AM_INIT_AUTOMAKE([foreign subdir-objects color-tests])
AM_CONFIG_HEADER(config.h)