From abe70b50e3fa9726b5e4e993804dac7629071e46 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 5 Oct 2017 16:28:01 +0200 Subject: [PATCH] Release 1.21 --- ChangeLog | 13 +++++++++++++ configure.ac | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 83f7f690..4d7a6ee8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +ver 1.21: + Fix issue with USSD notification received handling. + Fix issue with crashing SIM filesystem notifications. + Fix issue with LTE bearer reporting and Huawei modems. + Fix issue with invalid memory access and QMI. + Add support for QMI SIM writing functionality. + Add support for RAT selection for QMI modems. + Add support for network monitor agent interface. + Add support for Cinterion Hardware Monitor interface. + Add support for LTE atom driver for Huawei modems. + Add support for LTE atom driver for AT modems. + Add support for Intel xmm7xxx series modems. + ver 1.20: Fix issue with context removal before activation. Fix issue with update during GPRS context activation. diff --git a/configure.ac b/configure.ac index 29a01c21..372053cb 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(ofono, 1.20) +AC_INIT(ofono, 1.21) AM_INIT_AUTOMAKE([foreign subdir-objects color-tests]) AC_CONFIG_HEADERS(config.h)