Release 1.27

This commit is contained in:
Marcel Holtmann 2018-12-19 15:56:11 +01:00
parent 20b1e957cb
commit 7c2f9c77de
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
ver 1.27:
Add support for handling SIMCom based SIM800 modems.
Add support for SIM lock state with xmm7xxx modems.
Add support for coexistence feature with xmm7xxx modems.
ver 1.26: ver 1.26:
Fix issue with AT callback handler and GPRS. Fix issue with AT callback handler and GPRS.
Fix issue with handling EUTRAN SMS only states. Fix issue with handling EUTRAN SMS only states.

View File

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