Release 1.5

This commit is contained in:
Marcel Holtmann 2012-03-01 17:37:06 -08:00
parent e98bdcffc2
commit a6e7d6d969
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
ver 1.5:
Fix issue with USSD handling and Infineon modem.
Fix issue with signal strength reporting and Infineon modem.
Add support for Assisted Satellite Navigation and Infineon modem.
Add support for IPv6/dual contexts and Infineon modem.
Add support for SIM retry counters and SIM Com modem.
Add support for SMS handling and SIM Com modem.
ver 1.4:
Fix issue with new SPN watch semantics.
Fix issue with handling malformed emergency numbers.

View File

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