Release 1.25

This commit is contained in:
Marcel Holtmann 2018-09-29 10:31:40 +02:00
parent 33be5732f1
commit 7dd0597ac1
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
ver 1.25:
Fix issue with handling GPRS context release.
Fix issue with GPRS context shutdown and Huawei modems.
Fix issue with roaming status report and QMI devices.
Add support for voice call handling of U-Blox modems
Add support for EUTRAN technology reporting.
ver 1.24:
Fix issue with property changed signals and CDMA networks.
Fix issue with handling SIM filesystem and SIM removal.

View File

@ -1,5 +1,5 @@
AC_PREREQ(2.60)
AC_INIT(ofono, 1.24)
AC_INIT(ofono, 1.25)
AM_INIT_AUTOMAKE([foreign subdir-objects color-tests])
AC_CONFIG_HEADERS(config.h)