summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2009-10-16 22:18:31 +0200
committerMarcel Holtmann <marcel@holtmann.org>2009-10-16 22:18:31 +0200
commit41c4abada001ded03600476e592eb03a4745f2cd (patch)
tree0b16ed60fbdd9a10058364ee151d841d67bf63b5
parenteb2c60469cb703999219fd377eae43e185315d12 (diff)
downloadofono-41c4abada001ded03600476e592eb03a4745f2cd.tar.gz
Release 0.80.8
-rw-r--r--ChangeLog8
-rw-r--r--configure.ac2
2 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 8623ef53..1f75e3e4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+ver 0.8:
+ Fix crash when internal structures differ.
+ Fix issues with handling empty text messages.
+ Add driver model for TTY multiplexer support.
+ Add support for multiplexer usage with Calypso modems.
+ Add support for PhoNet/ISI call barring, forwarding and waiting.
+ Add support for PhoNet/ISI voice call handling.
+
ver 0.7:
Fix handling of empty SMS text messages.
Fix GAtChat's next_hexstring to handle optional quotes.
diff --git a/configure.ac b/configure.ac
index 4cc44493..a2fd3fb5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(ofono, 0.7)
+AC_INIT(ofono, 0.8)
AM_INIT_AUTOMAKE([foreign subdir-objects])
AM_CONFIG_HEADER(config.h)