summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f0fb88f7..13a30175 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+ver 0.13:
+ Add better support for call id allocation.
+ Add CLCC query when initializing modem.
+ Add DTMF tone sending support for HFP modem.
+ Add support for modem disabling on shutdown.
+
ver 0.12:
Fix various issues with Calypso modem driver.
Fix order of CMER and CIND in SLC connection.
diff --git a/configure.ac b/configure.ac
index c6c94de7..703bc7d7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(ofono, 0.12)
+AC_INIT(ofono, 0.13)
AM_INIT_AUTOMAKE([foreign subdir-objects])
AM_CONFIG_HEADER(config.h)