summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2022-09-08 18:37:46 +0200
committerMarcel Holtmann <marcel@holtmann.org>2022-09-08 18:37:46 +0200
commite7b24363f6de59500a4ba1328c0489f2730630e1 (patch)
tree86cd8044f408578b5349a2cc3be4093828de9650
parent6f639e722b54801ef1e87d6cd22b2b262b3a0191 (diff)
downloadofono-e7b24363f6de59500a4ba1328c0489f2730630e1.tar.gz
Release 2.02.0
-rw-r--r--ChangeLog5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b40bc6c1..4efb0b54 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+ver 2.0:
+ Fix issue with using CHAP to be used as default.
+ Fix issue with handling authentication options.
+ Fix issue with Quectel EC200T modem initialization.
+
ver 1.34:
Fix issue with handling device info of Quectel modems.
Fix issue with handling callback for RIL dial manager.
diff --git a/configure.ac b/configure.ac
index 59cbac53..97ac4276 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.69])
-AC_INIT([ofono], [1.34])
+AC_INIT([ofono], [2.0])
AC_CONFIG_HEADERS(config.h)
AC_CONFIG_AUX_DIR(build-aux)