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)