aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2024-02-09 20:49:27 +0100
committerMarcel Holtmann <marcel@holtmann.org>2024-02-09 20:49:27 +0100
commite582982b814349f06296b484bd912adf98b034c3 (patch)
treeb2c65b42633fb6667d33c62c21678df8c5333ee1
parent24c225e8fe6cc8a6eef0424fe17ed3a96bf7a6ff (diff)
downloadofono-e582982b814349f06296b484bd912adf98b034c3.tar.gz
Release 2.42.4
-rw-r--r--ChangeLog4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6e46e1439..3894001c9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+ver 2.4:
+ Add support for new provision database format.
+ Add support for Quectel EG96 modem.
+
ver 2.3:
Fix issue with handling SMS submit report sizes.
Fix issue with handling operator name and ISI modems.
diff --git a/configure.ac b/configure.ac
index a85f2394a..9fa6531a6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.69])
-AC_INIT([ofono], [2.3])
+AC_INIT([ofono], [2.4])
AC_CONFIG_HEADERS(config.h)
AC_CONFIG_AUX_DIR(build-aux)