summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)