From fe9d22374e55ef1277bf266863bafadd25728510 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 12 Apr 2019 22:13:00 +0200 Subject: [PATCH] Release 1.29 --- ChangeLog | 6 ++++++ configure.ac | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e2937659..2a426bce 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +ver 1.29: + Fix issue with QMI and SIM initialized notification. + Add support for multiple PDP contexts and xmm7xxx modems. + Add support for handling Dual SIM Single Active feature + Add support for SIM PIN caching feature. + ver 1.28: Fix issue with SIM initialization and Gemalto modems. diff --git a/configure.ac b/configure.ac index a79ce736..bacb7ac5 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(ofono, 1.28) +AC_INIT(ofono, 1.29) AM_INIT_AUTOMAKE([foreign subdir-objects color-tests]) AC_CONFIG_HEADERS(config.h)