summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 2ed56d52..f59f183c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+ver 1.25:
+ Fix issue with handling GPRS context release.
+ Fix issue with GPRS context shutdown and Huawei modems.
+ Fix issue with roaming status report and QMI devices.
+ Add support for voice call handling of U-Blox modems
+ Add support for EUTRAN technology reporting.
+
ver 1.24:
Fix issue with property changed signals and CDMA networks.
Fix issue with handling SIM filesystem and SIM removal.
diff --git a/configure.ac b/configure.ac
index c096e0de..5a8fb6f5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(ofono, 1.24)
+AC_INIT(ofono, 1.25)
AM_INIT_AUTOMAKE([foreign subdir-objects color-tests])
AC_CONFIG_HEADERS(config.h)