From 54aa82cbbe3e3bf29dea7eaf35adbc91b94df2ae Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 12 Apr 2023 11:54:19 +0200 Subject: Release 2.1 --- ChangeLog | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 4efb0b54..bd62c1d4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +ver 2.1: + Fix issue with SIM ecc numbers are not always read. + Fix issue with QMI and shared service creation logic. + Fix issue with Quectel modems and USSD and LTE init. + ver 2.0: Fix issue with using CHAP to be used as default. Fix issue with handling authentication options. diff --git a/configure.ac b/configure.ac index 97ac4276..d725d2ad 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.69]) -AC_INIT([ofono], [2.0]) +AC_INIT([ofono], [2.1]) AC_CONFIG_HEADERS(config.h) AC_CONFIG_AUX_DIR(build-aux) -- cgit v1.2.1