summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog11
-rw-r--r--configure.ac2
2 files changed, 12 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 13a30175..12089a0e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+ver 0.14:
+ Fix some issues with modem shutdown behavior.
+ Fix reset of context settings when deactivated.
+ Fix signal strength handling for Calypso modem.
+ Add proper signal strength handling for HSO modem.
+ Add support for enabling HSO Speech Services.
+ Add modem description for newer MBM devices.
+ Add clip_timeout for HFP incoming call handling.
+ Add poll_clcc for HFP multiparty calls.
+ Add utility for testing GSM GPRS dialing.
+
ver 0.13:
Add better support for call id allocation.
Add CLCC query when initializing modem.
diff --git a/configure.ac b/configure.ac
index 703bc7d7..dfc7eaa3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(ofono, 0.13)
+AC_INIT(ofono, 0.14)
AM_INIT_AUTOMAKE([foreign subdir-objects])
AM_CONFIG_HEADER(config.h)