Release 0.8

This commit is contained in:
Marcel Holtmann 2009-10-16 22:18:31 +02:00
parent eb2c60469c
commit 41c4abada0
2 changed files with 9 additions and 1 deletions

View File

@ -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.

View File

@ -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)