aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2024-04-26 19:35:38 +0200
committerMarcel Holtmann <marcel@holtmann.org>2024-04-26 19:35:38 +0200
commit5d3c078c37b02e08136cb6b828b4f4b949edf6ac (patch)
treeaa691cf0484a082b3cb8c56734603e30a43c64cb
parent9ba0bd65fec31433813495071e985d15e7deef22 (diff)
downloadofono-5d3c078c37b02e08136cb6b828b4f4b949edf6ac.tar.gz
Release 2.62.6
-rw-r--r--ChangeLog7
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6fed68a35..d01d1a64b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+ver 2.6:
+ Fix issue with handling ATD*99 for non-muxed ports.
+ Fix issue with handling QRTR discover timeout.
+ Add support for QMI voice call feature.
+ Add support for exposing modem capabilities.
+ Remove support for BlueZ 4.x services.
+
ver 2.5:
Fix issue with LTE provisioning support.
Fix issue with SMS and address length checks.
diff --git a/configure.ac b/configure.ac
index 453c69e1f..589086fec 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.69])
-AC_INIT([ofono], [2.5])
+AC_INIT([ofono], [2.6])
AC_CONFIG_HEADERS(config.h)
AC_CONFIG_AUX_DIR(build-aux)