summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2019-10-31 08:58:24 +0100
committerMarcel Holtmann <marcel@holtmann.org>2019-10-31 08:58:24 +0100
commit0db662bd6ba4070838bf143df5ee24c949a8c0df (patch)
tree0689d52cddc39b01a33d2663b742718c5e4f40f1
parent37be9d1026386bb60ab9654b29e7979e9ade390d (diff)
downloadofono-0db662bd6ba4070838bf143df5ee24c949a8c0df.tar.gz
Release 1.311.31
-rw-r--r--ChangeLog5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 283f3b5b..0fc32a86 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+ver 1.31:
+ Fix issue with handling CID 0 context identifier.
+ Fix issue with handling detach state and running LTE.
+ Fix issue with handling SIM states and Quectel modems.
+
ver 1.30:
Fix issue with handling of IPv6 address and xmm7xxx modems.
Fix issue with default context creation with an empty APN.
diff --git a/configure.ac b/configure.ac
index 098c77db..b17bfb5e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(ofono, 1.30)
+AC_INIT(ofono, 1.31)
AM_INIT_AUTOMAKE([foreign subdir-objects color-tests])
AC_CONFIG_HEADERS(config.h)