From af1b6a228a8073c1e210dac8696b907937b28336 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 4 Oct 2009 13:11:14 +0200 Subject: [PATCH] Release 0.7 --- ChangeLog | 8 ++++++++ configure.ac | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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)