Release 1.23

This commit is contained in:
Marcel Holtmann 2018-03-10 17:15:06 +01:00
parent b4aff8549d
commit 8766cedac6
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
ver 1.23:
Fix issue with handling SIM AID sessions.
Add support for QMI LTE bearer handling.
Add support for memory location dialing.
ver 1.22: ver 1.22:
Fix issue with GPIO handling and Nokia modems. Fix issue with GPIO handling and Nokia modems.
Fix issue with SIM state callback and AT modems. Fix issue with SIM state callback and AT modems.

View File

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