Release 1.31

This commit is contained in:
Marcel Holtmann 2019-10-31 08:58:24 +01:00
parent 37be9d1026
commit 0db662bd6b
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
ver 1.31:
Fix issue with handling CID 0 context identifier.
Fix issue with handling detach state and running LTE.
Fix issue with handling SIM states and Quectel modems.
ver 1.30: ver 1.30:
Fix issue with handling of IPv6 address and xmm7xxx modems. Fix issue with handling of IPv6 address and xmm7xxx modems.
Fix issue with default context creation with an empty APN. Fix issue with default context creation with an empty APN.

View File

@ -1,5 +1,5 @@
AC_PREREQ(2.60) AC_PREREQ(2.60)
AC_INIT(ofono, 1.30) AC_INIT(ofono, 1.31)
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)