diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2009-12-06 23:06:10 +0100 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2009-12-06 23:06:10 +0100 |
commit | 349ccf45c60c0da4aefac7522a65446891694bc9 (patch) | |
tree | e923bbee7e981e6cf051aba554a091e2a8431eaf | |
parent | ca5d0f9c35fb4c76a867bd7dc08ea45d918f0e6e (diff) |
Release 0.130.13
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -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) |