summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2023-04-12 11:54:19 +0200
committerMarcel Holtmann <marcel@holtmann.org>2023-04-12 11:54:19 +0200
commit54aa82cbbe3e3bf29dea7eaf35adbc91b94df2ae (patch)
tree1583c675b52f79fd8bc5f236e377803e34379ef0
parent0f24601c553f3183a0843b50f6f271fd0eee174f (diff)
downloadofono-54aa82cbbe3e3bf29dea7eaf35adbc91b94df2ae.tar.gz
Release 2.1HEAD2.1master
-rw-r--r--ChangeLog5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
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)