From 98ce3e3c8debf94b5683feb5858f537c7f9f804c Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 1 Nov 2009 23:49:40 +0900 Subject: [PATCH] Release 0.9 --- ChangeLog | 8 ++++++++ configure.ac | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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)