From 8766cedac6b0f6721771bef4d01236d74c27c326 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 10 Mar 2018 17:15:06 +0100 Subject: [PATCH] Release 1.23 --- ChangeLog | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 1d4c22bf..9cf60862 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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: Fix issue with GPIO handling and Nokia modems. Fix issue with SIM state callback and AT modems. diff --git a/configure.ac b/configure.ac index 4a1d6752..15381cb8 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(ofono, 1.22) +AC_INIT(ofono, 1.23) AM_INIT_AUTOMAKE([foreign subdir-objects color-tests]) AC_CONFIG_HEADERS(config.h)