summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2009-10-04 13:11:14 +0200
committerMarcel Holtmann <marcel@holtmann.org>2009-10-04 13:11:14 +0200
commitaf1b6a228a8073c1e210dac8696b907937b28336 (patch)
tree36287450551e2a4e6df2bb89ebb2887903a055e1
parent647ebdfd1371433ec68006a33f94e9bd76ba4eb3 (diff)
downloadofono-af1b6a228a8073c1e210dac8696b907937b28336.tar.gz
Release 0.70.7
-rw-r--r--ChangeLog8
-rw-r--r--configure.ac2
2 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ff4437ad..8623ef53 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+ver 0.7:
+ Fix handling of empty SMS text messages.
+ Fix GAtChat's next_hexstring to handle optional quotes.
+ Fix generic SIM driver to work correctly with 3G SIM cards.
+ Add utility functions to parse 2G and 3G get response data.
+ Add call volume interface to adjust speaker and mic volume.
+ Add support for basic elementary file database.
+
ver 0.6:
Fix build issue with example history plugin.
Fix segmentation fault from SIM reading on Calypso modem.
diff --git a/configure.ac b/configure.ac
index 8dc772be..4cc44493 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(ofono, 0.6)
+AC_INIT(ofono, 0.7)
AM_INIT_AUTOMAKE([foreign subdir-objects])
AM_CONFIG_HEADER(config.h)