summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)