Release 1.30

This commit is contained in:
Marcel Holtmann 2019-08-12 20:54:02 +02:00
parent 8b46671d5e
commit f7fca8b662
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
ver 1.30:
Fix issue with handling of IPv6 address and xmm7xxx modems.
Fix issue with default context creation with an empty APN.
Fix issue with activation of context with CID zero.
Add support for Quectel MC60 modems.
ver 1.29:
Fix issue with QMI and SIM initialized notification.
Add support for multiple PDP contexts and xmm7xxx modems.

View File

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