summaryrefslogtreecommitdiffstats
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 1f75e3e4..c61d8143 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+ver 0.9:
+ Fix issues with voice call dialing logic.
+ Fix issues with USSD decoding support.
+ Add initial GPRS support for MBM modems.
+ Add mode property to network registration.
+ Add support for advanced options in modem.conf file.
+ Add voice call driver for Bluetooth Handsfree.
+
ver 0.8:
Fix crash when internal structures differ.
Fix issues with handling empty text messages.
diff --git a/configure.ac b/configure.ac
index a2fd3fb5..b1efde11 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(ofono, 0.8)
+AC_INIT(ofono, 0.9)
AM_INIT_AUTOMAKE([foreign subdir-objects])
AM_CONFIG_HEADER(config.h)