summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2022-01-05 22:34:56 +0100
committerMarcel Holtmann <marcel@holtmann.org>2022-01-05 22:34:56 +0100
commit39e2a3f2c57365b78f4f08c0353d6e7abf2709cb (patch)
treeef73e7160f23bfb1eb7f1c4dd44bd3694a2b4c4e
parentce2a661f0b93a6cf404807d922ccbde98dc43bbb (diff)
downloadofono-39e2a3f2c57365b78f4f08c0353d6e7abf2709cb.tar.gz
Release 1.341.34
-rw-r--r--ChangeLog4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index cea95b30..b40bc6c1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+ver 1.34:
+ Fix issue with handling device info of Quectel modems.
+ Fix issue with handling callback for RIL dial manager.
+
ver 1.33:
Fix issue with filling unused part of AID with FFs.
Fix issue with reads beyond the first block of SIM filesystem.
diff --git a/configure.ac b/configure.ac
index 4d02546c..850b507d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(ofono, 1.33)
+AC_INIT(ofono, 1.34)
AM_INIT_AUTOMAKE([foreign subdir-objects color-tests])
AC_CONFIG_HEADERS(config.h)