From 5e597b599ce083825a9aa5556fccfb4a7c9ee659 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 23 Jan 2019 19:13:20 +0100 Subject: [PATCH] Release 1.28 --- ChangeLog | 3 +++ configure.ac | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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)