summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2019-01-23 19:13:20 +0100
committerMarcel Holtmann <marcel@holtmann.org>2019-01-23 19:13:20 +0100
commit5e597b599ce083825a9aa5556fccfb4a7c9ee659 (patch)
tree0f7d5f8eba81ae82d2a1894a79e33cd3c8cc2b10
parentdd72460bd126830456dbd59689078fa3eb09b49e (diff)
downloadofono-5e597b599ce083825a9aa5556fccfb4a7c9ee659.tar.gz
Release 1.281.28
-rw-r--r--ChangeLog3
-rw-r--r--configure.ac2
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 8f03e388..e2937659 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+ver 1.28:
+ Fix issue with SIM initialization and Gemalto modems.
+
ver 1.27:
Add support for handling SIMCom based SIM800 modems.
Add support for SIM lock state with xmm7xxx modems.
diff --git a/configure.ac b/configure.ac
index 62c9e9b9..a79ce736 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(ofono, 1.27)
+AC_INIT(ofono, 1.28)
AM_INIT_AUTOMAKE([foreign subdir-objects color-tests])
AC_CONFIG_HEADERS(config.h)