Skip to content

Commit

Permalink
Release 1.24
Browse files Browse the repository at this point in the history
  • Loading branch information
holtmann authored and PsychoGame committed Sep 7, 2021
1 parent 3d01485 commit 005f36b
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions ofono/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
ver 1.24:
Fix issue with property changed signals and CDMA networks.
Fix issue with handling SIM filesystem and SIM removal.
Fix issue with handling PIN state and incorrect codes.
Fix issue with handling of parsing AID type.
Fix issue with SIM detection and QMI devices.
Fix issue with PIN handling and QMI devices.
Fix issue with USSD handling and QMI devices.
Fix issue with handling USSD TERMINATED response.
Fix issue with handling USSD reset and STK REFRESH.
Add support for detecting Gemalto ALS3 modems.
Add support for SIMCom based SIM7100E modems.

ver 1.23:
Fix issue with handling SIM AID sessions.
Add support for QMI LTE bearer handling.
Expand Down
2 changes: 1 addition & 1 deletion ofono/configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
AC_INIT(ofono, 1.23)
AC_INIT(ofono, 1.24)

AM_INIT_AUTOMAKE([foreign subdir-objects color-tests])
AC_CONFIG_HEADERS(config.h)
Expand Down
2 changes: 1 addition & 1 deletion rpm/ofono.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Name: ofono
Summary: Open Source Telephony
Version: 1.23
Version: 1.24
Release: 1
License: GPLv2
URL: https://git.sailfishos.org/mer-core/ofono
Expand Down

0 comments on commit 005f36b

Please sign in to comment.