summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2010-07-17 15:00:34 -0700
committerMarcel Holtmann <marcel@holtmann.org>2010-07-17 15:00:34 -0700
commit7cd09ee21aff49afc7f5678cb56f8c5300ca42b4 (patch)
treeea18997f5db505cb5ab7c9894c9d7de93963658c
parent7f9793d70bdbee3dcebfaa2ce56c806d79b25558 (diff)
downloadofono-7cd09ee21aff49afc7f5678cb56f8c5300ca42b4.tar.bz2
Release 0.25
-rw-r--r--ChangeLog11
-rw-r--r--configure.ac2
2 files changed, 12 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index cb09050a..d1eba79a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+ver 0.25:
+ Fix issue with PPP IPCP and too short timeouts.
+ Fix issue with Calypso modem and DTMF chars.
+ Fix issue with detection of some Huawei devices.
+ Fix issue with SIM polling and Ericsson MBM devices.
+ Fix potential overflow with SMS and GSM extension chars.
+ Add support for OFONO_ERROR_TYPE_SIM for negative SIM status.
+ Add support for display text decoding.
+ Add support for idle text proactive command.
+ Add support for SMS proactive commands.
+
ver 0.24:
Fix race condition with GRPS attach operation.
Fix some issues with Option based devices.
diff --git a/configure.ac b/configure.ac
index 170f8487..a50d527f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(ofono, 0.24)
+AC_INIT(ofono, 0.25)
AM_INIT_AUTOMAKE([foreign subdir-objects])
AM_CONFIG_HEADER(config.h)